Bump to 1.0.19

This commit is contained in:
Bas Nijholt 2022-08-30 10:34:36 -07:00
commit 1642ae8da3
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
"config_flow": true,
"dependencies": [],
"codeowners": ["@basnijholt", "@RubenKelevra"],
"version": "1.0.18",
"version": "1.0.19",
"requirements": [],
"iot_class": "calculated"
}

View file

@ -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