From cfefb611e359d209026014b61d138b36407c53e2 Mon Sep 17 00:00:00 2001 From: rodneybetts <100536926+rodneybetts@users.noreply.github.com> Date: Sun, 26 Nov 2023 23:07:04 -0600 Subject: [PATCH] Update reference.rst Colon mising from light_turned_on function --- docs/reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference.rst b/docs/reference.rst index 3755151..9742682 100644 --- a/docs/reference.rst +++ b/docs/reference.rst @@ -526,7 +526,7 @@ the keyword catch-all declaration instead: .. code:: python @state_trigger("domain.light_level == '255' or domain.light2_level == '0'") - def light_turned_on(**kwargs) + def light_turned_on(**kwargs): log.info(f"got arguments {kwargs}") and all those values (including optional ones you specify with the ``kwargs`` argument to