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.10.0
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: master
Choose a head ref
  • 15 commits
  • 42 files changed
  • 6 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

Commits on Feb 7, 2025

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

Commits on Feb 10, 2025

  1. Do not crash on missing build number in fw version (#1500)

    Co-authored-by: Steven B <51370195+sdb9696@users.noreply.github.com>
    rytilahti and sdb9696 authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    668e32d View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. Configuration menu
    Copy the full SHA
    ad8a0ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b13869 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29195fa View commit details
    Browse the repository at this point in the history
  4. Prepare 0.10.2 (#1505)

    ## [0.10.2](https://github.com/python-kasa/python-kasa/tree/0.10.2) (2025-02-12)
    
    [Full Changelog](0.10.1...0.10.2)
    
    **Release summary:**
    
    - Bugfix for [#1499](#1499).
    - Support for L530B and C110 devices.
    
    **Fixed bugs:**
    
    - H100 - Raised error: not enough values to unpack \(expected 2, got 1\) [\#1499](#1499)
    - Do not crash on missing build number in fw version [\#1500](#1500) (@rytilahti)
    
    **Added support for devices:**
    
    - Add C110\(EU\) 2.0 1.4.3 fixture [\#1503](#1503) (@sdb9696)
    - Add L530B\(EU\) 3.0 1.1.9 fixture [\#1502](#1502) (@sdb9696)
    
    **Project maintenance:**
    
    - Add fixtures for new versions of H100, P110, and T100 devices [\#1501](#1501) (@LXGaming)
    - Add L530E\(TW\) 2.0 1.1.1 fixture [\#1497](#1497) (@bluehomewu)
    sdb9696 authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    f488492 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Add KS225(US)_1.0_1.1.1 and L930-5(EU)_1.0_1.2.5 (#1509)

    Added fixture files, one device was added directly into HomeKit, and one
    device was added through Matter from the obd_src. I'm not sure if that
    makes a difference for you, but the devices are working correctly
    through my plug-in with the latest python-kasa 0.10.2.
    ZeliardM authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    f0abc28 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

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

Commits on Mar 4, 2025

  1. Add LB100(US)_1.0_1.8.11 fixture file (#1515)

    The LB100 was already in the device_fixtures.py for tests, but was not
    listed in the supported devices nor did it have a fixture file.
    ZeliardM authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    579fd5a View commit details
    Browse the repository at this point in the history
Loading