mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Only build compressed states once (#85561)
This commit is contained in:
@@ -1031,6 +1031,13 @@ DATA_RATE_GIBIBYTES_PER_SECOND: Final = "GiB/s"
|
||||
"""Deprecated: please use UnitOfDataRate.GIBIBYTES_PER_SECOND"""
|
||||
|
||||
|
||||
# States
|
||||
COMPRESSED_STATE_STATE = "s"
|
||||
COMPRESSED_STATE_ATTRIBUTES = "a"
|
||||
COMPRESSED_STATE_CONTEXT = "c"
|
||||
COMPRESSED_STATE_LAST_CHANGED = "lc"
|
||||
COMPRESSED_STATE_LAST_UPDATED = "lu"
|
||||
|
||||
# #### SERVICES ####
|
||||
SERVICE_HOMEASSISTANT_STOP: Final = "stop"
|
||||
SERVICE_HOMEASSISTANT_RESTART: Final = "restart"
|
||||
|
||||
Reference in New Issue
Block a user