Skip to content

Commit 1df2f18

Browse files
authored
Add integration_type service to environment_canada (home-assistant#159007)
1 parent 5800824 commit 1df2f18

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/environment_canada/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"codeowners": ["@gwww", "@michaeldavie"],
55
"config_flow": true,
66
"documentation": "https://www.home-assistant.io/integrations/environment_canada",
7+
"integration_type": "service",
78
"iot_class": "cloud_polling",
89
"loggers": ["env_canada"],
910
"requirements": ["env-canada==0.12.1"]

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1782,7 +1782,7 @@
17821782
},
17831783
"environment_canada": {
17841784
"name": "Environment Canada",
1785-
"integration_type": "hub",
1785+
"integration_type": "service",
17861786
"config_flow": true,
17871787
"iot_class": "cloud_polling"
17881788
},

0 commit comments

Comments
 (0)