Add configuration url to Tractive (#58038)
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
This commit is contained in:
parent
fbe3ce1bf7
commit
24d3bf0930
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ class TractiveEntity(Entity):
|
|||
) -> None:
|
||||
"""Initialize tracker entity."""
|
||||
self._attr_device_info = DeviceInfo(
|
||||
configuration_url="https://my.tractive.com/",
|
||||
identifiers={(DOMAIN, tracker_details["_id"])},
|
||||
name=f"Tractive ({tracker_details['_id']})",
|
||||
manufacturer="Tractive GmbH",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue