Add Tesla maintenance section

This commit is contained in:
2026-04-12 13:52:45 +02:00
parent df49d8814c
commit ecaf672f05
2 changed files with 79 additions and 0 deletions
+69
View File
@@ -13,6 +13,75 @@ sections:
entity: input_boolean.vis_alle_vedligehold
name: Vis alle
- type: grid
cards:
- type: conditional
conditions:
- condition: state
entity: input_boolean.vis_alle_vedligehold
state: "on"
card:
type: heading
heading: Tesla
- type: conditional
conditions:
- condition: state
entity: input_boolean.vis_alle_vedligehold
state: "off"
- condition: state
entity: binary_sensor.vedligehold_tesla
state: "on"
card:
type: heading
heading: Tesla
- type: conditional
conditions:
- condition: state
entity: input_boolean.vis_alle_vedligehold
state: "on"
card:
type: tile
entity: sensor.snowywhite_battery
name: Batteri
- type: conditional
conditions:
- condition: state
entity: input_boolean.vis_alle_vedligehold
state: "off"
- condition: numeric_state
entity: sensor.snowywhite_battery
below: 20
card:
type: tile
entity: sensor.snowywhite_battery
name: Batteri
- type: conditional
conditions:
- condition: state
entity: input_boolean.vis_alle_vedligehold
state: "on"
card:
type: tile
entity: update.snowywhite_software_update
name: Software update
- type: conditional
conditions:
- condition: state
entity: input_boolean.vis_alle_vedligehold
state: "off"
- condition: state
entity: update.snowywhite_software_update
state: "on"
card:
type: tile
entity: update.snowywhite_software_update
name: Software update
- type: grid
cards:
- type: conditional