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-01-11 18:40:39 -05:00
|
|
|
SWITCH_ENTITY = "switch.smart_plug_with_two_usb_ports_current_value"
|