From 3d1cce2a2972fbdcc568eecc33bed46329b6055d Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Fri, 22 Feb 2019 17:43:30 +0100 Subject: [PATCH] Add report_position test Fixes https://github.com/esphome/issues/issues/46 --- tests/test1.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test1.yaml b/tests/test1.yaml index 533f6cc1a8..504e14a0fe 100644 --- a/tests/test1.yaml +++ b/tests/test1.yaml @@ -996,6 +996,9 @@ switch: i = -5000; } return i; + - stepper.report_position: + id: my_stepper + position: 0 fan: - platform: binary