mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-15 12:34:42 +00:00
29 lines
613 B
YAML
29 lines
613 B
YAML
light_with_fade_and_switch:
|
|
card:
|
|
type: custom:multiple-entity-row
|
|
entity: "[[light]]"
|
|
show_state: false
|
|
entities:
|
|
- entity: "[[wifi]]"
|
|
name: Wifi
|
|
- entity: "[[fade]]"
|
|
name: Fade
|
|
toggle: true
|
|
- entity: "[[light]]"
|
|
name: Switch
|
|
toggle: true
|
|
|
|
light_with_update_and_lqi:
|
|
card:
|
|
type: custom:multiple-entity-row
|
|
entity: "[[light]]"
|
|
show_state: false
|
|
entities:
|
|
- entity: "[[update]]"
|
|
name: Update
|
|
- entity: "[[lqi]]"
|
|
name: LQI
|
|
- entity: "[[light]]"
|
|
name: Switch
|
|
toggle: true
|