Skip to content

Instantly share code, notes, and snippets.

@quentinchap
Created October 13, 2018 14:51
Show Gist options
  • Save quentinchap/a5cb21a89a63de81a8f19c99ff89d324 to your computer and use it in GitHub Desktop.
Save quentinchap/a5cb21a89a63de81a8f19c99ff89d324 to your computer and use it in GitHub Desktop.
sensor:
- platform: influxdb
host: localhost
username: username
password: pass
queries:
- name: 'Salon'
unit_of_measurement: °C
value_template: '{{ value | round(1) }}'
group_function: last
where: '"location" = ''livingRoom'''
measurement: '"temperature"."autogen"."temperature"'
field: value
database: test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment