mirror of
https://github.com/esphome/esphome.git
synced 2024-11-25 16:38:16 +01:00
Add report_position test
Fixes https://github.com/esphome/issues/issues/46
This commit is contained in:
parent
af0c213024
commit
3d1cce2a29
1 changed files with 3 additions and 0 deletions
|
@ -996,6 +996,9 @@ switch:
|
||||||
i = -5000;
|
i = -5000;
|
||||||
}
|
}
|
||||||
return i;
|
return i;
|
||||||
|
- stepper.report_position:
|
||||||
|
id: my_stepper
|
||||||
|
position: 0
|
||||||
|
|
||||||
fan:
|
fan:
|
||||||
- platform: binary
|
- platform: binary
|
||||||
|
|
Loading…
Reference in a new issue