python-kasa/kasa
sdb9696 7bb4a456a2
Add plumbing for passing credentials to devices (#507)
* Add plumbing for passing credentials as far as discovery

* Pass credentials to Smart devices

* Rename authentication exception

* Fix tests failure due to test_json_output leaving echo as nop

* Fix test_credentials test

* Do not print credentials, fix echo function bug and improve get type parameter

* Add device class constructor test

* Add comment for echo handling and move assignment
2023-09-13 15:46:38 +02:00
..
modules Add support for pydantic v2 using v1 shims (#504) 2023-08-28 17:48:49 +02:00
tests Add plumbing for passing credentials to devices (#507) 2023-09-13 15:46:38 +02:00
__init__.py Add plumbing for passing credentials to devices (#507) 2023-09-13 15:46:38 +02:00
cli.py Add plumbing for passing credentials to devices (#507) 2023-09-13 15:46:38 +02:00
credentials.py Add plumbing for passing credentials to devices (#507) 2023-09-13 15:46:38 +02:00
discover.py Add plumbing for passing credentials to devices (#507) 2023-09-13 15:46:38 +02:00
effects.py Add effect support for light strips (#293) 2022-03-21 22:10:12 +01:00
emeterstatus.py Improve emeterstatus API, move into own module (#205) 2021-09-23 17:58:19 +02:00
exceptions.py Add plumbing for passing credentials to devices (#507) 2023-09-13 15:46:38 +02:00
json.py Use orjson when already installed or with speedups extra (#466) 2023-06-18 01:03:04 +02:00
protocol.py Replace asyncio.wait_for with async-timeout (#480) 2023-07-21 11:50:54 +02:00
py.typed Add py.typed to flag that the package is typed (#251) 2021-11-15 18:21:24 +01:00
smartbulb.py Add plumbing for passing credentials to devices (#507) 2023-09-13 15:46:38 +02:00
smartdevice.py Add plumbing for passing credentials to devices (#507) 2023-09-13 15:46:38 +02:00
smartdimmer.py Add plumbing for passing credentials to devices (#507) 2023-09-13 15:46:38 +02:00
smartlightstrip.py Add plumbing for passing credentials to devices (#507) 2023-09-13 15:46:38 +02:00
smartplug.py Add plumbing for passing credentials to devices (#507) 2023-09-13 15:46:38 +02:00
smartstrip.py Add plumbing for passing credentials to devices (#507) 2023-09-13 15:46:38 +02:00