mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add configuration_url to lutron_caseta (#60015)
This commit is contained in:
parent
769661adc3
commit
2412afbacd
@ -340,6 +340,7 @@ class LutronCasetaDevice(Entity):
|
||||
name=self.name,
|
||||
suggested_area=self._device["name"].split("_")[0],
|
||||
via_device=(DOMAIN, self._bridge_device["serial"]),
|
||||
configuration_url="https://device-login.lutron.com",
|
||||
)
|
||||
|
||||
@property
|
||||
|
Loading…
x
Reference in New Issue
Block a user