* 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
7 lines
114 B
Python
7 lines
114 B
Python
"""Const for Velbus."""
|
|
|
|
DOMAIN = "velbus"
|
|
|
|
CONF_MEMO_TEXT = "memo_text"
|
|
|
|
SERVICE_SET_MEMO_TEXT = "set_memo_text"
|