mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 01:07:10 +00:00
Bump openwebifpy to 4.2.4 (#110676)
This commit is contained in:
parent
613b183898
commit
d4a2dc7116
@ -5,5 +5,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/enigma2",
|
"documentation": "https://www.home-assistant.io/integrations/enigma2",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["openwebif"],
|
"loggers": ["openwebif"],
|
||||||
"requirements": ["openwebifpy==4.2.1"]
|
"requirements": ["openwebifpy==4.2.4"]
|
||||||
}
|
}
|
||||||
|
@ -102,7 +102,7 @@ async def async_setup_platform(
|
|||||||
|
|
||||||
device = OpenWebIfDevice(
|
device = OpenWebIfDevice(
|
||||||
host=session,
|
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),
|
source_bouquet=config.get(CONF_SOURCE_BOUQUET),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1468,7 +1468,7 @@ openhomedevice==2.2.0
|
|||||||
opensensemap-api==0.2.0
|
opensensemap-api==0.2.0
|
||||||
|
|
||||||
# homeassistant.components.enigma2
|
# homeassistant.components.enigma2
|
||||||
openwebifpy==4.2.1
|
openwebifpy==4.2.4
|
||||||
|
|
||||||
# homeassistant.components.luci
|
# homeassistant.components.luci
|
||||||
openwrt-luci-rpc==1.1.16
|
openwrt-luci-rpc==1.1.16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user