hass-core/homeassistant/components/zwave_js/const.py
2021-01-11 18:40:39 -05:00

9 lines
182 B
Python

"""Constants for the Z-Wave JS integration."""
DOMAIN = "zwave_js"
NAME = "Z-Wave JS"
PLATFORMS = ["light", "sensor", "switch"]
DATA_CLIENT = "client"
DATA_UNSUBSCRIBE = "unsubs"