Skip to content
Snippets Groups Projects
Unverified Commit 65d1f818 authored by Glenn Waters's avatar Glenn Waters Committed by GitHub
Browse files

Fix Environment Canada server loading (#60087)

* Reduce number of requests hitting EC servers.

* Bump lib.
parent 10d08701
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,7 @@ class ECCamera(CoordinatorEntity, Camera):
self._attr_name = f"{coordinator.config_entry.title} Radar"
self._attr_unique_id = f"{coordinator.config_entry.unique_id}-radar"
self._attr_attribution = self.radar_object.metadata["attribution"]
self._attr_entity_registry_enabled_default = False
self.content_type = "image/gif"
self.image = None
......
......@@ -2,7 +2,7 @@
"domain": "environment_canada",
"name": "Environment Canada",
"documentation": "https://www.home-assistant.io/integrations/environment_canada",
"requirements": ["env_canada==0.5.14"],
"requirements": ["env_canada==0.5.18"],
"codeowners": ["@gwww", "@michaeldavie"],
"config_flow": true,
"iot_class": "cloud_polling"
......
......@@ -600,7 +600,7 @@ enocean==0.50
enturclient==0.2.2
# homeassistant.components.environment_canada
env_canada==0.5.14
env_canada==0.5.18
# homeassistant.components.envirophat
# envirophat==0.0.6
......
......@@ -372,7 +372,7 @@ emulated_roku==0.2.1
enocean==0.50
# homeassistant.components.environment_canada
env_canada==0.5.14
env_canada==0.5.18
# homeassistant.components.enphase_envoy
envoy_reader==0.20.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment