1
0
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:
Joost Lekkerkerker
2025-12-13 08:37:16 +01:00
committed by GitHub
parent 3080ef9a4a
commit d45f920b4a
2 changed files with 2 additions and 1 deletions

View File

@@ -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"]

View File

@@ -276,7 +276,7 @@
},
"amberelectric": {
"name": "Amber Electric",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},