mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 02:48:57 +00:00
Add integration_type service to aussie_broadband (#158853)
This commit is contained in:
committed by
GitHub
parent
8a26961304
commit
120b17349c
@@ -4,6 +4,7 @@
|
|||||||
"codeowners": ["@nickw444", "@Bre77"],
|
"codeowners": ["@nickw444", "@Bre77"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/aussie_broadband",
|
"documentation": "https://www.home-assistant.io/integrations/aussie_broadband",
|
||||||
|
"integration_type": "service",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["aussiebb"],
|
"loggers": ["aussiebb"],
|
||||||
"requirements": ["pyaussiebb==0.1.5"]
|
"requirements": ["pyaussiebb==0.1.5"]
|
||||||
|
|||||||
@@ -620,7 +620,7 @@
|
|||||||
},
|
},
|
||||||
"aussie_broadband": {
|
"aussie_broadband": {
|
||||||
"name": "Aussie Broadband",
|
"name": "Aussie Broadband",
|
||||||
"integration_type": "hub",
|
"integration_type": "service",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user