Files
core/homeassistant/components/smarty/const.py
2024-10-24 13:32:27 +02:00

6 lines
101 B
Python

"""Constants for the Smarty component."""
DOMAIN = "smarty"
SIGNAL_UPDATE_SMARTY = "smarty_update"