Add airgradient integration (#114113)
This commit is contained in:
parent
32061d4eb1
commit
6485973d9b
25 changed files with 1432 additions and 0 deletions
|
@ -27,6 +27,7 @@ FLOWS = {
|
|||
"aemet",
|
||||
"aftership",
|
||||
"agent_dvr",
|
||||
"airgradient",
|
||||
"airly",
|
||||
"airnow",
|
||||
"airq",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -277,6 +277,11 @@ ZEROCONF = {
|
|||
"domain": "romy",
|
||||
},
|
||||
],
|
||||
"_airgradient._tcp.local.": [
|
||||
{
|
||||
"domain": "airgradient",
|
||||
},
|
||||
],
|
||||
"_airplay._tcp.local.": [
|
||||
{
|
||||
"domain": "apple_tv",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue