Bump openwebifpy to 4.2.4 (#110676)

This commit is contained in:
Sid 2024-02-16 10:47:19 +01:00 committed by Paulus Schoutsen
parent 90e1fb1227
commit 367aaf96a7
3 changed files with 3 additions and 3 deletions

View File

@ -5,5 +5,5 @@
"documentation": "https://www.home-assistant.io/integrations/enigma2",
"iot_class": "local_polling",
"loggers": ["openwebif"],
"requirements": ["openwebifpy==4.2.1"]
"requirements": ["openwebifpy==4.2.4"]
}

View File

@ -107,7 +107,7 @@ async def async_setup_platform(
device = OpenWebIfDevice(
host=session,
turn_off_to_deep=config.get(CONF_DEEP_STANDBY),
turn_off_to_deep=config.get(CONF_DEEP_STANDBY, False),
source_bouquet=config.get(CONF_SOURCE_BOUQUET),
)

View File

@ -1459,7 +1459,7 @@ openhomedevice==2.2.0
opensensemap-api==0.2.0
# homeassistant.components.enigma2
openwebifpy==4.2.1
openwebifpy==4.2.4
# homeassistant.components.luci
openwrt-luci-rpc==1.1.16