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: 09e73fa
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: cbab40a
Choose a head ref
  • 6 commits
  • 21 files changed
  • 3 contributors

Commits on Jan 29, 2025

  1. Configuration menu
    Copy the full SHA
    82fbe12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebd370d View commit details
    Browse the repository at this point in the history
  3. Add FeatureAttributes to smartcam Alarm (#1489)

    Co-authored-by: Teemu R. <tpr@iki.fi>
    sdb9696 and rytilahti authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    44c561b View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2025

  1. dustbin_mode: add 'off' mode for cleaner downstream impl (#1488)

    Adds a new artificial "Off" mode for dustbin_mode,
    which will allow avoiding the need to expose both a toggle and a select
    in homeassistant.
    
    This changes the behavior of the existing mode selection, as it is not
    anymore possible to change the mode without activating the auto
    collection.
    
    * Mode is Off, if auto collection has been disabled
    * When setting mode to "Off", this will disable the auto collection
    * When setting mode to anything else than "Off", the auto collection
    will be automatically enabled.
    rytilahti authored Feb 2, 2025
    Configuration menu
    Copy the full SHA
    8259d28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bff5409 View commit details
    Browse the repository at this point in the history
  3. Prepare 0.10.1 (#1494)

    ## [0.10.1](https://github.com/python-kasa/python-kasa/tree/0.10.1) (2025-02-02)
    
    [Full Changelog](0.10.0...0.10.1)
    
    **Release summary:**
    
    Small patch release for bugfixes
    
    **Implemented enhancements:**
    
    - dustbin\_mode: add 'off' mode for cleaner downstream impl [\#1488](#1488) (@rytilahti)
    - Add Dimmer Configuration Support [\#1484](#1484) (@ryenitcher)
    
    **Fixed bugs:**
    
    - Do not return empty string for custom light effect name [\#1491](#1491) (@sdb9696)
    - Add FeatureAttributes to smartcam Alarm [\#1489](#1489) (@sdb9696)
    
    **Project maintenance:**
    
    - Add module.device to the public api [\#1478](#1478) (@sdb9696)
    sdb9696 authored Feb 2, 2025
    Configuration menu
    Copy the full SHA
    cbab40a View commit details
    Browse the repository at this point in the history
Loading