Files
HomeAssistantVS/custom_components/cafe/const.py
T
2026-06-11 11:50:50 -04:00

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"