Add energy and power sensor tests & fix device_class (#45122)
This commit is contained in:
parent
eca6bc6a73
commit
3ebc5d45a8
3 changed files with 30 additions and 6 deletions
|
@ -1,3 +1,5 @@
|
|||
"""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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue