Add configuration url to august (#60013)
This commit is contained in:
parent
02423d6edc
commit
59f10373ad
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue