diff --git a/source/components/automation.markdown b/source/components/automation.markdown index 7420eb362b2..fe48cf389c4 100644 --- a/source/components/automation.markdown +++ b/source/components/automation.markdown @@ -50,10 +50,6 @@ time_seconds=0 ``` -

-Home Assistant checks your time filters every 3 seconds. That means that the value of seconds will only be 0, 3, 6, 9…60. Setting up a filter for `time_seconds=10` will never fire! -

- #### State-based automation This allows you to trigger actions based on state changes of any entity within Home Assistant. You can omit the `state_from` and `state_to` to match all. diff --git a/source/components/sun.markdown b/source/components/sun.markdown index 34c6430a8f2..9c59bde22bb 100644 --- a/source/components/sun.markdown +++ b/source/components/sun.markdown @@ -17,6 +17,8 @@ To set it up, add the following lines to your `home-assistant.conf`: [homeassistant] latitude=32.87336 longitude=-117.22743 + +[sun] ```