You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910111213141516 |
- from devices.shelly import shelly_sw1
-
- from devices.tradfri import sw as tradfri_sw
- from devices.tradfri import sw_br as tradfri_sw_br
- from devices.tradfri import sw_br_ct as tradfri_sw_br_ct
- tradfri_button = None
-
- from devices.livarno import sw_br_ct as livarno_sw_br_ct
- silvercrest_powerplug = None
- silvercrest_motion_sensor = None
-
- from devices.brennenstuhl import vlv as brennenstuhl_heatingvalve
-
- my_powerplug = None
- audio_status = None
- remote = None
|