From 20b64a5e4c910b83c7c1ff3be69dce8f686a536c 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