mirror of
https://github.com/home-assistant/core.git
synced 2026-05-27 02:36:00 +01:00
31d150794d
* 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"
|