Files
sarah/config/lovelace/decluttering_templates/lights.yaml
T
2021-04-09 18:59:31 +03:00

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