mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 15:38:11 +01:00
parent
6ce030e66f
commit
db1de4163c
1 changed files with 0 additions and 18 deletions
|
@ -362,7 +362,6 @@ binary_sensor:
|
|||
- cover.toggle: time_based_cover
|
||||
- cover.toggle: endstop_cover
|
||||
- cover.toggle: current_based_cover
|
||||
- cover.toggle: time_based_tilt_cover
|
||||
|
||||
globals:
|
||||
- id: my_global_string
|
||||
|
@ -555,23 +554,6 @@ cover:
|
|||
close_action:
|
||||
- switch.turn_on: gpio_switch2
|
||||
close_duration: 4.5min
|
||||
- platform: time_based_tilt
|
||||
name: Time Based Cover with Tilt
|
||||
id: time_based_tilt_cover
|
||||
stop_action:
|
||||
- switch.turn_on: gpio_switch1
|
||||
open_action:
|
||||
- switch.turn_on: gpio_switch1
|
||||
open_duration: 5min
|
||||
close_action:
|
||||
- switch.turn_on: gpio_switch2
|
||||
close_duration: 4.5min
|
||||
inertia_open_time: 300 ms
|
||||
tilt_open_duration: 930 ms
|
||||
inertia_close_time: 250 ms
|
||||
tilt_close_duration: 900 ms
|
||||
interlock_wait_time: 500ms
|
||||
recalibration_time: 2500ms
|
||||
- platform: current_based
|
||||
name: Current Based Cover
|
||||
id: current_based_cover
|
||||
|
|
Loading…
Reference in a new issue