mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
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
@ -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…
x
Reference in New Issue
Block a user