fix too many out_16

This commit is contained in:
pszafer
2024-04-09 21:12:00 +02:00
parent e5d0d3cb0d
commit a61a38d6c4
6 changed files with 55 additions and 33 deletions

View File

@@ -177,10 +177,6 @@ cover:
- switch.turn_off: cover_close_08_out16
switch:
- platform: output
name: 'Switch 16'
output: out_16
id: switch_16
- platform: output
name: 'Switch 17'
output: out_17
@@ -245,6 +241,7 @@ switch:
name: 'Switch 32'
output: out_32
id: switch_32
binary_sensor:
- platform: gpio
name: 'IN_01'
@@ -481,7 +478,10 @@ binary_sensor:
inverted: true
on_press:
then:
- switch.toggle: switch_15
- cover.open: cover_08
on_release:
then:
- cover.stop: cover_08
- platform: gpio
name: 'IN_16'
@@ -494,7 +494,10 @@ binary_sensor:
inverted: true
on_press:
then:
- switch.toggle: switch_16
- cover.close: cover_08
on_release:
then:
- cover.stop: cover_08
- platform: gpio
name: 'IN_17'