mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 06:05:10 +02:00
Add device configuration URL to Solar-Log (#58954)
This commit is contained in:
@@ -34,6 +34,7 @@ class SolarlogSensor(update_coordinator.CoordinatorEntity, SensorEntity):
|
|||||||
identifiers={(DOMAIN, coordinator.unique_id)},
|
identifiers={(DOMAIN, coordinator.unique_id)},
|
||||||
manufacturer="Solar-Log",
|
manufacturer="Solar-Log",
|
||||||
name=coordinator.name,
|
name=coordinator.name,
|
||||||
|
configuration_url=coordinator.host,
|
||||||
)
|
)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Reference in New Issue
Block a user