mirror of
https://github.com/home-assistant/core.git
synced 2026-03-05 17:17:49 +00:00
6 lines
101 B
Python
6 lines
101 B
Python
"""Constants for the Smarty component."""
|
|
|
|
DOMAIN = "smarty"
|
|
|
|
SIGNAL_UPDATE_SMARTY = "smarty_update"
|