Skip to content

[Bug]: Configuration Error for custom today card #171

@coasting24

Description

@coasting24

My Home Assistant Version

Core: 2026.4.0
Frontend: 20260325.5
UIX: 6.0.0

custom:today-card used in custom:button-card

Card_mod has been removed from system. While the following code works with a card_mod prefix it does not render with the uix prefix:

My UIX installation method

HACS

My lovelace configuration method

YAML

Include any yaml code here

              card_mod:
                style: |
                  .indicator {
                    width: 5px !important;
                  }
                  ha-card {
                    background-color: transparent;
                    padding: 0px;
                    font-size: 16px;
                    border: none;
                    text-align: left !important; 
                  }                        

Error messages from the browser console

card custom:today-card Ln: At path: uix -- Expected a value of type `never`, but received: `[object Object]`

By checking each box below I indicate that I ...

  • Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/).
  • Have made sure I am using the latest version of the integration.
  • Have searched Home Assistant logs for any relevant UIX errors or warnings.
  • Understand that failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.

Metadata

Metadata

Assignees

No one assigned

    Labels

    third party issueIssue is due to another custom element or software

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions