mirror of
https://github.com/home-assistant/core.git
synced 2025-11-17 06:50:12 +00:00
5 lines
111 B
Python
5 lines
111 B
Python
"""Constants for the frontend component."""
|
|
|
|
# System storage keys
|
|
SYSTEM_DATA_DEFAULT_PANEL = "default_panel"
|