adaptive-lighting/custom_components/adaptive_lighting
Benjamin Auquite c7f44e472f
Correctly wait for transitions (#510)
* Add auto_reset_manual_control with async timer

* cherry-pick wait for transition stuff

* Update switch.py

* not renamed in this branch yet.

* Update switch.py

* update tests

* Update switch.py

* merge related fix

* cleanup

* Revert "cleanup"

This reverts commit 3aa2f3242b.

* Update switch.py

* Update switch.py

* Update switch.py

* Small refactor

* Move test to old position for better diffs

* Revert "Small refactor"

This reverts commit b986b3f77c.

* Update README.md

* fix the test

last_state_change isn't updated quick enough.

* #510 changes (#516)

* Change (WIP)

* Update test_switch.py

* Refactor

* Revert "Revert "Small refactor""

This reverts commit 3731c99936.

* Update README.md

* Fix the test

* Bump to 1.9.0 (#518)

* Basic community fixes PR (#460)

* Fixes #423

#423

* Do not adapt lights turned on with custom payloads.

* Update switch.py

* Issue fixes

#423, #378, #403, #449

* quickly test #274

* Revert feature requests, this branch only has fixes.

Reverted FR 274

* pre-commit fix

* Create automerge.yaml

* test

* Delete automerge.yaml

My bad.

* Fix #460 and #408

* see @basnijholt 's comment in #450.

* @basnijholt requested changes.

---------

Co-authored-by: Bas Nijholt <bas@nijho.lt>

* Undo accidental changes introduced in #509, but adds the changes from #460 (#521)

* Release 1.9.1 (#522)

* Bump to 1.9.1

* Add CODEOWNERS

---------

Co-authored-by: Benjamin Auquite <halomastar@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* No need to wrap the reset

* Remove unused attrs

* Shorter log message

* revert unrelated tests change

* remove unused function

* Use patch

* Bump to 1.10.0

---------

Co-authored-by: Bas Nijholt <bas@nijho.lt>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Bas Nijholt <basnijholt@gmail.com>
2023-04-03 17:04:06 -07:00
..
translations Add scripts to auto update en.json, strings.json and services.yaml (#520) 2023-04-03 14:59:14 -07:00
__init__.py Retroactive review changes for #443 (#485) 2023-03-27 20:56:54 -05:00
_docs_helpers.py Automatically generate more service tables in the README (#509) 2023-04-03 00:58:39 -07:00
config_flow.py linting, sub string for constant 2022-10-29 23:58:03 +00:00
const.py Add scripts to auto update en.json, strings.json and services.yaml (#520) 2023-04-03 14:59:14 -07:00
manifest.json Correctly wait for transitions (#510) 2023-04-03 17:04:06 -07:00
services.yaml Add scripts to auto update en.json, strings.json and services.yaml (#520) 2023-04-03 14:59:14 -07:00
strings.json Add scripts to auto update en.json, strings.json and services.yaml (#520) 2023-04-03 14:59:14 -07:00
switch.py Correctly wait for transitions (#510) 2023-04-03 17:04:06 -07:00