Skip to content

Instantly share code, notes, and snippets.

@theundefined
Last active December 29, 2019 15:09
Show Gist options
  • Save theundefined/8ef8239a93ae51f7927b7b9052d7d3ff to your computer and use it in GitHub Desktop.
Save theundefined/8ef8239a93ae51f7927b7b9052d7d3ff to your computer and use it in GitHub Desktop.
smogomierz home assistant configuration
- 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