mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
Move config out of subfolder
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
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
|
||||
Reference in New Issue
Block a user