Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exposes load_settings to UARTComponent class #5920

Merged
merged 2 commits into from
Dec 13, 2023
Merged

Commits on Dec 13, 2023

  1. Exposes load_settings to UARTComponent class

    This will expose `load_settings` (introduced on esphome#5909) to `UARTComponent` class and any component using that class.
    I'm changing this as I wanna Nextion component to be able to change it's baud rate on the communication with the display without the need to create temporary UART components to handle it.
    edwardtfn committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    5d07042 View commit details
    Browse the repository at this point in the history
  2. Defaults load_settings param to true

    Following inline docs
    edwardtfn committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    0027ac5 View commit details
    Browse the repository at this point in the history