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"
|
|
|
|
)
|