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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve and fix Airzone config flow #70474

Merged
merged 2 commits into from Apr 26, 2022

Commits on Apr 23, 2022

  1. airzone: improve and fix config flow

    - A user can add multiple config entries for the same Airzone device for those
    Airzone devices that support all systems listing (systemID=0) since
    _async_abort_entries_match is being checked with CONF_ID always set, but if
    the Airzone device supports systemID=0, CONF_ID won't be set.
    - Extend SYSTEM_ID_SCHEMA from CONFIG_SCHEMA.
    - invalid_system_id error refers to CONF_ID.
    
    Signed-off-by: 脕lvaro Fern谩ndez Rojas <noltari@gmail.com>
    Noltari committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    f858992 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. airzone: simplify CONFIG_FLOW and update tests

    Signed-off-by: 脕lvaro Fern谩ndez Rojas <noltari@gmail.com>
    Noltari committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    3df756e View commit details
    Browse the repository at this point in the history