Moved schedule config from yml to lua
This commit is contained in:
@@ -13,13 +13,3 @@ ntfy:
|
||||
|
||||
presence:
|
||||
topic: "automation/presence/+/#"
|
||||
|
||||
# Run the air filter everyday for 19:00 to 20:00
|
||||
schedule:
|
||||
0 0 19 * * *:
|
||||
on:
|
||||
- "bedroom_air_filter"
|
||||
|
||||
0 0 20 * * *:
|
||||
off:
|
||||
- "bedroom_air_filter"
|
||||
|
||||
@@ -14,12 +14,3 @@ ntfy:
|
||||
|
||||
presence:
|
||||
topic: "automation_dev/presence/+/#"
|
||||
|
||||
schedule:
|
||||
# 0/30 * * * * *:
|
||||
# on:
|
||||
# - *outlet
|
||||
#
|
||||
# 15/30 * * * * *:
|
||||
# off:
|
||||
# - *outlet
|
||||
|
||||
Reference in New Issue
Block a user