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:
committed by
GitHub
parent
34f1c4cbe0
commit
c15a804ab4
@@ -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"]
|
||||
|
||||
@@ -6553,7 +6553,7 @@
|
||||
},
|
||||
"srp_energy": {
|
||||
"name": "SRP Energy",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user