Skip to content

Instantly share code, notes, and snippets.

@robinsmidsrod
Created January 14, 2020 21:40
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save robinsmidsrod/a7da9f326d3e4e94a2a54f030abb8272 to your computer and use it in GitHub Desktop.
sensor:
- platform: mqtt
state_topic: "sensor/server-room/temperature"
name: "Server room temperature"
unit_of_measurement: "°C"
value_template: "{{ value | round(1) }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment