mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Change calendar icon based on state (#108451)
This commit is contained in:
parent
8a5071ff82
commit
1d35665107
@ -1,7 +1,11 @@
|
||||
{
|
||||
"entity_component": {
|
||||
"_": {
|
||||
"default": "mdi:calendar"
|
||||
"default": "mdi:calendar",
|
||||
"state": {
|
||||
"on": "mdi:calendar-check",
|
||||
"off": "mdi:calendar-blank"
|
||||
}
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user