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