Skip to content

Bug Documentation on changing WiFi seems out-of-date #3230

@MrWhammy

Description

@MrWhammy

TFT Version

No response

Firmware Version

No response

Blueprint Version

No response

Panel Model

None

What is the bug?

I tried following the instructions on changing the WiFi password

Just copy-pasting returns an error
'ota' requires a 'platform' key but it was not specified.

I combined it with the instructions for a Custom OTA Password and that seemed to work better.

Basically just using

# change OTA password, remove after flashing
esphome:
  on_boot:
    - priority: 601.0
      then:
        - lambda: |-
            id(ota_std).set_auth_password("New password");
ota:
  - id: !extend ota_std
    password: !secret wifi_password

First and then removing this section again, updating the secret wifi_password.

Steps to Reproduce

No response

Your Panel's YAML

ESPHome Logs


Home Assistant Logs


Metadata

Metadata

Assignees

No one assigned

    Labels

    BugIdentifies an issue where the system is not functioning as expected.DocumentationRelated to improvements or additions needed in project documentation.Solved in `dev`Marks issues that have been resolved in the dev branch, pending release.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions