diff --git a/_deploy b/_deploy index b260f2881e0..f9339c33ecc 160000 --- a/_deploy +++ b/_deploy @@ -1 +1 @@ -Subproject commit b260f2881e0721f3844a40b22ae859210097ee85 +Subproject commit f9339c33eccd7a5abc1c08dffeefe78c3ada0e90 diff --git a/source/_components/automation.markdown b/source/_components/automation.markdown index 444ca60ab25..8600a672f30 100644 --- a/source/_components/automation.markdown +++ b/source/_components/automation.markdown @@ -160,14 +160,9 @@ automation: hours: 0 minutes: 5 seconds: 0 - weekday: - - sat - - sun ``` -You can use `weekday` to limit the trigger times to speific days as well (also available in conditions). Valid values for `weekday` are (`sun`, `mon`, `tue`, `wed`, `thu`, `fri` & `sat`) - -The above example will trigger on Saturday and Sunday every hour on the 5 (2:05, 3:05, 4:05, etc). +The above example will trigger every hour on the 5 (2:05, 3:05, 4:05, etc). #### {% linkable_title Zone trigger %}