mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Improve typing of State.as_compressed_state (#113540)
This commit is contained in:
@@ -1456,11 +1456,11 @@ _DEPRECATED_DATA_RATE_GIBIBYTES_PER_SECOND: Final = DeprecatedConstantEnum(
|
||||
|
||||
|
||||
# States
|
||||
COMPRESSED_STATE_STATE = "s"
|
||||
COMPRESSED_STATE_ATTRIBUTES = "a"
|
||||
COMPRESSED_STATE_CONTEXT = "c"
|
||||
COMPRESSED_STATE_LAST_CHANGED = "lc"
|
||||
COMPRESSED_STATE_LAST_UPDATED = "lu"
|
||||
COMPRESSED_STATE_STATE: Final = "s"
|
||||
COMPRESSED_STATE_ATTRIBUTES: Final = "a"
|
||||
COMPRESSED_STATE_CONTEXT: Final = "c"
|
||||
COMPRESSED_STATE_LAST_CHANGED: Final = "lc"
|
||||
COMPRESSED_STATE_LAST_UPDATED: Final = "lu"
|
||||
|
||||
# #### SERVICES ####
|
||||
SERVICE_TURN_ON: Final = "turn_on"
|
||||
|
||||
Reference in New Issue
Block a user