Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jfroy/aiobafi6
base: 0.4.0
Choose a base ref
...
head repository: jfroy/aiobafi6
compare: 0.5.0
Choose a head ref
  • 5 commits
  • 7 files changed
  • 1 contributor

Commits on May 9, 2022

  1. Bump version to 0.5.0-dev

    jfroy committed May 9, 2022
    Configuration menu
    Copy the full SHA
    abfed1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39a08f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Add flake8 to dev dependencies

    jfroy committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    ff14259 View commit details
    Browse the repository at this point in the history
  2. Implement computed property for fans without auto comfort

    This commit defines 2 unknown fields in the `Capabilities` message that
    are not set on fans without auto comfort. The `Device` property exposes a
    new computed property (`has_auto_comfort`) when both of those fields are
    set to true.
    
    See home-assistant/core#72934
    jfroy committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    1f6c2a4 View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.5.0

    jfroy committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    3e7d25e View commit details
    Browse the repository at this point in the history