Trigger automation on manual date and time #252
Unanswered
mhlas7
asked this question in
Automations & scripts
Replies: 1 comment 1 reply
-
|
Create a local calendar and select the date and time for things to run, then use the calendar trigger. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature
Currently, the
trigger: timeallows for two inputs. 1. Trigger on a fixed time which is specified in the automation trigger; 2. Trigger on the value of a date/time helper or timestamp-class sensor. The second one allows you to specify a datetime entity with an optional offset to trigger the automation on.I would like to have a third option where I can specify a full date and time that the automation will run. For example, I want an automation to run on Jan 1st at 01:00 every year. It feels silly that I have to define a helper variable datetime to achieve this currently. Another implementation option would be to allow for CRON type syntax e.g.
0 1 1 1 *to run on Jan 1 at 01:00.Use cases
A use case would be for any automation that a user wants to run on a different cadence than at a specified time every day or which is not associated with an entity date time sensor.
Current workarounds
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions