2021-01-11 16:05:11 +01:00
|
|
|
"""Provide common test tools for Z-Wave JS."""
|
|
|
|
AIR_TEMPERATURE_SENSOR = "sensor.multisensor_6_air_temperature"
|
2021-01-13 15:37:54 -05:00
|
|
|
ENERGY_SENSOR = "sensor.smart_plug_with_two_usb_ports_value_electric_consumed_2"
|
|
|
|
POWER_SENSOR = "sensor.smart_plug_with_two_usb_ports_value_electric_consumed"
|
2021-02-06 05:08:25 -06:00
|
|
|
SWITCH_ENTITY = "switch.smart_plug_with_two_usb_ports"
|
2021-01-15 15:15:03 +01:00
|
|
|
LOW_BATTERY_BINARY_SENSOR = "binary_sensor.multisensor_6_low_battery_level"
|
|
|
|
ENABLED_LEGACY_BINARY_SENSOR = "binary_sensor.z_wave_door_window_sensor_any"
|
|
|
|
DISABLED_LEGACY_BINARY_SENSOR = "binary_sensor.multisensor_6_any"
|
2021-02-01 02:45:24 -06:00
|
|
|
NOTIFICATION_MOTION_BINARY_SENSOR = (
|
2021-02-02 10:06:09 +01:00
|
|
|
"binary_sensor.multisensor_6_home_security_motion_detection"
|
2021-02-01 02:45:24 -06:00
|
|
|
)
|
2021-02-02 10:06:09 +01:00
|
|
|
NOTIFICATION_MOTION_SENSOR = "sensor.multisensor_6_home_security_motion_sensor_status"
|
2021-01-25 09:50:21 -05:00
|
|
|
PROPERTY_DOOR_STATUS_BINARY_SENSOR = (
|
|
|
|
"binary_sensor.august_smart_lock_pro_3rd_gen_the_current_status_of_the_door"
|
|
|
|
)
|
2021-02-23 18:58:04 -05:00
|
|
|
CLIMATE_RADIO_THERMOSTAT_ENTITY = "climate.z_wave_thermostat"
|
|
|
|
CLIMATE_DANFOSS_LC13_ENTITY = "climate.living_connect_z_thermostat"
|
|
|
|
CLIMATE_FLOOR_THERMOSTAT_ENTITY = "climate.floor_thermostat"
|
2021-03-04 22:11:38 +01:00
|
|
|
CLIMATE_MAIN_HEAT_ACTIONNER = "climate.main_heat_actionner"
|
2021-03-01 18:24:55 -05:00
|
|
|
BULB_6_MULTI_COLOR_LIGHT_ENTITY = "light.bulb_6_multi_color"
|
|
|
|
EATON_RF9640_ENTITY = "light.allloaddimmer"
|
|
|
|
AEON_SMART_SWITCH_LIGHT_ENTITY = "light.smart_switch_6"
|