Add device configuration URL to Solar-Log (#58954)
This commit is contained in:
parent
d1bb580dc3
commit
5315d7eb0a
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ class SolarlogSensor(update_coordinator.CoordinatorEntity, SensorEntity):
|
|||
identifiers={(DOMAIN, coordinator.unique_id)},
|
||||
manufacturer="Solar-Log",
|
||||
name=coordinator.name,
|
||||
configuration_url=coordinator.host,
|
||||
)
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Reference in a new issue