Add configuration url to august (#60013)

pull/59750/head^2
J. Nick Koston 2021-11-19 21:55:51 -06:00 committed by GitHub
parent 02423d6edc
commit 59f10373ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ class AugustEntityMixin(Entity):
name=device.device_name,
sw_version=self._detail.firmware_version,
suggested_area=_remove_device_types(device.device_name, DEVICE_TYPES),
configuration_url="https://account.august.com",
)
@property