mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-10 13:00:27 +02:00
fix too many out_16
This commit is contained in:
@@ -177,10 +177,6 @@ cover:
|
||||
- switch.turn_off: cover_close_08_out16
|
||||
|
||||
light:
|
||||
- platform: binary
|
||||
name: 'Light 16'
|
||||
output: out_16
|
||||
id: light_16
|
||||
- platform: binary
|
||||
name: 'Light 17'
|
||||
output: out_17
|
||||
@@ -245,6 +241,7 @@ light:
|
||||
name: 'Light 32'
|
||||
output: out_32
|
||||
id: light_32
|
||||
|
||||
binary_sensor:
|
||||
- platform: gpio
|
||||
name: 'IN_01'
|
||||
@@ -481,7 +478,10 @@ binary_sensor:
|
||||
inverted: true
|
||||
on_press:
|
||||
then:
|
||||
- light.toggle: light_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:
|
||||
- light.toggle: light_16
|
||||
- cover.close: cover_08
|
||||
on_release:
|
||||
then:
|
||||
- cover.stop: cover_08
|
||||
|
||||
- platform: gpio
|
||||
name: 'IN_17'
|
||||
|
||||
Reference in New Issue
Block a user