Skip to content

Commit

Permalink
Bump openwebifpy to 4.2.4 (#110676)
Browse files Browse the repository at this point in the history
  • Loading branch information
autinerd authored and balloob committed Feb 26, 2024
1 parent 90e1fb1 commit 367aaf9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/enigma2/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/enigma2/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 367aaf9

Please sign in to comment.