mirror of
https://github.com/home-assistant/core.git
synced 2025-09-13 16:51:37 +02:00
Initialize EsphomeEntity._has_state (#147877)
This commit is contained in:
@@ -281,7 +281,7 @@ class EsphomeEntity(EsphomeBaseEntity, Generic[_InfoT, _StateT]):
|
||||
|
||||
_static_info: _InfoT
|
||||
_state: _StateT
|
||||
_has_state: bool
|
||||
_has_state: bool = False
|
||||
unique_id: str
|
||||
|
||||
def __init__(
|
||||
|
Reference in New Issue
Block a user