Add zwave_js sensor humidity device class (#47953)
This commit is contained in:
parent
059e9e8307
commit
40c12997ed
3 changed files with 22 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
|||
"""Provide common test tools for Z-Wave JS."""
|
||||
AIR_TEMPERATURE_SENSOR = "sensor.multisensor_6_air_temperature"
|
||||
HUMIDITY_SENSOR = "sensor.multisensor_6_humidity"
|
||||
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue