mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Fix AirGradient name (#119046)
This commit is contained in:
parent
20b77aa15f
commit
b5693ca604
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"domain": "airgradient",
|
"domain": "airgradient",
|
||||||
"name": "Airgradient",
|
"name": "AirGradient",
|
||||||
"codeowners": ["@airgradienthq", "@joostlek"],
|
"codeowners": ["@airgradienthq", "@joostlek"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/airgradient",
|
"documentation": "https://www.home-assistant.io/integrations/airgradient",
|
||||||
|
@ -94,7 +94,7 @@
|
|||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
"airgradient": {
|
"airgradient": {
|
||||||
"name": "Airgradient",
|
"name": "AirGradient",
|
||||||
"integration_type": "device",
|
"integration_type": "device",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user