1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-11 00:29:29 +01:00
Files
core/tests/components/zwave_js/common.py
T

6 lines
339 B
Python

"""Provide common test tools for Z-Wave JS."""
AIR_TEMPERATURE_SENSOR = "sensor.multisensor_6_air_temperature"
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"
SWITCH_ENTITY = "switch.smart_plug_with_two_usb_ports_current_value"