mirror of
https://github.com/home-assistant/core.git
synced 2025-05-17 12:29:16 +00:00

* Add set_memo_text service * Apply template rendering for memo text * Update constants to comply to naming conventions * Local variable for module address and extended error description * fixed typo
8 lines
114 B
Python
8 lines
114 B
Python
"""Const for Velbus."""
|
|
|
|
DOMAIN = "velbus"
|
|
|
|
CONF_MEMO_TEXT = "memo_text"
|
|
|
|
SERVICE_SET_MEMO_TEXT = "set_memo_text"
|