mirror of
https://github.com/home-assistant/core.git
synced 2025-04-29 19:57:52 +00:00
10 lines
220 B
Python
10 lines
220 B
Python
"""Constants for VeSync Component."""
|
|
|
|
DOMAIN = "vesync"
|
|
VS_DISPATCHERS = "vesync_dispatchers"
|
|
VS_DISCOVERY = "vesync_discovery_{}"
|
|
SERVICE_UPDATE_DEVS = "update_devices"
|
|
|
|
VS_SWITCHES = "switches"
|
|
VS_MANAGER = "manager"
|