Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,14 @@ deep_sleep:
esp32_ext1_wakeup:
mode: ANY_HIGH
pins:
# GPIO4 and GPIO5 are C6 strapping pins; the buttons drive them through
# internal pulldowns, not external resistors, so the warning does not apply
- number: GPIO4
allow_other_uses: true
ignore_strapping_warning: true
- number: GPIO5
allow_other_uses: true
ignore_strapping_warning: true
- number: GPIO7
allow_other_uses: true

Expand Down Expand Up @@ -351,6 +355,7 @@ binary_sensor:
input: true
pulldown: true
allow_other_uses: true
ignore_strapping_warning: true
name: "Song Button 2"
entity_category: "diagnostic"
filters:
Expand Down Expand Up @@ -401,6 +406,7 @@ binary_sensor:
input: true
pulldown: true
allow_other_uses: true
ignore_strapping_warning: true
name: "Song Button 3"
entity_category: "diagnostic"
filters:
Expand Down