Change cover icon in buttons

This commit is contained in:
2021-04-30 18:51:16 +03:00
parent 8465bebd64
commit 1fa359967e
6 changed files with 11 additions and 5 deletions
@@ -0,0 +1,6 @@
cover:
template: default
icon: >
[[[
return entity.state === "open" ? "mdi:window-shutter-open" : "mdi:window-shutter";
]]]