mirror of
https://github.com/home-assistant/core.git
synced 2025-08-13 17:45:19 +02:00
Add configuration_url to lutron_caseta (#60015)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user