10 lines
178 B
Python
10 lines
178 B
Python
"""HACS Configuration Schemas."""
|
|
|
|
# Configuration:
|
|
SIDEPANEL_TITLE = "sidepanel_title"
|
|
SIDEPANEL_ICON = "sidepanel_icon"
|
|
APPDAEMON = "appdaemon"
|
|
|
|
# Options:
|
|
COUNTRY = "country"
|