Add airgradient integration (#114113)

This commit is contained in:
Joost Lekkerkerker 2024-05-09 10:54:29 +02:00 committed by GitHub
parent 32061d4eb1
commit 6485973d9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 1432 additions and 0 deletions

View file

@ -27,6 +27,7 @@ FLOWS = {
"aemet",
"aftership",
"agent_dvr",
"airgradient",
"airly",
"airnow",
"airq",

View file

@ -93,6 +93,12 @@
"config_flow": true,
"iot_class": "local_polling"
},
"airgradient": {
"name": "Airgradient",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},
"airly": {
"name": "Airly",
"integration_type": "service",

View file

@ -277,6 +277,11 @@ ZEROCONF = {
"domain": "romy",
},
],
"_airgradient._tcp.local.": [
{
"domain": "airgradient",
},
],
"_airplay._tcp.local.": [
{
"domain": "apple_tv",