mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 02:48:57 +00:00
Add integration_type service to emoncms (#159003)
This commit is contained in:
committed by
GitHub
parent
d3b36d0081
commit
7a2592173b
@@ -4,6 +4,7 @@
|
|||||||
"codeowners": ["@borpin", "@alexandrecuer"],
|
"codeowners": ["@borpin", "@alexandrecuer"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/emoncms",
|
"documentation": "https://www.home-assistant.io/integrations/emoncms",
|
||||||
|
"integration_type": "service",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"requirements": ["pyemoncms==0.1.3"]
|
"requirements": ["pyemoncms==0.1.3"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1696,7 +1696,7 @@
|
|||||||
"name": "emoncms",
|
"name": "emoncms",
|
||||||
"integrations": {
|
"integrations": {
|
||||||
"emoncms": {
|
"emoncms": {
|
||||||
"integration_type": "hub",
|
"integration_type": "service",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"name": "Emoncms"
|
"name": "Emoncms"
|
||||||
|
|||||||
Reference in New Issue
Block a user