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: RobHofmann/HomeAssistant-GreeClimateComponent Loading
base: 2.11.0
Choose a base ref
...
head repository: RobHofmann/HomeAssistant-GreeClimateComponent Loading
compare: master
Choose a head ref
  • 7 commits
  • 2 files changed
  • 3 contributors

Commits on Jun 18, 2024

  1. Device availability (#163)

    Solved problem of device unavailability if home assistant starts when devices are offline or have no power. From now on, devices are correctly added to the home assistant. There is a specific time interval when the home assistant checks whether the devices are online or not. If not, device is marked as unavailable until it appears on the network.
    toughvj committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a4f1b8a View commit details
    Browse the repository at this point in the history
  2. Update README.md

    RobHofmann committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3a5cf3c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. v2.13

    Fixed v2 encryption
    Added support for Anti Direct Blow
    Improved component initialization process. Devices will be added to Home Assistant even if they are not available on the network or have no power when the system starts.
    toughvj committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    c099d08 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. v2.14 (#188)

    Added support for built-in temp sensor
    Added suport for built-in light sensor
    Extended auto_light functionality to be usable with light sensor
    
    IMPORTANT!
    From this version, auto_light and auto_xfan must be set as input_boolean
    toughvj committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    4f447fa View commit details
    Browse the repository at this point in the history
  2. Added AC model to README.md (#189)

    I tried to integrate Sinclair ASH-12BIV with this component and it works really well.
    Pheggas committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    9bbfe64 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Some fixes for None types, cleanup and extra checks (#198)

    * Update climate.py
    
    * Fixes, checks & removal of old stuff
    RobHofmann committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    55b914a View commit details
    Browse the repository at this point in the history
  2. Update climate.py (#202)

    RobHofmann committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5d6be58 View commit details
    Browse the repository at this point in the history
Loading