-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathcard.yaml
More file actions
40 lines (40 loc) · 1.02 KB
/
card.yaml
File metadata and controls
40 lines (40 loc) · 1.02 KB
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
38
39
40
type: vertical-stack
cards:
- type: entities
entities:
- entity: sensor.smartintercom_line_status
name: Домофон
secondary_info: last-changed
- entity: select.smartintercom_modes
state_color: true
name: Режим работы
- type: horizontal-stack
cards:
- type: tile
entity: switch.smartintercom_accept_call
name: Открыть
hide_state: true
vertical: false
color: green
tap_action:
action: toggle
icon_tap_action:
action: toggle
- type: tile
entity: switch.smartintercom_delivery
name: Курьер
hide_state: true
color: green
tap_action:
action: toggle
icon_tap_action:
action: toggle
- type: tile
entity: switch.smartintercom_reject_call
name: Сброс
hide_state: true
color: red
tap_action:
action: toggle
icon_tap_action:
action: toggle