mirror of
https://github.com/esphome/esphome.git
synced 2024-11-05 09:16:46 +01:00
13 lines
284 B
YAML
13 lines
284 B
YAML
cover:
|
|
- platform: time_based
|
|
name: Time Based Cover
|
|
id: time_based_cover
|
|
stop_action:
|
|
- logger.log: stop_action
|
|
open_action:
|
|
- logger.log: open_action
|
|
open_duration: 5min
|
|
close_action:
|
|
- logger.log: close_action
|
|
close_duration: 4.5min
|