python-kasa/kasa/smart/modules
Teemu R. fe88b52e19
Some checks are pending
CI / Perform linting checks (3.13) (push) Waiting to run
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, macos-latest, 3.11) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, macos-latest, 3.12) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, macos-latest, 3.13) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, ubuntu-latest, 3.11) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, ubuntu-latest, 3.12) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, ubuntu-latest, 3.13) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, windows-latest, 3.11) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, windows-latest, 3.12) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (false, windows-latest, 3.13) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (true, ubuntu-latest, 3.11) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (true, ubuntu-latest, 3.12) (push) Blocked by required conditions
CI / Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }} (true, ubuntu-latest, 3.13) (push) Blocked by required conditions
CodeQL checks / Analyze (python) (push) Waiting to run
Fallback to other module data on get_energy_usage errors (#1245)
- The `get_energy_usage` query can fail if the device time is not set because the response includes the device time.
- Make `get_energy_usage` an optional query response so the energy module can fall back to getting the power from `get_emeter_data` or `get_current_power` on error.
- Devices on `energy_monitoring` version 1 still fail as they have no additional queries to fall back to.
2024-12-20 08:53:07 +00:00
..
__init__.py Add bare bones homekit modules smart and smartcam devices (#1370) 2024-12-14 13:34:58 +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 Enable ruff check for ANN (#1139) 2024-11-10 18:55:13 +00:00
brightness.py Enable ruff check for ANN (#1139) 2024-11-10 18:55:13 +00:00
childdevice.py Update docs with more howto examples (#968) 2024-06-19 09:53:40 +01:00
childprotection.py Enable ruff check for ANN (#1139) 2024-11-10 18:55:13 +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
contactsensor.py Improve overheat reporting (#1335) 2024-12-11 01:01:36 +01:00
devicemodule.py Enable ruff check for ANN (#1139) 2024-11-10 18:55:13 +00: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
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
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