Skip to content

Commit

Permalink
Add example pins to config file
Browse files Browse the repository at this point in the history
  • Loading branch information
unregist committed Dec 5, 2024
1 parent a5be416 commit 8234c64
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions esphome/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ climate:
mhi_ac_ctrl_id: ${mhi_device_id}
id: ${device_id}
name: "${device_name}"
## Optional PIN config. Default values:
#mosi_pin: GPIO7
#miso_pin: GPIO2
#sclk_pin: GPIO6
#cs_in_pin: GPIO10
#cs_out_pin: GPIO9

select:
- platform: MhiAcCtrl
Expand Down

0 comments on commit 8234c64

Please sign in to comment.