mirror of
https://github.com/joshr120/PD-Stepper.git
synced 2025-11-04 14:49:56 +08:00
Merge pull request #21 from slimcdk/main
Import `tmc2209_hub` for custom ESPHome component examples
This commit is contained in:
commit
a01e2e57e1
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
external_components:
|
external_components:
|
||||||
- source: github://slimcdk/esphome-custom-components
|
- source: github://slimcdk/esphome-custom-components
|
||||||
components: [tmc2209, stepper]
|
components: [tmc2209_hub, tmc2209, stepper]
|
||||||
|
|
||||||
substitutions:
|
substitutions:
|
||||||
encoder_closed_pos: "30000" # full blinds length (in encoder counts) !! CHANGE TO SUIT YOUR SETUP !!
|
encoder_closed_pos: "30000" # full blinds length (in encoder counts) !! CHANGE TO SUIT YOUR SETUP !!
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
external_components:
|
external_components:
|
||||||
- source: github://slimcdk/esphome-custom-components
|
- source: github://slimcdk/esphome-custom-components
|
||||||
components: [tmc2209, stepper]
|
components: [tmc2209_hub, tmc2209, stepper]
|
||||||
|
|
||||||
globals:
|
globals:
|
||||||
- id: encoder_tracking_
|
- id: encoder_tracking_
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user