Add configuration_url to lutron_caseta (#60015)

This commit is contained in:
J. Nick Koston 2021-11-20 09:45:25 -06:00 committed by GitHub
parent 769661adc3
commit 2412afbacd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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