Skip to content

Commit 5030d0b

Browse files
authored
Add integration_type device to ecoforest (home-assistant#158939)
1 parent f582f06 commit 5030d0b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/ecoforest/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"codeowners": ["@pjanuario"],
55
"config_flow": true,
66
"documentation": "https://www.home-assistant.io/integrations/ecoforest",
7+
"integration_type": "device",
78
"iot_class": "local_polling",
89
"loggers": ["pyecoforest"],
910
"requirements": ["pyecoforest==0.4.0"]

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1551,7 +1551,7 @@
15511551
},
15521552
"ecoforest": {
15531553
"name": "Ecoforest",
1554-
"integration_type": "hub",
1554+
"integration_type": "device",
15551555
"config_flow": true,
15561556
"iot_class": "local_polling"
15571557
},

0 commit comments

Comments
 (0)