We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1265fae commit e9dc8fbCopy full SHA for e9dc8fb
2 files changed
docs/source/assets/page-assets/forge/sparks/lock-spark-styling-example-2.gif
4.51 KB
docs/source/forge/sparks/lock.md
@@ -385,20 +385,18 @@ forge:
385
sparks:
386
- type: lock
387
for: hui-tile-card $ ha-tile-icon
388
- icon_locked_color: white
389
- icon_unlocked_color: white
390
icon_unlocked: mdi:lock-open-outline
+ duration: 5s
391
locks:
392
- code: 1234
393
admins: true
394
uix:
395
style: |
396
:host {
397
--uix-lock-opacity: 1;
+ --uix-lock-icon-color: white;
398
--uix-lock-icon-background: red;
399
--uix-lock-icon-background-unlocked: green;
400
- --uix-lock-icon-border-radius: 50%;
401
- --uix-lock-icon-padding: 1px;
402
}
403
element:
404
type: tile
0 commit comments