Skip to content

Commit

Permalink
Remove Duplicate OTA
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorSchirmer committed Jul 3, 2024
1 parent 814d5d0 commit eb05b50
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Integrations/ESPHome/MSR-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,14 @@ api:
id: ld2410_radar
password: !lambda 'return password;'

ota:
- platform: esphome

wifi:
on_connect:
- delay: 5s # Gives time for improv results to be transmitted
- ble.disable:
on_disconnect:
- ble.enable:

power_save_mode: none

# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
Expand Down Expand Up @@ -355,6 +357,7 @@ binary_sensor:
pin:
number: GPIO9
inverted: true
ignore_strapping_warning: true
mode:
input: true
pullup: true
Expand Down

0 comments on commit eb05b50

Please sign in to comment.