mirror of
https://github.com/home-assistant/core.git
synced 2025-06-05 21:57:08 +00:00
10 lines
207 B
Python
10 lines
207 B
Python
"""Constants for the Z-Wave JS integration."""
|
|
|
|
|
|
DOMAIN = "zwave_js"
|
|
NAME = "Z-Wave JS"
|
|
PLATFORMS = ["binary_sensor", "light", "lock", "sensor", "switch"]
|
|
|
|
DATA_CLIENT = "client"
|
|
DATA_UNSUBSCRIBE = "unsubs"
|