Remove wrong time platform docs

This commit is contained in:
Paulus Schoutsen 2015-10-30 22:13:45 -07:00
parent 766b0814d6
commit 957bd2a433
2 changed files with 2 additions and 7 deletions

@ -1 +1 @@
Subproject commit b260f2881e0721f3844a40b22ae859210097ee85
Subproject commit f9339c33eccd7a5abc1c08dffeefe78c3ada0e90

View File

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