Add Kraken configuration_url (#63565)

This commit is contained in:
Kevin Stillhammer 2022-01-07 12:53:11 +01:00 committed by GitHub
parent 5783c07630
commit b1f19ede34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,6 +121,7 @@ class KrakenSensor(CoordinatorEntity[Optional[KrakenResponse]], SensorEntity):
self._available = True
self._attr_device_info = DeviceInfo(
configuration_url="https://www.kraken.com/",
entry_type=device_registry.DeviceEntryType.SERVICE,
identifiers={(DOMAIN, f"{source_asset}_{self._target_asset}")},
manufacturer="Kraken.com",