Wer diese Sammelansichten für Info´s zum TUCSON haben möchte im Home Assistant
Screenshot at Apr 14 19-24-07.png. Screenshot at Apr 14 19-11-02.png
Sollte man dieses Plugin über HACS installieren

GitHub - ngocjohn/vehicle-status-card: 🚘 Lovelace custom card for tracking Vehicle status
🚘 Lovelace custom card for tracking Vehicle status - ngocjohn/vehicle-status-card
github.com
ZitatMerkmale
- Indikatoren : Zeigen einzelne oder gruppierte Entitätszustände in der Kopfzeile der Karte an.
- Reichweitenanzeigen : Zeigen Fortschrittsbalken für Kraftstoff, Batterie oder andere Einheiten mit einem Reichweitenstatus an.
- Bilder : Laden Sie Bilder für eine Diashow-Anzeige mit anpassbaren Intervallen hoch oder fügen Sie sie hinzu.
- Minikarte : Verfolgen Sie
device_tracker
Objekte mithilfe einer integrierten Minikarte.- Schaltflächenkarten : Richten Sie primäre/sekundäre Schaltflächen, Symbole, Benachrichtigungen und Standard-/benutzerdefinierte Karten ein, um mit Fahrzeugeinheiten zu interagieren.
- Layoutkonfiguration : Passen Sie Layout, Design, Zeilen und Wischfunktion für Schaltflächenraster an.
hier die Anpassungen für den TUCSON über die ../custom:vehicle-status.yaml
Code
button_card:
- button:
icon: mdi:car
primary: "T\xFCren"
secondary:
entity: lock.tucson_door_lock
state_template: ''
button_action:
double_tap_action:
action: none
entity: ''
hold_action:
action: none
tap_action:
action: more-info
button_type: action
card_type: default
custom_card: []
default_card:
- collapsed_items: false
items:
- entity: sun.sun
- entity: ensor.sun_next_dawn
- entity: sensor.sun_next_midnight
- entity: sensor.sun_next_noon
title: Default Card
- collapsed_items: true
items:
- entity: sun.sun
- entity: ensor.sun_next_dawn
- entity: sensor.sun_next_midnight
- entity: sensor.sun_next_noon
title: Collapsed Card
hide_button: false
- button:
icon: mdi:car-back
primary: Reifen
secondary:
entity: binary_sensor.tucson_tire_pressure_all
state_template: ''
button_action:
double_tap_action:
action: none
entity: ''
hold_action:
action: none
tap_action:
action: more-info
button_type: action
card_type: default
custom_card:
- entities:
- sensor.sun_next_dawn
- sensor.sun_next_midnight
- sensor.sun_next_noon
title: Custom Card
type: entities
default_card: []
hide_button: false
- button:
icon: mdi:air-conditioner
primary: Klima
secondary:
entity: binary_sensor.tucson_air_conditioner
state_template: ''
button_action:
double_tap_action:
action: none
entity: ''
hold_action:
action: none
tap_action:
action: more-info
button_type: action
card_type: default
custom_card: []
default_card:
- collapsed_items: false
items:
- entity: sun.sun
- entity: ensor.sun_next_dawn
- entity: sensor.sun_next_midnight
- entity: sensor.sun_next_noon
title: Default Card
hide_button: false
- button:
icon: mdi:gauge-full
primary: Tank
secondary:
entity: sensor.tucson_fuel_level
state_template: ''
button_action:
double_tap_action:
action: none
entity: ''
hold_action:
action: none
tap_action:
action: more-info
button_type: action
card_type: custom
custom_card:
- entities:
- sensor.sun_next_dawn
- sensor.sun_next_midnight
- sensor.sun_next_noon
title: Custom Card
type: entities
default_card: []
hide_button: false
- button:
icon: mdi:pin
primary: Ort
secondary:
entity: device_tracker.tucson_location
state_template: ''
button_action:
double_tap_action:
action: none
entity: ''
hold_action:
action: none
tap_action:
action: more-info
button_type: action
card_type: default
custom_card: []
default_card:
- collapsed_items: false
items:
- entity: sun.sun
- entity: ensor.sun_next_dawn
- entity: sensor.sun_next_midnight
- entity: sensor.sun_next_noon
title: Default Card
hide_button: false
- button:
icon: mdi:car-info
primary: "TUCSON - Info\xB4s"
secondary:
state_template: ''
button_action: {}
card_type: custom
custom_card:
- entities:
- entity: sensor.tucson_car_battery_level
- entity: binary_sensor.tucson_engine
- entity: sensor.tucson_total_driving_range
- entity: sensor.tucson_odometer
- entity: binary_sensor.tucson_smart_key_battery_warning
- entity: binary_sensor.tucson_tire_pressure_all
- entity: binary_sensor.tucson_tire_pressure_front_left
- entity: binary_sensor.tucson_tire_pressure_front_right
- entity: binary_sensor.tucson_tire_pressure_rear_left
- entity: binary_sensor.tucson_tire_pressure_rear_right
- entity: binary_sensor.tucson_washer_fluid_warning
- entity: sensor.tucson_geocoded_location
title: TUCSON Card
type: entities
default_card: []
hide_button: false
col_span: '2'
col_span_lg: '3'
col_span_xl: '3'
layout_config:
button_grid:
columns: 2
rows: 2
swipe: true
hide:
button_notify: false
buttons: false
images: false
indicators: false
map_address: false
mini_map: false
range_info: false
section_order:
- header_info
- images
- mini_map
- buttons
theme_config:
mode: dark
theme: Graphite
mini_map:
device_tracker: device_tracker.iphone_pro_max
path_color: ''
theme_mode: light
name: TUCSON Status Card
position: top
row_span: '2'
row_span_lg: '3'
row_span_xl: '4'
type: custom:vehicle-status-card
Alles anzeigen