python-kasa/kasa/tests
Teemu R efb4a0f31f
Auto auto-off module for smartdevice (#760)
Adds auto-off implementation. The feature stays enabled after the timer runs out, and it will start the countdown if the device is turned on again without explicitly disabling it.

New features:
* Switch to select if enabled: `Auto off enabled (auto_off_enabled): False`
* Setting to change the delay: `Auto off minutes (auto_off_minutes): 222`
* If timer is active, datetime object when the device gets turned off: `Auto off at (auto_off_at): None`
2024-02-19 21:11:11 +01:00
..
fixtures Fix devtools for P100 and add fixture (#753) 2024-02-14 19:43:10 +00:00
__init__.py mass rename to (python-)kasa (#1) 2019-12-18 09:11:18 +01:00
conftest.py Fix discovery cli to print devices not printed during discovery timeout (#670) 2024-02-05 17:53:09 +00:00
fakeprotocol_iot.py Various test code cleanups (#725) 2024-01-29 20:26:39 +01:00
fakeprotocol_smart.py Auto auto-off module for smartdevice (#760) 2024-02-19 21:11:11 +01:00
test_aestransport.py Fix for P100 on fw 1.1.3 login_version none (#751) 2024-02-14 19:13:28 +00:00
test_bulb.py Refactor devices into subpackages and deprecate old names (#716) 2024-02-04 16:20:08 +01:00
test_childdevice.py Initial implementation for modularized smartdevice (#757) 2024-02-19 18:01:31 +01:00
test_cli.py Add generic interface for accessing device features (#741) 2024-02-15 16:25:08 +01:00
test_device_factory.py Ensure connections are closed when cli is finished (#752) 2024-02-14 17:03:50 +00:00
test_device_type.py Refactor devices into subpackages and deprecate old names (#716) 2024-02-04 16:20:08 +01:00
test_deviceconfig.py Unignore F401 for tests (#724) 2024-01-30 00:15:58 +01:00
test_dimmer.py Refactor devices into subpackages and deprecate old names (#716) 2024-02-04 16:20:08 +01:00
test_discovery.py Fix discovery cli to print devices not printed during discovery timeout (#670) 2024-02-05 17:53:09 +00:00
test_emeter.py Refactor devices into subpackages and deprecate old names (#716) 2024-02-04 16:20:08 +01:00
test_feature.py Add generic interface for accessing device features (#741) 2024-02-15 16:25:08 +01:00
test_httpclient.py Avoid rebuilding urls for every request (#715) 2024-01-29 15:26:00 +00:00
test_klapprotocol.py Reduce AuthenticationExceptions raising from transports (#740) 2024-02-05 21:49:26 +01:00
test_lightstrip.py Refactor devices into subpackages and deprecate old names (#716) 2024-02-04 16:20:08 +01:00
test_plug.py Various test code cleanups (#725) 2024-01-29 20:26:39 +01:00
test_protocol.py Unignore F401 for tests (#724) 2024-01-30 00:15:58 +01:00
test_readme_examples.py Refactor devices into subpackages and deprecate old names (#716) 2024-02-04 16:20:08 +01:00
test_smartdevice.py Initial implementation for modularized smartdevice (#757) 2024-02-19 18:01:31 +01:00
test_smartprotocol.py Let caller handle SMART errors on multi-requests (#754) 2024-02-15 18:10:34 +00:00
test_strip.py Refactor devices into subpackages and deprecate old names (#716) 2024-02-04 16:20:08 +01:00
test_usage.py Refactor devices into subpackages and deprecate old names (#716) 2024-02-04 16:20:08 +01:00