mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Fix AirGradient name (#119046)
This commit is contained in:
committed by
GitHub
parent
6027af3d36
commit
6e9db52a5f
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"domain": "airgradient",
|
||||
"name": "Airgradient",
|
||||
"name": "AirGradient",
|
||||
"codeowners": ["@airgradienthq", "@joostlek"],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/airgradient",
|
||||
|
@@ -94,7 +94,7 @@
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
"airgradient": {
|
||||
"name": "Airgradient",
|
||||
"name": "AirGradient",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
|
Reference in New Issue
Block a user