mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Updated Automation Example with time_pattern (#8256)
I'm 99% sure this needs to be time_pattern now as opposed to time.
This commit is contained in:
parent
9dcf0d0937
commit
1bd3c758a0
@ -141,7 +141,7 @@ usage is to only retrieve data during the daytime:
|
||||
automation:
|
||||
- alias: Update OpenUV every 30 minutes during the daytime
|
||||
trigger:
|
||||
platform: time
|
||||
platform: time_pattern
|
||||
minutes: "/30"
|
||||
seconds: 00
|
||||
condition:
|
||||
@ -163,7 +163,7 @@ etc.) might be to simply query the API less often:
|
||||
automation:
|
||||
- alias: Update OpenUV every hour (24 of 50 calls per day)
|
||||
trigger:
|
||||
platform: time
|
||||
platform: time_pattern
|
||||
minutes: "/60"
|
||||
seconds: 00
|
||||
action:
|
||||
|
Loading…
x
Reference in New Issue
Block a user