python-kasa/kasa/smart
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
..
modules Auto auto-off module for smartdevice (#760) 2024-02-19 21:11:11 +01:00
__init__.py Refactor devices into subpackages and deprecate old names (#716) 2024-02-04 16:20:08 +01:00
smartbulb.py Refactor devices into subpackages and deprecate old names (#716) 2024-02-04 16:20:08 +01:00
smartchilddevice.py Initial implementation for modularized smartdevice (#757) 2024-02-19 18:01:31 +01:00
smartdevice.py Auto auto-off module for smartdevice (#760) 2024-02-19 21:11:11 +01:00
smartmodule.py Initial implementation for modularized smartdevice (#757) 2024-02-19 18:01:31 +01:00
smartplug.py Refactor devices into subpackages and deprecate old names (#716) 2024-02-04 16:20:08 +01:00