Skip to content

Commit

Permalink
Add BLE Improv fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EverythingSmartHome committed Jan 13, 2024
1 parent c8afe7c commit d08df81
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions everything-presence-one-beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ ota:

wifi:
fast_connect: ${hidden_ssid}
on_connect:
- delay: 5s
- ble.disable:
on_disconnect:
- ble.enable:
ap: {}

improv_serial:
Expand Down
5 changes: 5 additions & 0 deletions everything-presence-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ ota:

wifi:
fast_connect: ${hidden_ssid}
on_connect:
- delay: 5s
- ble.disable:
on_disconnect:
- ble.enable:
ap: {}

captive_portal:
Expand Down

0 comments on commit d08df81

Please sign in to comment.