mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 02:48:57 +00:00
Add integration_type device to ecoforest (#158939)
This commit is contained in:
committed by
GitHub
parent
f582f06ee4
commit
5030d0ba90
@@ -4,6 +4,7 @@
|
|||||||
"codeowners": ["@pjanuario"],
|
"codeowners": ["@pjanuario"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/ecoforest",
|
"documentation": "https://www.home-assistant.io/integrations/ecoforest",
|
||||||
|
"integration_type": "device",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["pyecoforest"],
|
"loggers": ["pyecoforest"],
|
||||||
"requirements": ["pyecoforest==0.4.0"]
|
"requirements": ["pyecoforest==0.4.0"]
|
||||||
|
|||||||
@@ -1551,7 +1551,7 @@
|
|||||||
},
|
},
|
||||||
"ecoforest": {
|
"ecoforest": {
|
||||||
"name": "Ecoforest",
|
"name": "Ecoforest",
|
||||||
"integration_type": "hub",
|
"integration_type": "device",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user