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

Add support for new modes in Tuya Climate #5159

Merged
merged 17 commits into from
Mar 21, 2024

Commits on Jul 27, 2023

  1. Add support support for new modes

    Added support for Fan Only Mode, Dry Mode, Swing Mode and Fan Speed Control.
    
    Also added/fixed support for entity states syncing with current operation mode.
    moriahmorgan committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    7f54397 View commit details
    Browse the repository at this point in the history
  2. Add support for more climate modes in climate.tuya

    Added support for Fan Only Mode, Dry Mode, Swing Mode and Fan Speed Control.
    
    Also added/fixed support for entity states syncing with current operation mode.
    
    This commit fixes the namespace, because I uploaded the test files to start with.
    moriahmorgan committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    ae972a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d01f53e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65fed22 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Breaking Change: Group YAML entries by type

    Add grouping to Preset, Swing Mode, Fan Speed and Active State. This is a breaking change.
    moriahmorgan committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    03d9242 View commit details
    Browse the repository at this point in the history
  2. Formatting Changes for validation

    Formatting changes to be compliant with black and flake8. Also changed constants to match expected format.
    moriahmorgan committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    05537b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77d32ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    649b923 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    6d6e057 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3bc79b View commit details
    Browse the repository at this point in the history
  3. Commit reviewed change

    Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
    moriahmorgan and jesserockz committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    3e0b9f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09b5dd5 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. add "this->" to member variables that were missed

    adding "this->" to some member variables in the swing_mode function.
    moriahmorgan committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    c6ba1f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Update _init_.py to use Python 3.8 Walrus operator

    Adding Walrus Operator in the to_code function for _init_.py similar to esphome#5181
    moriahmorgan committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    be23153 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    65f8714 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24c8aa0 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

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