1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-28 17:57:08 +00:00
Jonathan Keslin b6b1e725c7
Add support for VeSync dimmer switches ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-02-21 19:16:13 -10:00

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"