Bump powerfox to v1.2.0 (#134908)

pull/134922/head
Klaas Schoute 2025-01-06 20:52:54 +01:00 committed by GitHub
parent edee58f114
commit 1c314b5c02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 4 deletions

View File

@ -7,6 +7,7 @@ from powerfox import (
Powerfox,
PowerfoxAuthenticationError,
PowerfoxConnectionError,
PowerfoxNoDataError,
Poweropti,
)
@ -45,5 +46,5 @@ class PowerfoxDataUpdateCoordinator(DataUpdateCoordinator[Poweropti]):
return await self.client.device(device_id=self.device.id)
except PowerfoxAuthenticationError as err:
raise ConfigEntryAuthFailed(err) from err
except PowerfoxConnectionError as err:
except (PowerfoxConnectionError, PowerfoxNoDataError) as err:
raise UpdateFailed(err) from err

View File

@ -6,7 +6,7 @@
"documentation": "https://www.home-assistant.io/integrations/powerfox",
"iot_class": "cloud_polling",
"quality_scale": "silver",
"requirements": ["powerfox==1.1.0"],
"requirements": ["powerfox==1.2.0"],
"zeroconf": [
{
"type": "_http._tcp.local.",

View File

@ -1662,7 +1662,7 @@ pmsensor==0.4
poolsense==0.0.8
# homeassistant.components.powerfox
powerfox==1.1.0
powerfox==1.2.0
# homeassistant.components.reddit
praw==7.5.0

View File

@ -1372,7 +1372,7 @@ plumlightpad==0.0.11
poolsense==0.0.8
# homeassistant.components.powerfox
powerfox==1.1.0
powerfox==1.2.0
# homeassistant.components.reddit
praw==7.5.0