From 1642ae8da35ec36b6cd719e00966f64b93257889 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 30 Aug 2022 10:34:36 -0700 Subject: [PATCH] Bump to 1.0.19 --- custom_components/adaptive_lighting/manifest.json | 2 +- custom_components/adaptive_lighting/switch.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/adaptive_lighting/manifest.json b/custom_components/adaptive_lighting/manifest.json index 4ac645d0..8b431d69 100644 --- a/custom_components/adaptive_lighting/manifest.json +++ b/custom_components/adaptive_lighting/manifest.json @@ -6,7 +6,7 @@ "config_flow": true, "dependencies": [], "codeowners": ["@basnijholt", "@RubenKelevra"], - "version": "1.0.18", + "version": "1.0.19", "requirements": [], "iot_class": "calculated" } diff --git a/custom_components/adaptive_lighting/switch.py b/custom_components/adaptive_lighting/switch.py index 7f910702..4fdf1413 100755 --- a/custom_components/adaptive_lighting/switch.py +++ b/custom_components/adaptive_lighting/switch.py @@ -1515,7 +1515,7 @@ class TurnOnOffListener: if turn_on_event is None: # This means that the light never got a 'turn_on' call that we # registered. I am not 100% sure why this happens, but it does. - # This is a fix for #170 and #232 + # This is a fix for #170 and #232. return False id_turn_on = turn_on_event.context.id