1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Add integration_type service to srp_energy (#163636)

This commit is contained in:
Joost Lekkerkerker
2026-02-20 16:23:39 +01:00
committed by GitHub
parent 34f1c4cbe0
commit c15a804ab4
2 changed files with 2 additions and 1 deletions
@@ -4,6 +4,7 @@
"codeowners": ["@briglx"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/srp_energy",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["srpenergy"],
"requirements": ["srpenergy==1.3.6"]
+1 -1
View File
@@ -6553,7 +6553,7 @@
},
"srp_energy": {
"name": "SRP Energy",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},