Skip to content

Instantly share code, notes, and snippets.

@jeffersonchaves
Created August 10, 2022 18:39
Show Gist options
  • Save jeffersonchaves/3e8320b09fcb25a6e2d98be87abb1206 to your computer and use it in GitHub Desktop.
Save jeffersonchaves/3e8320b09fcb25a6e2d98be87abb1206 to your computer and use it in GitHub Desktop.
sensor:
- platform: mqtt
name: "Temperatura"
unique_id: ifpr_sala_temperatura
state_topic: "ifpr/sala/temperatura"
unit_of_measurement: "°C"
value_template: "{{ value_json.temperatura }}"
json_attributes_topic : "ifpr/sala/temperatura"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment