-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathbutton_pill2.yaml
More file actions
37 lines (36 loc) · 827 Bytes
/
button_pill2.yaml
File metadata and controls
37 lines (36 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
default:
- entity1: ""
- label1: Enable
- icon1_on: mdi:bell-off
- icon1_off: mdi:bell
- entity2: ""
- label2: Skip Next
- icon2_on: mdi:skip-next-circle
- icon2_off: mdi:skip-next-circle
- style:
background: lightgray
border-radius: 9999px
- state_styles:
"off":
color: red
"on":
color: green
font-weight: bold
card:
type: custom:button-entity-row
buttons:
- entity: "[[entity1]]"
name: "[[label1]]"
state_icons:
"off": "[[icon1_on]]"
"on": "[[icon1_off]]"
style: "[[style]]"
state_styles: "[[state_styles]]"
- entity: "[[entity2]]"
name: "[[label2]]"
state_icons:
"off": "[[icon2_on]]"
"on": "[[icon2_off]]"
style: "[[style]]"
state_styles: "[[state_styles]]"