mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
Add configuration_url to Nanoleaf integration (#60372)
This commit is contained in:
@@ -19,4 +19,5 @@ class NanoleafEntity(Entity):
|
|||||||
model=nanoleaf.model,
|
model=nanoleaf.model,
|
||||||
name=nanoleaf.name,
|
name=nanoleaf.name,
|
||||||
sw_version=nanoleaf.firmware_version,
|
sw_version=nanoleaf.firmware_version,
|
||||||
|
configuration_url=f"http://{nanoleaf.host}",
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user