mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +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,
|
name=self.name,
|
||||||
suggested_area=self._device["name"].split("_")[0],
|
suggested_area=self._device["name"].split("_")[0],
|
||||||
via_device=(DOMAIN, self._bridge_device["serial"]),
|
via_device=(DOMAIN, self._bridge_device["serial"]),
|
||||||
|
configuration_url="https://device-login.lutron.com",
|
||||||
)
|
)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user