forked from home-assistant/core
Add device configuration URL to Solar-Log (#58954)
This commit is contained in:
committed by
Paulus Schoutsen
parent
f8290ed026
commit
a897dfa5b7
@@ -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
|
||||
|
Reference in New Issue
Block a user