MQTT sensors with data from Node-RED
sensor: | |
- platform: mqtt | |
state_topic: "Home/Porch/Temperature" | |
name: porch_temp | |
unit_of_measurement: "°C" | |
- platform: mqtt | |
state_topic: "Home/Outdoor/Temperature" | |
name: outdoor_temp | |
unit_of_measurement: "°C" | |
- platform: mqtt | |
state_topic: "Home/Outdoor/Humidity" | |
name: outdoor_humidity | |
unit_of_measurement: "%" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment