YAML-only Advanced Features #286
superdingo101
announced in
Announcements
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.
Before requesting a feature: some advanced options are YAML-only
Daylight Calendar Card supports many features that are not available in the visual configurator yet.
If you are looking for advanced styling, conditional formatting, calendar grouping, or custom layout tweaks, the feature may already exist but require YAML configuration.
Common YAML-only features
Conditional event styling:
event_stylesUse
event_stylesto change how events look based on title, calendar, location, description, all-day status, regex matches, or other conditions.Examples:
Documentation:
https://github.com/superdingo101/daylight-calendar-card/wiki/Configuration#event_styles
Conditional day styling:
day_stylesUse
day_stylesto change how calendar days look based on conditions.Examples:
Documentation:
https://github.com/superdingo101/daylight-calendar-card/wiki/Configuration#day_styles
Virtual grouped calendars:
virtual_calendarsUse
virtual_calendarsto create dashboard-only calendar groups.Examples:
Documentation:
https://github.com/superdingo101/daylight-calendar-card/wiki/Configuration#virtual_calendars
Advanced CSS styling:
uixUse
uixfor advanced CSS customization.Examples:
Documentation:
https://github.com/superdingo101/daylight-calendar-card/wiki/Compatibility-with-UIX-previously-Card-Mod
Why are these YAML-only?
The visual editor currently focuses on common options: calendars, views, colors, layout, background images, event display, and basic behavior.
Some advanced features use nested rules, priorities, match conditions, regex, or custom CSS. These are much easier and more reliable to configure in YAML.
How to edit the card YAML
Before opening a feature request
Please check the wiki first:
https://github.com/superdingo101/daylight-calendar-card/wiki/Configuration
If the feature exists but is YAML-only, feel free to open a request asking for it to be added to the visual editor.
That is different from requesting support for the feature itself.
All reactions