mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 03:03:17 +01:00
Bump pyfritzhome to 0.6.19 (#161565)
This commit is contained in:
@@ -87,7 +87,7 @@ class FritzboxDataUpdateCoordinator(DataUpdateCoordinator[FritzboxCoordinatorDat
|
||||
self.has_triggers = False
|
||||
LOGGER.debug("enable smarthome triggers: %s", self.has_triggers)
|
||||
|
||||
self.configuration_url = self.fritz.get_prefixed_host()
|
||||
self.configuration_url = self.fritz.base_url
|
||||
|
||||
await self.async_config_entry_first_refresh()
|
||||
self.cleanup_removed_devices(self.data)
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"integration_type": "hub",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["pyfritzhome"],
|
||||
"requirements": ["pyfritzhome==0.6.18"],
|
||||
"requirements": ["pyfritzhome==0.6.19"],
|
||||
"ssdp": [
|
||||
{
|
||||
"st": "urn:schemas-upnp-org:device:fritzbox:1"
|
||||
|
||||
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@@ -2063,7 +2063,7 @@ pyforked-daapd==0.1.14
|
||||
pyfreedompro==1.1.0
|
||||
|
||||
# homeassistant.components.fritzbox
|
||||
pyfritzhome==0.6.18
|
||||
pyfritzhome==0.6.19
|
||||
|
||||
# homeassistant.components.ifttt
|
||||
pyfttt==0.3
|
||||
|
||||
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@@ -1752,7 +1752,7 @@ pyforked-daapd==0.1.14
|
||||
pyfreedompro==1.1.0
|
||||
|
||||
# homeassistant.components.fritzbox
|
||||
pyfritzhome==0.6.18
|
||||
pyfritzhome==0.6.19
|
||||
|
||||
# homeassistant.components.ifttt
|
||||
pyfttt==0.3
|
||||
|
||||
@@ -12,5 +12,5 @@ def fritz_fixture() -> Mock:
|
||||
patch("homeassistant.components.fritzbox.coordinator.Fritzhome") as fritz,
|
||||
patch("homeassistant.components.fritzbox.config_flow.Fritzhome"),
|
||||
):
|
||||
fritz.return_value.get_prefixed_host.return_value = "http://1.2.3.4"
|
||||
fritz.return_value.base_url = "http://1.2.3.4"
|
||||
yield fritz
|
||||
|
||||
Reference in New Issue
Block a user