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.6.2
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.6.2.1
Choose a head ref
  • 7 commits
  • 29 files changed
  • 2 contributors

Commits on Jan 29, 2024

  1. Various test code cleanups (#725)

    * Separate fake protocols for iot and smart
    
    * Move control_child impl into its own method
    
    * Organize schemas into correct places
    
    * Add test_childdevice
    
    * Add missing return for _handle_control_child
    rytilahti authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    9e6896a View commit details
    Browse the repository at this point in the history
  2. Unignore F401 for tests (#724)

    * Unignore F401 for tests
    
    * Fix linting
    rytilahti authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    55525fc View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Add TP15 fixture (#730)

    bdraco authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    8657959 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    1acf4e8 View commit details
    Browse the repository at this point in the history
  2. Add TP25 fixtures (#729)

    * Add TP25 fixtures
    
    * redump fixture
    bdraco authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    1f62aee View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Avoid crashing on childdevice property accesses (#732)

    * Avoid crashing on childdevice property accesses
    
    * Push updates from parent to child
    rytilahti authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    1f15bcd View commit details
    Browse the repository at this point in the history
  2. Prepare 0.6.2.1 (#736)

    [Full Changelog](0.6.2...0.6.2.1)
    
    **Fixed bugs:**
    
    - Avoid crashing on childdevice property accesses [\#732](#732) (@rytilahti)
    
    **Merged pull requests:**
    
    - Retain last two chars for children device\_id [\#733](#733) (@rytilahti)
    - Add TP15 fixture [\#730](#730) (@bdraco)
    - Add TP25 fixtures [\#729](#729) (@bdraco)
    - Various test code cleanups [\#725](#725) (@rytilahti)
    - Unignore F401 for tests [\#724](#724) (@rytilahti)
    rytilahti authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    414489f View commit details
    Browse the repository at this point in the history
Loading