mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Add Kraken configuration_url (#63565)
This commit is contained in:
parent
5783c07630
commit
b1f19ede34
@ -121,6 +121,7 @@ class KrakenSensor(CoordinatorEntity[Optional[KrakenResponse]], SensorEntity):
|
|||||||
self._available = True
|
self._available = True
|
||||||
|
|
||||||
self._attr_device_info = DeviceInfo(
|
self._attr_device_info = DeviceInfo(
|
||||||
|
configuration_url="https://www.kraken.com/",
|
||||||
entry_type=device_registry.DeviceEntryType.SERVICE,
|
entry_type=device_registry.DeviceEntryType.SERVICE,
|
||||||
identifiers={(DOMAIN, f"{source_asset}_{self._target_asset}")},
|
identifiers={(DOMAIN, f"{source_asset}_{self._target_asset}")},
|
||||||
manufacturer="Kraken.com",
|
manufacturer="Kraken.com",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user