1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-13 07:20:01 +00:00

Initialize time _attr_native_value with None ()

This commit is contained in:
Sid
2025-04-19 12:08:29 +02:00
committed by GitHub
parent 09131d8647
commit 6e8c971038

@@ -72,7 +72,7 @@ class TimeEntity(Entity, cached_properties=CACHED_PROPERTIES_WITH_ATTR_):
"""Representation of a Time entity."""
entity_description: TimeEntityDescription
_attr_native_value: time | None
_attr_native_value: time | None = None
_attr_device_class: None = None
_attr_state: None = None