From aa3750c00c1f763770d4e991c38b7125b2c19d56 Mon Sep 17 00:00:00 2001 From: autinerd <27780930+autinerd@users.noreply.github.com> Date: Thu, 15 Feb 2024 21:29:39 +0100 Subject: [PATCH 1/3] Bump openwebifpy to 4.2.2 --- homeassistant/components/enigma2/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/enigma2/manifest.json b/homeassistant/components/enigma2/manifest.json index e298b3b714f12b..35b16cb6436eee 100644 --- a/homeassistant/components/enigma2/manifest.json +++ b/homeassistant/components/enigma2/manifest.json @@ -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.2"] } diff --git a/requirements_all.txt b/requirements_all.txt index c871e677c1ce7b..539114c0833574 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1468,7 +1468,7 @@ openhomedevice==2.2.0 opensensemap-api==0.2.0 # homeassistant.components.enigma2 -openwebifpy==4.2.1 +openwebifpy==4.2.2 # homeassistant.components.luci openwrt-luci-rpc==1.1.16 From 5ccc8cf7b3819d64ef45c5bf704ef85658949cc8 Mon Sep 17 00:00:00 2001 From: autinerd <27780930+autinerd@users.noreply.github.com> Date: Thu, 15 Feb 2024 22:19:29 +0100 Subject: [PATCH 2/3] Bump openwebifpy to 4.2.3, fix typing issues --- homeassistant/components/enigma2/manifest.json | 2 +- homeassistant/components/enigma2/media_player.py | 2 +- requirements_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/enigma2/manifest.json b/homeassistant/components/enigma2/manifest.json index 35b16cb6436eee..cf75d59c1ed7ce 100644 --- a/homeassistant/components/enigma2/manifest.json +++ b/homeassistant/components/enigma2/manifest.json @@ -5,5 +5,5 @@ "documentation": "https://www.home-assistant.io/integrations/enigma2", "iot_class": "local_polling", "loggers": ["openwebif"], - "requirements": ["openwebifpy==4.2.2"] + "requirements": ["openwebifpy==4.2.3"] } diff --git a/homeassistant/components/enigma2/media_player.py b/homeassistant/components/enigma2/media_player.py index 032669499d1cc7..92ad9079eb3806 100644 --- a/homeassistant/components/enigma2/media_player.py +++ b/homeassistant/components/enigma2/media_player.py @@ -102,7 +102,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), ) diff --git a/requirements_all.txt b/requirements_all.txt index 539114c0833574..8df3851dca061e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1468,7 +1468,7 @@ openhomedevice==2.2.0 opensensemap-api==0.2.0 # homeassistant.components.enigma2 -openwebifpy==4.2.2 +openwebifpy==4.2.3 # homeassistant.components.luci openwrt-luci-rpc==1.1.16 From f532dc5045b966f6fa99b30d94cff18f6cc8acc2 Mon Sep 17 00:00:00 2001 From: autinerd <27780930+autinerd@users.noreply.github.com> Date: Thu, 15 Feb 2024 22:55:56 +0100 Subject: [PATCH 3/3] Bump openwebifpy to 4.2.4 --- homeassistant/components/enigma2/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/enigma2/manifest.json b/homeassistant/components/enigma2/manifest.json index cf75d59c1ed7ce..0de4adc13b8cb8 100644 --- a/homeassistant/components/enigma2/manifest.json +++ b/homeassistant/components/enigma2/manifest.json @@ -5,5 +5,5 @@ "documentation": "https://www.home-assistant.io/integrations/enigma2", "iot_class": "local_polling", "loggers": ["openwebif"], - "requirements": ["openwebifpy==4.2.3"] + "requirements": ["openwebifpy==4.2.4"] } diff --git a/requirements_all.txt b/requirements_all.txt index 8df3851dca061e..6a8b1d32768645 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1468,7 +1468,7 @@ openhomedevice==2.2.0 opensensemap-api==0.2.0 # homeassistant.components.enigma2 -openwebifpy==4.2.3 +openwebifpy==4.2.4 # homeassistant.components.luci openwrt-luci-rpc==1.1.16