mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add configuration_url
to Freebox integration (#58555)
This commit is contained in:
parent
feda48f599
commit
bcd4ffdef3
@ -184,6 +184,7 @@ class FreeboxRouter:
|
|||||||
def device_info(self) -> DeviceInfo:
|
def device_info(self) -> DeviceInfo:
|
||||||
"""Return the device information."""
|
"""Return the device information."""
|
||||||
return DeviceInfo(
|
return DeviceInfo(
|
||||||
|
configuration_url=f"https://{self._host}:{self._port}/",
|
||||||
connections={(CONNECTION_NETWORK_MAC, self.mac)},
|
connections={(CONNECTION_NETWORK_MAC, self.mac)},
|
||||||
identifiers={(DOMAIN, self.mac)},
|
identifiers={(DOMAIN, self.mac)},
|
||||||
manufacturer="Freebox SAS",
|
manufacturer="Freebox SAS",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user