mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
51acdeb563
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"
|