Add TS15(US) device fixture#1649
Merged
rytilahti merged 1 commit intopython-kasa:masterfrom Jan 26, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request adds fixture support for the TS15(US) wall switch device to enable testing and ensure compatibility with this Tapo smart switch model.
Changes:
- Added device fixture file for TS15(US) hardware 1.0 with firmware 1.2.2
- Registered TS15 in the test device categories
- Updated documentation to reflect TS15 support
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| tests/fixtures/smart/TS15(US)_1.0_1.2.2.json | New fixture file containing device response data for TS15(US) switch with hardware version 1.0 and firmware 1.2.2 |
| tests/device_fixtures.py | Added "TS15" to SWITCHES_SMART set to enable test parameterization for the new device |
| SUPPORTED.md | Added TS15 entry in Wall Switches section documenting hardware 1.0 (US) with firmware 1.2.2 |
| README.md | Added TS15 to the Wall Switches list in the supported Tapo devices section |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1649 +/- ##
=======================================
Coverage 92.82% 92.82%
=======================================
Files 157 157
Lines 9649 9649
Branches 976 976
=======================================
Hits 8957 8957
Misses 492 492
Partials 200 200 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
rytilahti
approved these changes
Jan 26, 2026
cristian-rincon
pushed a commit
to cristian-rincon/python-kasa
that referenced
this pull request
Feb 20, 2026
Add TS15(US) device fixture
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add TS15(US) device fixture