mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Erik Montnemery <erik@montnemery.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
6 lines
114 B
Python
6 lines
114 B
Python
"""Constants for the orvibo integration."""
|
|
|
|
DOMAIN = "orvibo"
|
|
DEFAULT_NAME = "S20"
|
|
CONF_SWITCH_LIST = "switches"
|