mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
Add configuration_url to Nanoleaf integration (#60372)
This commit is contained in:
parent
2a35ae2c0a
commit
79d6d79557
@ -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}",
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user