Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.zwave_me.const Namespace Reference

Variables

string DOMAIN = "zwave_me"
 
list PLATFORMS
 

Detailed Description

Constants for ZWaveMe.

Variable Documentation

◆ DOMAIN

string homeassistant.components.zwave_me.const.DOMAIN = "zwave_me"

Definition at line 8 of file const.py.

◆ PLATFORMS

list homeassistant.components.zwave_me.const.PLATFORMS
Initial value:
1 = [
2  Platform.BINARY_SENSOR,
3  Platform.BUTTON,
4  Platform.CLIMATE,
5  Platform.COVER,
6  Platform.FAN,
7  Platform.LIGHT,
8  Platform.LOCK,
9  Platform.NUMBER,
10  Platform.SENSOR,
11  Platform.SIREN,
12  Platform.SWITCH,
13 ]

Definition at line 29 of file const.py.