mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Add configuration URL to Spider (#59171)
This commit is contained in:
parent
2d48f4b65e
commit
d384feb87f
@ -50,6 +50,7 @@ class SpiderThermostat(ClimateEntity):
|
|||||||
def device_info(self) -> DeviceInfo:
|
def device_info(self) -> DeviceInfo:
|
||||||
"""Return the device_info of the device."""
|
"""Return the device_info of the device."""
|
||||||
return DeviceInfo(
|
return DeviceInfo(
|
||||||
|
configuration_url="https://mijn.ithodaalderop.nl/",
|
||||||
identifiers={(DOMAIN, self.thermostat.id)},
|
identifiers={(DOMAIN, self.thermostat.id)},
|
||||||
manufacturer=self.thermostat.manufacturer,
|
manufacturer=self.thermostat.manufacturer,
|
||||||
model=self.thermostat.model,
|
model=self.thermostat.model,
|
||||||
|
@ -28,6 +28,7 @@ class SpiderPowerPlug(SwitchEntity):
|
|||||||
def device_info(self) -> DeviceInfo:
|
def device_info(self) -> DeviceInfo:
|
||||||
"""Return the device_info of the device."""
|
"""Return the device_info of the device."""
|
||||||
return DeviceInfo(
|
return DeviceInfo(
|
||||||
|
configuration_url="https://mijn.ithodaalderop.nl/",
|
||||||
identifiers={(DOMAIN, self.power_plug.id)},
|
identifiers={(DOMAIN, self.power_plug.id)},
|
||||||
manufacturer=self.power_plug.manufacturer,
|
manufacturer=self.power_plug.manufacturer,
|
||||||
model=self.power_plug.model,
|
model=self.power_plug.model,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user