fix
This commit is contained in:
parent
db662e7e2d
commit
9aee258b17
4
base.yml
4
base.yml
|
@ -126,9 +126,9 @@ cover:
|
||||||
device_class: garage
|
device_class: garage
|
||||||
name: ${friendly_name}
|
name: ${friendly_name}
|
||||||
ratgdo_id: ${id_prefix}
|
ratgdo_id: ${id_prefix}
|
||||||
on_closed:
|
on_close:
|
||||||
- switch.turn_off: ${id_prefix}_status_door
|
- switch.turn_off: ${id_prefix}_status_door
|
||||||
on_opened:
|
on_open:
|
||||||
- switch.turn_on: ${id_prefix}_status_door
|
- switch.turn_on: ${id_prefix}_status_door
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue