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

Support for "Comfort Airflow" #29

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Oct 17, 2021

  1. Remove double call to getCloudDeviceDetails on setup

    The method getCloudDevices() executes getCloudDeviceDetails() as first
    call, so there is no need to manually call getCloudDeviceDetails() on setup.
    droscy committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    c8c74f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. Configuration menu
    Copy the full SHA
    7492b24 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Fix error check from cloud

    droscy committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    ac6f210 View commit details
    Browse the repository at this point in the history
  2. Add support for "Comfort Airflow" (auto vertical fan direction)

    Two options are added to "Swing mode" in climate entities to handle
    the "Comfort Airflow" option if the physical devices support it:
    
     - Auto Vertical: "Comfort Airflow" enabled and horizontal swing disabled
     - Auto 3D: "Comfort Airflow" and horizontal swing both enabled
    droscy committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    05395e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Configuration menu
    Copy the full SHA
    0a8c5a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    1770a6b View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    3274136 View commit details
    Browse the repository at this point in the history