J. Nick Koston
|
cba073ebde
|
Add support for tapo wall switches (S500D) (#704)
* Add support for the S500D
* tweak
* Update README.md
|
2024-01-25 08:54:56 +01:00 |
|
Steven B
|
c3329155c8
|
Raise SmartDeviceException on invalid config dicts (#640)
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2024-01-18 07:51:50 -10:00 |
|
Steven B
|
642e9a1f5b
|
Migrate http client to use aiohttp instead of httpx (#643)
|
2024-01-18 07:32:26 -10:00 |
|
Steven B
|
3b1b0a3c21
|
Encapsulate http client dependency (#642)
* Encapsulate http client dependency
* Store cookie dict as variable
* Update post-review
|
2024-01-18 10:57:33 +01:00 |
|
Steven B
|
fd2170c82c
|
Update config to_dict to exclude credentials if the hash is empty string (#626)
* Update config to_dict to exclude credentials if the hash is empty string
* Add test
|
2024-01-10 20:47:30 +01:00 |
|
Steven B
|
3e0cd07b7c
|
Update docs for newer devices and DeviceConfig (#614)
* Update docs for newer devices and DeviceConfig
* Tweak docs post review
* Move sentence to newline
* Update post review
* Update following review
|
2024-01-10 20:13:14 +01:00 |
|
sdb9696
|
e9bf9f58ee
|
Allow serializing and passing of credentials_hashes in DeviceConfig (#607)
* Allow passing of credentials_hashes in DeviceConfig
* Update following review
|
2024-01-03 22:46:08 +01:00 |
|
gimpy88
|
c810298b04
|
Add support for KS205 and KS225 wall switches (#594)
* KS205 Fixture
* KS225 Fixture
* Added Smart.KasaSwitch device type
* Added KS225 to test
* Added variable color temp check
* Added supported devices to readme
* Removed parenthesis
* Updated fixtures
* Fixed for ruff
|
2024-01-03 19:31:42 +01:00 |
|
Teemu R
|
30c4e6a6a3
|
Cleanup credentials handling (#605)
* credentials: don't allow none to simplify checks
* Implement __bool__ for credentials
* Cleanup klaptransport cred usage
* Cleanup deviceconfig and tapodevice
* fix linting
* Pass dummy credentials for tests
* Remove __bool__ dunder and add docs to credentials
* Check for cred noneness in tapodevice.update()
|
2024-01-03 19:26:52 +01:00 |
|
sdb9696
|
f6fd898faf
|
Add DeviceConfig to allow specifying configuration parameters (#569)
* Add DeviceConfig handling
* Update post review
* Further update post latest review
* Update following latest review
* Update docstrings and docs
|
2023-12-29 20:17:15 +01:00 |
|