Bump aioecowitt to 2024.2.0 (#109817)

pull/109843/head
Joost Lekkerkerker 2024-02-06 22:37:20 +01:00 committed by GitHub
parent a6f0b6a005
commit 252baa93aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -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:

View File

@ -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"]
}

View File

@ -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

View File

@ -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