-
-
Notifications
You must be signed in to change notification settings - Fork 223
Comparing changes
Open a pull request
base repository: python-kasa/python-kasa
base: 0.7.0.dev3
head repository: python-kasa/python-kasa
compare: 0.7.0.dev4
- 6 commits
- 17 files changed
- 2 contributors
Commits on Jun 10, 2024
-
Do not expose child modules on parent devices (#964)
Removes the logic to expose child modules on parent devices, which could cause complications with downstream consumers unknowingly duplicating things.
Configuration menu - View commit details
-
Copy full SHA for fe0bbf1 - Browse repository at this point
Copy the full SHA fe0bbf1View commit details -
Do not add parent only modules to strip sockets (#963)
Excludes modules that child devices report as supported but do not make sense on a child device like firmware, cloud, time etc.
Configuration menu - View commit details
-
Copy full SHA for 9e74e1b - Browse repository at this point
Copy the full SHA 9e74e1bView commit details -
Better checking of child modules not supported by parent device (#966)
Replaces the logic to skip adding child modules to parent devices based on whether a device is a wall switch and instead relies on the `_check_supported` method. Is more future proof and will fix issue with the P300 with child `auto_off` modules #915 not supported on the parent.
Configuration menu - View commit details
-
Copy full SHA for 927fe64 - Browse repository at this point
Copy the full SHA 927fe64View commit details -
Support smart child modules queries (#967)
Required for the P300 firmware update with `auto_off` module on child devices. Will query child modules for parent devices that are not hubs. Coverage will be fixed when the P300 fixture is added #915
Configuration menu - View commit details
-
Copy full SHA for db6276d - Browse repository at this point
Copy the full SHA db6276dView commit details -
Add fixture for p300 1.0.15 (#915)
This version adds auto-off for individual strip sockets.
Configuration menu - View commit details
-
Copy full SHA for 447d829 - Browse repository at this point
Copy the full SHA 447d829View commit details -
## [0.7.0.dev4](https://github.com/python-kasa/python-kasa/tree/0.7.0.dev4) (2024-06-10) [Full Changelog](0.7.0.dev3...0.7.0.dev4) **Implemented enhancements:** - Support smart child modules queries [\#967](#967) (@sdb9696) - Do not expose child modules on parent devices [\#964](#964) (@sdb9696) - Do not add parent only modules to strip sockets [\#963](#963) (@sdb9696) **Project maintenance:** - Better checking of child modules not supported by parent device [\#966](#966) (@sdb9696) - Add fixture for p300 1.0.15 [\#915](#915) (@rytilahti)
Configuration menu - View commit details
-
Copy full SHA for 57cbd3c - Browse repository at this point
Copy the full SHA 57cbd3cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.7.0.dev3...0.7.0.dev4