Skip to content

Commit

Permalink
Align with 2024.6 OTA configuration (#23)
Browse files Browse the repository at this point in the history
* Update to new OTA config release in esphome 2024.06
https://esphome.io/changelog/2024.6.0#breaking-changes

* Add info about the new OTA configuration
  • Loading branch information
gunstr authored Jul 23, 2024
1 parent 01155aa commit db9c204
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rego1000.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ logger:
api:
password: !secret hass_api_password

# The OTA configuration was changed in esphome 2024.06.
# For earlier releases the '- platform: esphome' should not be included
ota:
password: !secret ota_password
- platform: esphome
password: !secret ota_password

external_components:
- source: components
Expand Down

0 comments on commit db9c204

Please sign in to comment.