python-kasa/tests/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 Move tests folder to top level of project (#1242) 2024-11-11 10:11:31 +00:00
test_autooff.py Remove unnecessary check for python <3.10 (#1326) 2024-11-30 15:35:38 +00:00
test_childprotection.py Move tests folder to top level of project (#1242) 2024-11-11 10:11:31 +00:00
test_contact.py Fix warnings in our test suite (#1246) 2024-11-13 16:10:06 +00:00
test_energy.py Fallback to other module data on get_energy_usage errors (#1245) 2024-12-20 08:53:07 +00:00
test_fan.py Allow getting Annotated features from modules (#1018) 2024-11-22 07:52:23 +00:00
test_firmware.py Run tests with caplog in a single worker (#1304) 2024-11-23 12:20:51 +00:00
test_homekit.py Add bare bones homekit modules smart and smartcam devices (#1370) 2024-12-14 13:34:58 +00:00
test_humidity.py Move tests folder to top level of project (#1242) 2024-11-11 10:11:31 +00:00
test_light_effect.py Fix warnings in our test suite (#1246) 2024-11-13 16:10:06 +00:00
test_light_strip_effect.py Fix warnings in our test suite (#1246) 2024-11-13 16:10:06 +00:00
test_lighttransition.py Move tests folder to top level of project (#1242) 2024-11-11 10:11:31 +00:00
test_matter.py Add bare-bones matter modules to smart and smartcam devices (#1371) 2024-12-13 19:45:38 +00:00
test_motionsensor.py Fix warnings in our test suite (#1246) 2024-11-13 16:10:06 +00:00
test_temperature.py Move tests folder to top level of project (#1242) 2024-11-11 10:11:31 +00:00
test_temperaturecontrol.py Run tests with caplog in a single worker (#1304) 2024-11-23 12:20:51 +00:00
test_triggerlogs.py Migrate triggerlogs to mashumaru (#1277) 2024-11-20 13:21:08 +00:00
test_waterleak.py Remove support for python <3.11 (#1273) 2024-11-18 18:46:36 +00:00