mirror of
https://github.com/home-assistant/core.git
synced 2025-11-16 14:30:22 +00:00
6 lines
101 B
Python
6 lines
101 B
Python
"""Constants for the Smarty component."""
|
|
|
|
DOMAIN = "smarty"
|
|
|
|
SIGNAL_UPDATE_SMARTY = "smarty_update"
|