34 lines
862 B
YAML
34 lines
862 B
YAML
|
title: UCI Base FIO Example
|
||
|
cards:
|
||
|
- type: vertical-stack
|
||
|
cards:
|
||
|
- type: markdown
|
||
|
content: >
|
||
|
# Four In One UCI Base Example
|
||
|
- type: horizontal-stack
|
||
|
cards:
|
||
|
- type: entity-button
|
||
|
entity: switch.fio_switch_1
|
||
|
icon: mdi:water
|
||
|
name: Switch 1
|
||
|
tap_action:
|
||
|
action: toggle
|
||
|
- type: entity-button
|
||
|
entity: switch.fio_switch_2
|
||
|
icon: mdi:water
|
||
|
name: Switch 2
|
||
|
tap_action:
|
||
|
action: toggle
|
||
|
- type: entity-button
|
||
|
entity: switch.fio_switch_3
|
||
|
icon: mdi:water
|
||
|
name: Switch 3
|
||
|
tap_action:
|
||
|
action: toggle
|
||
|
- type: entity-button
|
||
|
entity: switch.fio_switch_4
|
||
|
icon: mdi:water
|
||
|
name: Switch 4
|
||
|
tap_action:
|
||
|
action: toggle
|