Add internal integration “Month” #3062
Unanswered
Picholeiro
asked this question in
Automations & scripts
Replies: 0 comments
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
Proposal: Add internal integration “Month” that provides the name of the current month, similar to the “Seasons” integration.
Body of the Request
Use cases
Currently, users who need automations based on the month of the year (e.g., “turn on Christmas lights in December” or “change watering mode in summer”) must manually create complex Jinja2 templates or custom sensors.
Current workarounds
Although this can be obtained with {{ now().month }} in a template, there is no native, dedicated sensor entity that exposes this information in a standard way, with useful attributes, and that is detectable by the energy panel or entity selector in the UI.
Anything else?
It would also facilitate programming in different languages, as people could make more automation features accessible in their different languages.
Beta Was this translation helpful? Give feedback.
All reactions