Rollback PyFlume to 0.6.5 (#120846)

This commit is contained in:
Allen Porter 2024-06-29 21:35:48 -07:00 committed by GitHub
parent 5280291f98
commit f65304957a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -98,7 +98,7 @@ class FlumeNotificationDataUpdateCoordinator(DataUpdateCoordinator[None]):
# The related binary sensors (leak detected, high flow, low battery)
# will be active until the notification is deleted in the Flume app.
self.notifications = pyflume.FlumeNotificationList(
self.auth, read=None, sort_direction="DESC"
self.auth, read=None
).notification_list
_LOGGER.debug("Notifications %s", self.notifications)

View File

@ -11,5 +11,5 @@
"documentation": "https://www.home-assistant.io/integrations/flume",
"iot_class": "cloud_polling",
"loggers": ["pyflume"],
"requirements": ["PyFlume==0.8.7"]
"requirements": ["PyFlume==0.6.5"]
}

View File

@ -54,7 +54,7 @@ PyChromecast==14.0.1
PyFlick==0.0.2
# homeassistant.components.flume
PyFlume==0.8.7
PyFlume==0.6.5
# homeassistant.components.fronius
PyFronius==0.7.3

View File

@ -45,7 +45,7 @@ PyChromecast==14.0.1
PyFlick==0.0.2
# homeassistant.components.flume
PyFlume==0.8.7
PyFlume==0.6.5
# homeassistant.components.fronius
PyFronius==0.7.3