You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My lovelace configuration method (GUI or yaml): yaml
What I am doing: Using a Home Assistant standard card
What I expected to happen: To not get this error
What happened instead: I got this error
Minimal steps to reproduce:
# The least amount of code possible to reproduce my error
- type: entitiescard_mod:
style: | ha-card { --switch-checked-track-color: rgb(var(--yellow)); } #states div { margin: 0px 0px; }entities:
- entity: light.bovenstate_color: false# End of code
Error messages from the browser console:
You are using a custom card which relies on card-mod, and uses an outdated signature for applyToElement.
card-mod.js:1 The outdated signature will be removed at some point in the future. Hopefully the developer of your card will have updated their card by then.
card-mod.js:1 The card used card-mod to apply styles here:
<hui-toggle-entity-row class="undefined"></hui-toggle-entity-row>
By putting an X in the boxes ([]) below, I indicate that I:
Understand that leaving one or more boxes unticked or 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.
The text was updated successfully, but these errors were encountered:
My Home Assistant version: 2024.5.4
My lovelace configuration method (GUI or yaml): yaml
What I am doing: Using a Home Assistant standard card
What I expected to happen: To not get this error
What happened instead: I got this error
Minimal steps to reproduce:
Error messages from the browser console:
By putting an X in the boxes ([]) 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 plugin.
Have followed the troubleshooting steps of the "Common Problems" section of https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins.
Understand that leaving one or more boxes unticked or 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.
The text was updated successfully, but these errors were encountered: