1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00

Add integration_type service to environment_canada (#159007)

This commit is contained in:
Joost Lekkerkerker
2025-12-14 21:12:54 +01:00
committed by GitHub
parent 5800824893
commit 1df2f18e0a
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@gwww", "@michaeldavie"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/environment_canada",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["env_canada"],
"requirements": ["env-canada==0.12.1"]

View File

@@ -1782,7 +1782,7 @@
},
"environment_canada": {
"name": "Environment Canada",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},