mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Add configuration url to kostal plenticore (#63502)
This commit is contained in:
parent
4fd555f508
commit
0aaf0b6160
@ -91,6 +91,7 @@ class Plenticore:
|
|||||||
prod2 = device_local["Branding:ProductName2"]
|
prod2 = device_local["Branding:ProductName2"]
|
||||||
|
|
||||||
self.device_info = DeviceInfo(
|
self.device_info = DeviceInfo(
|
||||||
|
configuration_url=f"http://{self.host}",
|
||||||
identifiers={(DOMAIN, device_local["Properties:SerialNo"])},
|
identifiers={(DOMAIN, device_local["Properties:SerialNo"])},
|
||||||
manufacturer="Kostal",
|
manufacturer="Kostal",
|
||||||
model=f"{prod1} {prod2}",
|
model=f"{prod1} {prod2}",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user