1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Add switch platform to zwave_js (#45046)

This commit is contained in:
Charles Garwood
2021-01-11 18:40:39 -05:00
committed by GitHub
parent cad2fa89ed
commit f312b87a3f
7 changed files with 893 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
"""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"