Co-authored-by: Copilot <[email protected]> Co-authored-by: Erik Montnemery <[email protected]> Co-authored-by: Joost Lekkerkerker <[email protected]>
6 lines
114 B
Python
6 lines
114 B
Python
"""Constants for the orvibo integration."""
|
|
|
|
DOMAIN = "orvibo"
|
|
DEFAULT_NAME = "S20"
|
|
CONF_SWITCH_LIST = "switches"
|