mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Add configuration url to august (#60013)
This commit is contained in:
parent
02423d6edc
commit
59f10373ad
@ -25,6 +25,7 @@ class AugustEntityMixin(Entity):
|
|||||||
name=device.device_name,
|
name=device.device_name,
|
||||||
sw_version=self._detail.firmware_version,
|
sw_version=self._detail.firmware_version,
|
||||||
suggested_area=_remove_device_types(device.device_name, DEVICE_TYPES),
|
suggested_area=_remove_device_types(device.device_name, DEVICE_TYPES),
|
||||||
|
configuration_url="https://account.august.com",
|
||||||
)
|
)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user