mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Bump aioecowitt to 2024.2.0 (#109817)
This commit is contained in:
parent
a6f0b6a005
commit
252baa93aa
@ -38,8 +38,8 @@ class EcowittEntity(Entity):
|
|||||||
"""Update the state on callback."""
|
"""Update the state on callback."""
|
||||||
self.async_write_ha_state()
|
self.async_write_ha_state()
|
||||||
|
|
||||||
self.ecowitt.update_cb.append(_update_state) # type: ignore[arg-type] # upstream bug
|
self.ecowitt.update_cb.append(_update_state)
|
||||||
self.async_on_remove(lambda: self.ecowitt.update_cb.remove(_update_state)) # type: ignore[arg-type] # upstream bug
|
self.async_on_remove(lambda: self.ecowitt.update_cb.remove(_update_state))
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def available(self) -> bool:
|
def available(self) -> bool:
|
||||||
|
@ -6,5 +6,5 @@
|
|||||||
"dependencies": ["webhook"],
|
"dependencies": ["webhook"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/ecowitt",
|
"documentation": "https://www.home-assistant.io/integrations/ecowitt",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"requirements": ["aioecowitt==2023.5.0"]
|
"requirements": ["aioecowitt==2024.2.0"]
|
||||||
}
|
}
|
||||||
|
@ -230,7 +230,7 @@ aioeafm==0.1.2
|
|||||||
aioeagle==1.1.0
|
aioeagle==1.1.0
|
||||||
|
|
||||||
# homeassistant.components.ecowitt
|
# homeassistant.components.ecowitt
|
||||||
aioecowitt==2023.5.0
|
aioecowitt==2024.2.0
|
||||||
|
|
||||||
# homeassistant.components.co2signal
|
# homeassistant.components.co2signal
|
||||||
aioelectricitymaps==0.3.1
|
aioelectricitymaps==0.3.1
|
||||||
|
@ -209,7 +209,7 @@ aioeafm==0.1.2
|
|||||||
aioeagle==1.1.0
|
aioeagle==1.1.0
|
||||||
|
|
||||||
# homeassistant.components.ecowitt
|
# homeassistant.components.ecowitt
|
||||||
aioecowitt==2023.5.0
|
aioecowitt==2024.2.0
|
||||||
|
|
||||||
# homeassistant.components.co2signal
|
# homeassistant.components.co2signal
|
||||||
aioelectricitymaps==0.3.1
|
aioelectricitymaps==0.3.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user