Skip to content

Commit

Permalink
Merge pull request #216 from EverythingSmartHome/mmwave-sensor
Browse files Browse the repository at this point in the history
Ensure mmwave turns on on wifi connect
  • Loading branch information
EverythingSmartHome authored Aug 18, 2024
2 parents 7314da0 + 983f907 commit affd4b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion common/everything-presence-one-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ esphome:
on_boot:
priority: -100
then:
- uart.write: "sensorStart"
- switch.turn_on: mmwave_sensor

esp32:
board: esp32dev
Expand All @@ -32,6 +32,8 @@ http_request:

wifi:
fast_connect: ${hidden_ssid}
on_connect:
- switch.turn_on: mmwave_sensor

improv_serial:

Expand Down

0 comments on commit affd4b1

Please sign in to comment.