Bump aioecowitt to 2024.2.0 (#109817)
parent
a6f0b6a005
commit
252baa93aa
|
@ -38,8 +38,8 @@ class EcowittEntity(Entity):
|
|||
"""Update the state on callback."""
|
||||
self.async_write_ha_state()
|
||||
|
||||
self.ecowitt.update_cb.append(_update_state) # type: ignore[arg-type] # upstream bug
|
||||
self.async_on_remove(lambda: self.ecowitt.update_cb.remove(_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))
|
||||
|
||||
@property
|
||||
def available(self) -> bool:
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
"dependencies": ["webhook"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/ecowitt",
|
||||
"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
|
||||
|
||||
# homeassistant.components.ecowitt
|
||||
aioecowitt==2023.5.0
|
||||
aioecowitt==2024.2.0
|
||||
|
||||
# homeassistant.components.co2signal
|
||||
aioelectricitymaps==0.3.1
|
||||
|
|
|
@ -209,7 +209,7 @@ aioeafm==0.1.2
|
|||
aioeagle==1.1.0
|
||||
|
||||
# homeassistant.components.ecowitt
|
||||
aioecowitt==2023.5.0
|
||||
aioecowitt==2024.2.0
|
||||
|
||||
# homeassistant.components.co2signal
|
||||
aioelectricitymaps==0.3.1
|
||||
|
|
Loading…
Reference in New Issue