Change calendar icon based on state (#108451)

This commit is contained in:
Jan Rieger 2024-01-20 21:04:29 +01:00 committed by GitHub
parent 8a5071ff82
commit 1d35665107
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,11 @@
{
"entity_component": {
"_": {
"default": "mdi:calendar"
"default": "mdi:calendar",
"state": {
"on": "mdi:calendar-check",
"off": "mdi:calendar-blank"
}
}
},
"services": {