-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use resize controller for weather card (#19806)
* Use resize controller for weather card * Don't use observe
- Loading branch information
Showing
1 changed file
with
40 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hey, this implementation of applying classes to
ha-card
with the ResizeController is blowing away any other classes applied to the element. This is detrimentally affecting users who do custom theming using Thomas Lovelace's Card Mod, including all the people implementing LCARS. Can you instead only remove the classes you initially set?