This app is deprecated. Use Airly custom component instead.
This app adds sensors with data from Airly via MQTT Discovery to the Home Assistant.
This is AppDaemon app.
You can install this app via HACS or just download airly.py
file and save it in /config/apps
folder.
Go to HA community for support and help.
airly:
module: airly
class: Airly
airly_apikey: 12345678910
latitude: 52.2323788
longitude: 21.0439212
retain: false
interval: 10
sensors:
- pm1
- pm25
- pm10
- caqi
- temperature
- humidity
- pressure
key | optional | type | default | description |
---|---|---|---|---|
airly_apikey |
False | string | Airly API key | |
latitude |
False | float | latitude | |
longitude |
False | float | longitude | |
retain |
True | boolean | false |
retain true or false for MQTT |
interval |
True | integer | 5 | update interval [min] |
sensors |
True | dictionary | [pm1, pm25, pm10, caqi] |
dictionary of sensors to add, available sensors: pm1 , pm25 , pm10 , caqi , temperature , humidity , pressure |