From 83c51ebc775ba51105265d640cecb03c1750db0d Mon Sep 17 00:00:00 2001 From: Gerben Meijer Date: Thu, 8 Feb 2018 21:27:42 +0100 Subject: [PATCH] Update flux stop_time default. (#4553) --- source/_components/switch.flux.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/switch.flux.markdown b/source/_components/switch.flux.markdown index 69d3e8671e2..7ebd649bb4a 100644 --- a/source/_components/switch.flux.markdown +++ b/source/_components/switch.flux.markdown @@ -36,7 +36,7 @@ Configuration variables: - **lights** (*Required*) array: List of light entities. - **name** (*Optional*): The name to use when displaying this switch. - **start_time** (*Optional*): The start time. Default to sunrise. -- **stop_time** (*Optional*): The stop time. Defaults to 22:00. +- **stop_time** (*Optional*): The stop time. Defaults to dusk. - **start_colortemp** (*Optional*): The color temperature at the start. Defaults to `4000`. - **sunset_colortemp** (*Optional*): The sun set color temperature. Defaults to `3000`. - **stop_colortemp** (*Optional*): The color temperature at the end. Defaults to `1900`.