mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
Add wait_until action (#440)
This commit is contained in:
@@ -194,6 +194,8 @@ sensor:
|
||||
then:
|
||||
- lambda: >-
|
||||
ESP_LOGD("main", "Got value range %f", x);
|
||||
- wait_until:
|
||||
binary_sensor.is_on: binary_sensor1
|
||||
on_raw_value:
|
||||
- lambda: >-
|
||||
ESP_LOGD("main", "Got raw value %f", x);
|
||||
|
Reference in New Issue
Block a user