fix for gar devices
This commit is contained in:
parent
36556e8529
commit
eddf5c33b7
8
rooms.py
8
rooms.py
@ -311,13 +311,13 @@ class gar_garden(base_room):
|
||||
loc = props.LOC_GAR
|
||||
roo = props.ROO_GAR
|
||||
#
|
||||
self.switch_garland_light = silvercrest_powerplug(mqtt_client, get_topic(props.STG_SHE, loc, roo, props.FUN_GAR))
|
||||
self.switch_garland_light = silvercrest_powerplug(mqtt_client, get_topic(props.STG_ZGW, loc, roo, props.FUN_GAR))
|
||||
self.videv_garland_light = videv_sw(mqtt_client, get_topic(props.STG_VDE, loc, roo, props.FUN_GAR))
|
||||
|
||||
self.videv_repeater = silvercrest_powerplug(mqtt_client, get_topic(props.STG_VDE, loc, roo, props.FUN_REP))
|
||||
self.switch_repeater = shelly_sw1(mqtt_client, get_topic(props.STG_ZGW, loc, roo, props.FUN_REP))
|
||||
self.switch_repeater = silvercrest_powerplug(mqtt_client, get_topic(props.STG_ZGW, loc, roo, props.FUN_REP))
|
||||
self.videv_repeater = videv_sw(mqtt_client, get_topic(props.STG_VDE, loc, roo, props.FUN_REP))
|
||||
|
||||
self.videv_mode = videv_pure_switch(mqtt_client, get_topic(props.STG_ZGW, loc, roo, props.FUN_MOD))
|
||||
self.videv_mode = videv_pure_switch(mqtt_client, get_topic(props.STG_VDE, loc, roo, props.FUN_MOD))
|
||||
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user