adaptive-lighting/custom_components/adaptive_lighting
Benjamin Auquite fec50ad526
Adapt lights simultaneously instead of one by one (#529)
* Update switch.py

* Update test_switch.py

* Revert "Update test_switch.py"

This reverts commit 87ea5243b9.

* remove unnecessary create_task

* remove unneeded len()

* Revert "remove unnecessary create_task"

This reverts commit 2c5da6d739.

* use `hass.async_create_task`

---------

Co-authored-by: Bas Nijholt <basnijholt@gmail.com>
Co-authored-by: Bas Nijholt <bas@nijho.lt>
2023-08-05 21:19:18 -07:00
..
translations Add adapt_only_on_bare_turn_on which instantly triggers manual_control when turning on with brightness or color (#709) 2023-08-05 20:56:32 -07:00
__init__.py Style with ruff and logging (#643) 2023-07-23 14:24:22 -07:00
_docs_helpers.py Style with ruff and logging (#643) 2023-07-23 14:24:22 -07:00
adaptation_utils.py Implement call intercept for multiple lights (#679) 2023-08-03 17:47:09 -07:00
config_flow.py Delete AdaptiveLighting instances that have been removed from YAML (#669) 2023-07-26 23:40:54 -07:00
const.py Add adapt_only_on_bare_turn_on which instantly triggers manual_control when turning on with brightness or color (#709) 2023-08-05 20:56:32 -07:00
hass_utils.py Only start adapting on light.turn_on when detect_non_ha_changes: false to prevent unwanted light turn ons (#663) 2023-07-28 15:17:17 -07:00
helpers.py feat: add different brightness ramping mechanisms (#699) 2023-08-05 20:14:21 +00:00
manifest.json Bump to 1.19.0b1 manifest.json (#706) 2023-08-05 14:42:40 -07:00
services.yaml feat: change the order of options in config flow (#700) 2023-08-04 21:45:12 +00:00
strings.json Add adapt_only_on_bare_turn_on which instantly triggers manual_control when turning on with brightness or color (#709) 2023-08-05 20:56:32 -07:00
switch.py Adapt lights simultaneously instead of one by one (#529) 2023-08-05 21:19:18 -07:00