Hat das noch mal jemand durchgespielt und kann berichten ob das so funktioniert?
Würde mich da auch gerne mal ran wagen demnächst..
Bei läuft es ohne Probleme. Ab und zu gibt es mal ein update.
Hier ein Bild vom Dashboard.
Und als besonderer Service der fertige YAML Code dazu:
type: custom:ultra-vehicle-card title: BYD SEAL title_alignment: center title_size: 22 title_bold: true show_units: true vehicle_image_type: default status_image_type: none layout_type: single formatted_entities: true show_location: true show_mileage: true show_car_state: true show_info_icons: true help_highlight: false vehicle_image_width: 100 action_image_width: 100 images:
- id: ajj50hw name: hbk image_type: url image_width: 100 priority: 0 image: >- https://www.byd.com/material/b…al2026_polarwhite_1x.webp entity: device_tracker.byd_seal_standort location_entity: device_tracker.byd_seal_standort battery_level_entity: sensor.byd_seal_ladezustand charging_status_entity: binary_sensor.byd_seal_laden range_entity: sensor.byd_seal_reichweite mileage_entity: sensor.byd_seal_kilometerzahler car_state_entity: binary_sensor.byd_seal_online sections_order:
- title
- image
- info
- info_row_s5a8z7x
- info_row_gabr91f
- bar_0
- bar_1
- icon_row_0
- icon_row_1 bars:
- entity:
sensor.byd_seal_ladezustand name: Batterie color:
auto severity:
- value: 0 color: "#ff2d2d"
- value: 20 color: "#ff8c00"
- value: 50 color: "#d6d600"
- value: 80 color: "#35d04f" use_gradient: true show_left: true show_right: true show_percentage: true percentage_type: entity bar_name: Ladezustand % show_left_title: 0% show_left_value: true show_right_title: 100% show_right_value: true gradient_stops:
- id: "1" position: 0 color: "#ff0000"
- id: "2" position: 100 color: "#00ff00" gradient_display_mode: value_based alignment: space-between
- entity: sensor.byd_seal_reichweite name: VERBLEIBENDE REICHWEITE color: "#00bfff" use_gradient: false show_left: false show_right: false show_percentage: true percentage_type: entity bar_name: km icon_rows:
- icons:
- entity: binary_sensor.byd_seal_laden name: Laden icon: mdi:battery-charging icon_color: >- [[[ return states['binary_sensor.byd_seal_laden'].state === 'on' ? '#ffbc00' : '#35d04f'; ]]]
- entity: binary_sensor.byd_seal_verriegelt name:
Verriegelt icon: mdi:lock icon_color: >- [[[
return (states['binary_sensor.byd_seal_verriegelt'].state ===
'on'
states['binary_sensor.byd_seal_verriegelt'].state ===
'locked') ? '#35d04f' : '#ff2d2d'; ]]] - entity: binary_sensor.byd_seal_fenster_offen name: Fenster icon: mdi:car-door icon_color: >- [[[ return states['binary_sensor.byd_seal_fenster_offen'].state === 'on' ? '#ff2d2d' : '#35d04f'; ]]]
- entity: binary_sensor.byd_seal_turen_offen name: Türen icon: mdi:car-side icon_color: >- [[[ return states['binary_sensor.byd_seal_turen_offen'].state === 'on' ? '#ff2d2d' : '#35d04f'; ]]]
- entity: binary_sensor.byd_seal_sentry_modus name: Sentry icon: mdi:shield-car icon_color: >- [[[ return states['binary_sensor.byd_seal_sentry_modus'].state === 'on' ? '#ffbc00' : 'var(--secondary-text-color)'; ]]]
- entity: binary_sensor.byd_seal_online name: Online icon: mdi:wifi icon_color: >- [[[ return states['binary_sensor.byd_seal_online'].state === 'on' ? '#35d04f' : '#ff2d2d'; ]]]
- icons:
- entity: sensor.byd_seal_aussentemperatur name: Außen icon: mdi:thermometer
- entity: sensor.byd_seal_innenraumtemperatur name: Innen icon: mdi:car-defrost-front
- entity: sensor.byd_seal_geschwindigkeit name: km/h icon: mdi:speedometer
- entity: sensor.byd_seal_kilometerzahler name: Odo icon: mdi:counter
- entity: sensor.byd_seal_reifendruck_vorne_links name: Reifen VL icon: mdi:car-tire-alert
- entity: update.byd_vehicle_update name: Update icon: mdi:package-up info_rows:
- id: s5a8z7x info_entities:
- id: jf5xy4k entity: device_tracker.byd_seal_standort name: "Standort:" show_icon: true icon: mdi:map-marker-outline
- id: 57r4zg3 entity: sensor.byd_seal_kilometerzahler name: "Gesamt:" show_icon: true icon: mdi:counter
- id: m1iqkxk entity: update.byd_vehicle_update name: "Software:" icon: mdi:package-up show_icon: true
- id: gabr91f info_entities:
- id: kpvaaey entity: binary_sensor.byd_seal_online name: "Status:" show_icon: true icon: mdi:car-info
- id: j2l000v entity: binary_sensor.byd_seal_verriegelt name: "Schloss:" icon: mdi:lock show_icon: true
- id: 40kfpy8 entity: binary_sensor.byd_seal_sentry_modus name: "Schutz:" icon: mdi:shield-car show_icon: true info_entities:
- entity: sensor.byd_seal_ladezustand name: Ladezustand
- entity: binary_sensor.byd_seal_laden name: Laden
- entity: sensor.byd_seal_reichweite name: Reichweite
- entity: sensor.byd_seal_kilometerzahler name: Kilometerzähler
- entity: sensor.byd_seal_innenraumtemperatur name: Innenraum
- entity: sensor.byd_seal_aussentemperatur name: Außen sub_entities:
- entity: binary_sensor.byd_seal_fenster_offen name: Fenster offen
- entity: binary_sensor.byd_seal_turen_offen name: Türen offen
- entity: binary_sensor.byd_seal_verriegelt name: Verriegelt
- entity: binary_sensor.byd_seal_sentry_modus name: Sentry-Modus cards: []