mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 07:34:07 +01:00
Add integration_type service to amberelectric (#158837)
This commit is contained in:
committed by
GitHub
parent
3080ef9a4a
commit
d45f920b4a
@@ -4,6 +4,7 @@
|
||||
"codeowners": ["@madpilot"],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/amberelectric",
|
||||
"integration_type": "service",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["amberelectric"],
|
||||
"requirements": ["amberelectric==2.0.12"]
|
||||
|
||||
@@ -276,7 +276,7 @@
|
||||
},
|
||||
"amberelectric": {
|
||||
"name": "Amber Electric",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user