Moved schedule config from yml to lua

This commit is contained in:
2024-04-26 23:16:39 +02:00
parent 3225dbdda9
commit 5069d1b0e7
6 changed files with 23 additions and 26 deletions

View File

@@ -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"

View File

@@ -14,12 +14,3 @@ ntfy:
presence:
topic: "automation_dev/presence/+/#"
schedule:
# 0/30 * * * * *:
# on:
# - *outlet
#
# 15/30 * * * * *:
# off:
# - *outlet