Last active
December 29, 2019 15:09
-
-
Save theundefined/8ef8239a93ae51f7927b7b9052d7d3ff to your computer and use it in GitHub Desktop.
smogomierz home assistant configuration
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
- platform: mqtt | |
state_topic: "Smogomierz-5917206/sensor/PM10" | |
name: "Smogomierz PM10" | |
unit_of_measurement: "µg/m³" | |
- platform: mqtt | |
state_topic: "Smogomierz-5917206/sensor/PM2.5" | |
name: "Smogomierz PM2.5" | |
unit_of_measurement: "µg/m³" | |
- platform: mqtt | |
state_topic: "Smogomierz-5917206/sensor/humidity" | |
name: "Smogomierz Humidity" | |
unit_of_measurement: "%" | |
- platform: mqtt | |
state_topic: "Smogomierz-5917206/sensor/temperature" | |
name: "Smogomierz Temperature" | |
unit_of_measurement: "C" | |
- platform: mqtt | |
state_topic: "Smogomierz-5917206/airquality" | |
name: "Smogomierz Air Quality" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment