7 lines
130 B
Python
7 lines
130 B
Python
"""Constants for C.A.F.E.."""
|
|
|
|
DOMAIN = "cafe"
|
|
PANEL_URL = "/cafe_panel"
|
|
PANEL_TITLE = "C.A.F.E."
|
|
PANEL_ICON = "mdi:coffee-to-go"
|