Fix Environment Canada server loading (#60087)
* Reduce number of requests hitting EC servers. * Bump lib.
This commit is contained in:
parent
10d0870198
commit
65d1f8183f
4 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue