Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Latest commit

 

History

History
51 lines (43 loc) · 1.94 KB

README.md

File metadata and controls

51 lines (43 loc) · 1.94 KB

This app is deprecated. Use Airly custom component instead.

Airly

GitHub Release hacs_badge Buy me a coffee

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.

Configuration example

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

App arguments

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