All Projects → bieniu → ha-airly

bieniu / ha-airly

Licence: Apache-2.0 license
⚠️DEPRECATED - USE OFFICIAL AIRLY INTEGRATION

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ha-airly

addon-appdaemon
AppDaemon4 - Home Assistant Community Add-ons
Stars: ✭ 66 (+Infinity%)
Mutual labels:  appdaemon
home assistant appdaemon alexa google
An AppDaemon application for Home Assistant, handles calls from Alexa Skill and a Google Action
Stars: ✭ 11 (+Infinity%)
Mutual labels:  appdaemon
surepy
🐾 Library & CLI to monitor and control the Pet Door & Cat Flap Connect 🚪 the Pet Feeder Connect 🍽 and the Felaqua 💦 sold by Sure Petcare
Stars: ✭ 45 (+Infinity%)
Mutual labels:  appdaemon
home
Monorepo for all home automation related development, including integrated firmware, PCBs, configuration, and bridges
Stars: ✭ 104 (+Infinity%)
Mutual labels:  appdaemon
iocage-homeassistant
Home Assistant Core - TrueNAS CORE Community Plugin
Stars: ✭ 61 (+Infinity%)
Mutual labels:  appdaemon
ad-qolsys
AppDaemon app for Qolsys IQ Panel 2
Stars: ✭ 19 (+Infinity%)
Mutual labels:  appdaemon
ha-config-ataraxis
My Home Assistant Configs. If you like what you see, please ⭐️my repo. It would encourage me a lot 🤘
Stars: ✭ 146 (+Infinity%)
Mutual labels:  appdaemon
ad-alexatalkingclock
Alexa (or other Smart Speakers) tell you the time without asking every hour. Please ⭐️if you like my app :)
Stars: ✭ 30 (+Infinity%)
Mutual labels:  appdaemon
ad-automoli
💡 Fully automatic light management based on conditions like motion, illuminance, humidity, and other clever features
Stars: ✭ 99 (+Infinity%)
Mutual labels:  appdaemon
ad-ench
👩‍⚕️🔋 AppDaemon entity check app. Currently supports battery level, unknown/unavailable states, stale entities
Stars: ✭ 24 (+Infinity%)
Mutual labels:  appdaemon
airqmon
A macOS menu bar application that displays live air quality data from the nearest sensor station.
Stars: ✭ 86 (+Infinity%)
Mutual labels:  airly

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].