We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So the icon name has changed. If you change the line on 2974 to auto: "hass:calendar-sync" then the icon will be visible again.
Further I noticed that the color was off, to fix this I changed the color on line 3278 to: #00CC66 and then below line 3438 added:
.auto{ --mode-color: var(--auto-color); }
(don't forget to clear your cache)
I'm not good at github so if anyone can add this fix. Would be appreciated.
Cheers
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
So the icon name has changed. If you change the line on 2974 to auto: "hass:calendar-sync" then the icon will be visible again.
Further I noticed that the color was off, to fix this I changed the color on line 3278 to: #00CC66 and then below line 3438 added:
.auto{
--mode-color: var(--auto-color);
}
(don't forget to clear your cache)
I'm not good at github so if anyone can add this fix. Would be appreciated.
Cheers
The text was updated successfully, but these errors were encountered: