mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Correct misleading comment for const.ATTR_RESTORED (#146528)
This commit is contained in:
parent
ba5d0f2723
commit
0362012bb3
@ -562,7 +562,7 @@ ATTR_STATE: Final = "state"
|
||||
ATTR_EDITABLE: Final = "editable"
|
||||
ATTR_OPTION: Final = "option"
|
||||
|
||||
# The entity has been restored with restore state
|
||||
# The entity state has been partially restored by the entity registry
|
||||
ATTR_RESTORED: Final = "restored"
|
||||
|
||||
# Bitfield of supported component features for the entity
|
||||
|
Loading…
x
Reference in New Issue
Block a user