Idea: Add date.between conditionCurrent limitation: Despite Date being a
valid unit, it cannot be used for the time.between condition that only
accepts timeWhy: Many automations are dependent on the season, month or
dateExample automations: # Run dur...
Idea: Offsets for all Time entriesCurrent limitation: it's only possible
to offsets to the keywords sunrise and sunsetWhy: extremely useful in
conjunction with arithmetic offsetsExample automations:after: 15:15 +
date.month + minsat: 15:15 + math.ran...
Idea: Arithmetic expressions in offsetsCurrent limitation: it's only
possible to add static offsets, such as +15min or -1hour (and only for
sunrise and sunset)Example automation:at: sunrise +
math.expression(math.random(0, 12) * 5) + "mins"before: su...