Created
August 10, 2022 18:39
-
-
Save jeffersonchaves/3e8320b09fcb25a6e2d98be87abb1206 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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