We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1ce4d commit 96577c1Copy full SHA for 96577c1
custom_components/luxtronik/date.py
@@ -79,6 +79,7 @@ def __init__(
79
prefix = entry.data[CONF_HA_SENSOR_PREFIX]
80
self.entity_id = ENTITY_ID_FORMAT.format(f"{prefix}_{description.key}")
81
self._attr_unique_id = self.entity_id
82
+ self._attr_native_value = None
83
84
@callback
85
def _handle_coordinator_update(
0 commit comments