mirror of
https://github.com/home-assistant/core.git
synced 2026-02-24 11:57:05 +00:00
4 lines
180 B
Python
4 lines
180 B
Python
"""Provide common test tools for Z-Wave JS."""
|
|
AIR_TEMPERATURE_SENSOR = "sensor.multisensor_6_air_temperature"
|
|
SWITCH_ENTITY = "switch.smart_plug_with_two_usb_ports_current_value"
|