1
0
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:
Joost Lekkerkerker
2025-12-14 07:13:44 +01:00
committed by GitHub
parent f582f06ee4
commit 5030d0ba90
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -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"
}, },