fix lovelace syntax issues
This commit is contained in:
parent
18297a920f
commit
da117d6bbd
@ -1,4 +1,5 @@
|
||||
title: Home
|
||||
path: light
|
||||
icon: mdi:home
|
||||
cards:
|
||||
- type: custom:weather-card
|
||||
|
@ -1,4 +1,5 @@
|
||||
title: Licht
|
||||
path: light
|
||||
icon: mdi:lightbulb-outline
|
||||
cards:
|
||||
- type: entities
|
||||
|
@ -1,4 +1,5 @@
|
||||
title: Staubsauger
|
||||
path: vacuum
|
||||
icon: mdi:robot-vacuum
|
||||
cards:
|
||||
- type: custom:valetudo-map-card
|
||||
@ -36,11 +37,11 @@ cards:
|
||||
subtitle: Cleaning time
|
||||
unit: minutes
|
||||
default:
|
||||
- entity_id: sensor.valetudo_rockrobo_main_filter_duration
|
||||
- entity_path: sensor.valetudo_rockrobo_main_filter_duration
|
||||
subtitle: Filter
|
||||
- entity_id: sensor.valetudo_rockrobo_right_brush_duration
|
||||
- entity_path: sensor.valetudo_rockrobo_right_brush_duration
|
||||
subtitle: Seitenbürste
|
||||
- entity_id: sensor.valetudo_rockrobo_main_brush_duration
|
||||
- entity_path: sensor.valetudo_rockrobo_main_brush_duration
|
||||
subtitle: Hauptbürste
|
||||
- entity_id: sensor.valetudo_rockrobo_sensor_duration
|
||||
- entity_path: sensor.valetudo_rockrobo_sensor_duration
|
||||
subtitle: Sensors
|
||||
|
@ -1,4 +1,5 @@
|
||||
title: Wartung
|
||||
path: maintenance
|
||||
icon: mdi:tools
|
||||
cards:
|
||||
- type: custom:auto-entities
|
||||
|
Loading…
Reference in New Issue
Block a user