Skip to content

Commit 96577c1

Browse files
committed
Fix for BenPru#480
1 parent ea1ce4d commit 96577c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

custom_components/luxtronik/date.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def __init__(
7979
prefix = entry.data[CONF_HA_SENSOR_PREFIX]
8080
self.entity_id = ENTITY_ID_FORMAT.format(f"{prefix}_{description.key}")
8181
self._attr_unique_id = self.entity_id
82+
self._attr_native_value = None
8283

8384
@callback
8485
def _handle_coordinator_update(

0 commit comments

Comments
 (0)