9 lines
199 B
Python
9 lines
199 B
Python
"""Constants for the Z-Wave JS integration."""
|
|
|
|
|
|
DOMAIN = "zwave_js"
|
|
NAME = "Z-Wave JS"
|
|
PLATFORMS = ["binary_sensor", "light", "sensor", "switch"]
|
|
|
|
DATA_CLIENT = "client"
|
|
DATA_UNSUBSCRIBE = "unsubs"
|