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.9.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: 0.9.1
Choose a head ref
  • 13 commits
  • 29 files changed
  • 4 contributors

Commits on Dec 24, 2024

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

Commits on Jan 3, 2025

  1. Configuration menu
    Copy the full SHA
    5d49623 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    361697a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    883d522 View commit details
    Browse the repository at this point in the history
  4. Update SslAesTransport for older firmware versions (#1362)

    Older firmware versions do not encrypt the payload.
    
    Tested to work with C110 hw 2.0 fw 1.3.7 Build 230823 Rel.57279n(5553)
    
    ---------
    
    Co-authored-by: Teemu R. <tpr@iki.fi>
    sdb9696 and rytilahti authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    0a95a41 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2025

  1. Configuration menu
    Copy the full SHA
    e097b45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e0be2e View commit details
    Browse the repository at this point in the history
  3. Add S220 fixture (#1419)

    Add S220 (hub-connected) fixture, thanks to @chrisnewmanuk.
    
    Drafted as requires adding `subg.plugswitch.switch` as a supported child
    device category.
    
    ref
    home-assistant/core#133973 (comment)
    rytilahti authored Jan 4, 2025
    Configuration menu
    Copy the full SHA
    08639a3 View commit details
    Browse the repository at this point in the history
  4. Add S210 fixture (#1418)

    rytilahti authored Jan 4, 2025
    Configuration menu
    Copy the full SHA
    1f45f42 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2025

  1. Configuration menu
    Copy the full SHA
    6aa0192 View commit details
    Browse the repository at this point in the history
  2. Use repr() for enum values in Feature.__repr__ (#1414)

    Instead of simply displaying the enum value, use repr to get a nicer
    output for the cli.
    Was: `Error (vacuum_error): 14`
    Now: `Error (vacuum_error): <ErrorCode.DustBinRemoved: 14>`
    rytilahti authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    48a07a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d508b5 View commit details
    Browse the repository at this point in the history
  4. Prepare 0.9.1 (#1426)

    ## [0.9.1](https://github.com/python-kasa/python-kasa/tree/0.9.1) (2025-01-06)
    
    [Full Changelog](0.9.0...0.9.1)
    
    **Release summary:**
    
    - Support for hub-attached wall switches S210 and S220
    - Support for older firmware on Tapo cameras
    - Bugfixes and improvements
    
    **Implemented enhancements:**
    
    - Add support for Tapo hub-attached switch devices [\#1421](#1421) (@sdb9696)
    - Use repr\(\) for enum values in Feature.\_\_repr\_\_ [\#1414](#1414) (@rytilahti)
    - Update SslAesTransport for older firmware versions [\#1362](#1362) (@sdb9696)
    
    **Fixed bugs:**
    
    - T310 not detected with H200 Hub [\#1409](#1409)
    - Backoff after xor timeout and improve error reporting [\#1424](#1424) (@bdraco)
    - Fix incorrect obd src echo [\#1412](#1412) (@rytilahti)
    - Handle smartcam partial list responses [\#1411](#1411) (@sdb9696)
    
    **Added support for devices:**
    
    - Add S220 fixture [\#1419](#1419) (@rytilahti)
    - Add S210 fixture [\#1418](#1418) (@rytilahti)
    
    **Documentation updates:**
    
    - Improve exception messages on credential mismatches [\#1417](#1417) (@rytilahti)
    
    **Project maintenance:**
    
    - Add C210 2.0 1.3.11 fixture [\#1406](#1406) (@sdb9696)
    - Add HS210\(US\) 3.0 1.0.10 IOT Fixture [\#1405](#1405) (@ZeliardM)
    - Change smartcam detection features to category config [\#1402](#1402) (@sdb9696)
    sdb9696 authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    40886ef View commit details
    Browse the repository at this point in the history
Loading