mirror of
https://github.com/home-assistant/core.git
synced 2026-05-23 08:50:09 +01:00
b6b1e725c7
Co-authored-by: J. Nick Koston <nick@koston.org>
12 lines
258 B
Python
12 lines
258 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_FANS = "fans"
|
|
VS_LIGHTS = "lights"
|
|
VS_MANAGER = "manager"
|