mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Rollback PyFlume to 0.6.5 (#120846)
This commit is contained in:
parent
5280291f98
commit
f65304957a
@ -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)
|
||||
|
||||
|
@ -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"]
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user