python-kasa/kasa/smart/modules
Teemu R. a03a4b1d63
Some checks failed
CI / Perform linting checks (3.13) (push) Has been cancelled
CodeQL checks / Analyze (python) (push) Has been cancelled
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, macos-latest, 3.11) (push) Has been cancelled
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, macos-latest, 3.12) (push) Has been cancelled
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, macos-latest, 3.13) (push) Has been cancelled
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, ubuntu-latest, 3.11) (push) Has been cancelled
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, ubuntu-latest, 3.12) (push) Has been cancelled
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, ubuntu-latest, 3.13) (push) Has been cancelled
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, windows-latest, 3.11) (push) Has been cancelled
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, windows-latest, 3.12) (push) Has been cancelled
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, windows-latest, 3.13) (push) Has been cancelled
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (true, ubuntu-latest, 3.11) (push) Has been cancelled
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (true, ubuntu-latest, 3.12) (push) Has been cancelled
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (true, ubuntu-latest, 3.13) (push) Has been cancelled
Add consumables module for vacuums (#1327)
Co-authored-by: Steven B <51370195+sdb9696@users.noreply.github.com>
2025-01-20 12:50:39 +00:00
..
__init__.py Add consumables module for vacuums (#1327) 2025-01-20 12:50:39 +00:00
alarm.py Enable ruff check for ANN (#1139) 2024-11-10 18:55:13 +00:00
autooff.py Enable ruff check for ANN (#1139) 2024-11-10 18:55:13 +00:00
batterysensor.py Fallback to is_low for batterysensor's battery_low (#1420) 2025-01-15 14:33:05 +01:00
brightness.py Enable ruff check for ANN (#1139) 2024-11-10 18:55:13 +00:00
childdevice.py Enable dynamic hub child creation and deletion on update (#1454) 2025-01-15 19:10:32 +00:00
childlock.py Add childlock module for vacuums (#1461) 2025-01-17 12:15:51 +00:00
childprotection.py Enable ruff check for ANN (#1139) 2024-11-10 18:55:13 +00:00
childsetup.py Add support for pairing devices with hubs (#859) 2025-01-20 10:36:06 +00:00
clean.py Add setting to change carpet clean mode (#1458) 2025-01-15 19:35:41 +00:00
cleanrecords.py Add support for cleaning records (#945) 2025-01-20 11:41:56 +00:00
cloud.py Enable ruff check for ANN (#1139) 2024-11-10 18:55:13 +00:00
color.py Enable ruff check for ANN (#1139) 2024-11-10 18:55:13 +00:00
colortemperature.py Enable ruff check for ANN (#1139) 2024-11-10 18:55:13 +00:00
consumables.py Add consumables module for vacuums (#1327) 2025-01-20 12:50:39 +00:00
contactsensor.py Improve overheat reporting (#1335) 2024-12-11 01:01:36 +01:00
devicemodule.py Update hub children on first update and delay subsequent updates (#1438) 2025-01-13 17:19:40 +00:00
dustbin.py Implement vacuum dustbin module (dust_bucket) (#1423) 2025-01-14 17:30:18 +01:00
energy.py Fallback to other module data on get_energy_usage errors (#1245) 2024-12-20 08:53:07 +00:00
fan.py Allow getting Annotated features from modules (#1018) 2024-11-22 07:52:23 +00:00
firmware.py Migrate smart firmware module to mashumaro (#1276) 2024-11-20 11:54:13 +00:00
frostprotection.py Enable ruff check for ANN (#1139) 2024-11-10 18:55:13 +00:00
homekit.py Add bare bones homekit modules smart and smartcam devices (#1370) 2024-12-14 13:34:58 +00:00
humiditysensor.py Enable ruff check for ANN (#1139) 2024-11-10 18:55:13 +00:00
led.py Enable ruff check for ANN (#1139) 2024-11-10 18:55:13 +00:00
light.py Update cli, light modules, and docs to use FeatureAttributes (#1364) 2024-12-11 15:53:35 +00:00
lighteffect.py Enable ruff check for ANN (#1139) 2024-11-10 18:55:13 +00:00
lightpreset.py Update cli, light modules, and docs to use FeatureAttributes (#1364) 2024-12-11 15:53:35 +00:00
lightstripeffect.py Enable ruff check for ANN (#1139) 2024-11-10 18:55:13 +00:00
lighttransition.py Include duration when disabling smooth transition on/off (#1313) 2024-11-26 10:39:31 +00:00
matter.py Add bare-bones matter modules to smart and smartcam devices (#1371) 2024-12-13 19:45:38 +00:00
mop.py Add mop module (#1456) 2025-01-15 19:12:33 +01:00
motionsensor.py Enable ruff check for ANN (#1139) 2024-11-10 18:55:13 +00:00
overheatprotection.py Improve overheat reporting (#1335) 2024-12-11 01:01:36 +01:00
reportmode.py Enable ruff check for ANN (#1139) 2024-11-10 18:55:13 +00:00
speaker.py Add vacuum speaker controls (#1332) 2025-01-14 16:48:34 +00:00
temperaturecontrol.py Add common Thermostat module (#977) 2024-11-26 09:37:15 +00:00
temperaturesensor.py Enable ruff check for ANN (#1139) 2024-11-10 18:55:13 +00:00
thermostat.py Add common Thermostat module (#977) 2024-11-26 09:37:15 +00:00
time.py Remove support for python <3.11 (#1273) 2024-11-18 18:46:36 +00:00
triggerlogs.py Migrate triggerlogs to mashumaru (#1277) 2024-11-20 13:21:08 +00:00
waterleaksensor.py Enable ruff check for ANN (#1139) 2024-11-10 18:55:13 +00:00