adaptive-lighting/custom_components/adaptive_lighting
Bas Nijholt b80b253fa1
Warning when calling light.turn_on with brightness=0 (#678)
* Do not update the call when calling light.turn_on with brightness=0

* Simplify

* issue warning instead
2023-08-02 23:12:13 -07:00
..
translations 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
__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 Before scheduling turn_on do a last-minute check if lights are off (#671) 2023-08-02 23:11:45 -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 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
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
manifest.json Do not assert but issue a warning (#687) 2023-07-30 13:28:58 -07:00
services.yaml 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
strings.json 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
switch.py Warning when calling light.turn_on with brightness=0 (#678) 2023-08-02 23:12:13 -07:00