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: python-kasa/python-kasa
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.7.0.dev2
Choose a base ref
...
head repository: python-kasa/python-kasa
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.7.0.dev3
Choose a head ref
  • 8 commits
  • 15 files changed
  • 2 contributors

Commits on Jun 5, 2024

  1. Update release playbook (#932)

    Updates the RELEASING.md runbook with more steps and scripts.
    Excludes dev release tags for prior releases.
    Updates github_changelog_generator config to exclude pull requests
    with the release-prep label from the changelog.
    
    Co-authored-by: sdb9696
    rytilahti authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    8a0edbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39fc21a View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Fix fan speed level when off and derive smart fan module from common …

    …fan interface (#957)
    
    Picked this up while updating the [Fan platform
    PR](home-assistant/core#116605) for HA. The
    smart fan module was not correctly deriving from the common interface
    and the speed_level is reported as >0 when off.
    sdb9696 authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    40e4052 View commit details
    Browse the repository at this point in the history
  2. Ensure http delay logic works during default login attempt (#959)

    Ensures retryable exceptions are raised on failure to login with default login credentials.
    sdb9696 authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    5befe51 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Add state features to iot strip sockets (#960)

     Fixes iot strip sockets not creating their own state and on_since features.
    sdb9696 authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    e1e2a39 View commit details
    Browse the repository at this point in the history
  2. Fix switching off light effects for iot lights strips (#961)

    Fixes the newly implemented method to turn off active effects on iot devices
    sdb9696 authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    b8c1b39 View commit details
    Browse the repository at this point in the history
  3. Require update in cli for wifi commands (#956)

    Executing wifi join requires passing the current time information for smart devices which we read from the device.
    This PR removes wifi from the block list to make it work.
    rytilahti authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    9b66ac8 View commit details
    Browse the repository at this point in the history
  4. Prepare 0.7.0.dev3 (#962)

    ## [0.7.0.dev3](https://github.com/python-kasa/python-kasa/tree/0.7.0.dev3) (2024-06-07)
    
    [Full Changelog](0.7.0.dev2...0.7.0.dev3)
    
    **Fixed bugs:**
    
    - Fix switching off light effects for iot lights strips [\#961](#961) (@sdb9696)
    - Add state features to iot strip sockets [\#960](#960) (@sdb9696)
    - Ensure http delay logic works during default login attempt [\#959](#959) (@sdb9696)
    - Fix fan speed level when off and derive smart fan module from common fan interface [\#957](#957) (@sdb9696)
    - Require update in cli for wifi commands [\#956](#956) (@rytilahti)
    
    **Project maintenance:**
    
    - Use freezegun for testing aes http client delays [\#954](#954) (@sdb9696)
    - Update release playbook [\#932](#932) (@rytilahti)
    sdb9696 authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    b094e33 View commit details
    Browse the repository at this point in the history
Loading