From 0f8925871823f68fe8892cf4b880595f3d3a45be Mon Sep 17 00:00:00 2001
From: Linus Dietz <45101649+Dielee@users.noreply.github.com>
Date: Thu, 17 Aug 2023 11:25:20 +0200
Subject: [PATCH] Add missing cars
---
README.md | 70 ++-----------------------------------------------------
1 file changed, 2 insertions(+), 68 deletions(-)
diff --git a/README.md b/README.md
index cb22a62..acec17f 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,7 @@ If you like my work:
[](https://ko-fi.com/U7U8MFXCF)
## Confirmed working with
+- XC40 BEV (2024)
- XC40 BEV (2023)
- XC40 BEV (2022)
- XC40 PHEV (2021)
@@ -26,6 +27,7 @@ If you like my work:
- C40 BEV (2023)
- C40 BEV (2022)
- XC90 T8 PHEV (2023)
+- XC60 PHEV (2024)
- XC60 PHEV (2023)
- XC60 PHEV (2022)
- XC90 PHEV T8 (2023)
@@ -90,74 +92,6 @@ Here is what every option means:
| `CONF_debug` | `string` | | optional | Debug option (true/false). Normally you don't need this. |
| `TZ` | `string` | | **required** | Container timezone eg "Europe/Berlin" from [here](https://docs.diladele.com/docker/timezones.html)|
-## Lovelace sample card
-
- Show me more!
-
-
- 
-
-
- Lovelace card sample
-
- ```
- type: vertical-stack
- title: Autostatus
- cards:
- - type: custom:vertical-stack-in-card
- cards:
- - type: custom:mushroom-lock-card
- entity: lock.volvo__lock_status
- name: Verrigelungsstatus
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-entity-card
- entity: sensor.volvo__electric_range
- name: Reichweite
- layout: vertical
- - type: custom:mushroom-entity-card
- entity: sensor.volvo__battery_charge_level
- name: Batteriestatus
- layout: vertical
- - type: custom:mushroom-entity-card
- entity: sensor.volvo__estimated_charging_time
- layout: vertical
- name: Ladezeit
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-entity-card
- entity: switch.volvo__climate_status
- tap_action:
- action: toggle
- layout: vertical
- name: Klimatisieren/Heizen
- - type: custom:mushroom-template-card
- primary: Daten aktualisieren
- secondary: '{{ states(''sensor.volvo__last_data_update'')}}'
- icon: mdi:update
- layout: vertical
- entity: button.volvo__update_data
- - type: conditional
- conditions:
- - entity: sensor.volvo__estimated_charging_time
- state_not: '0'
- card:
- type: custom:mushroom-entity-card
- entity: sensor.volvo__estimated_charging_finish_time
- name: Ladung vorraussichtlich abgeschlossen
- show_name: true
- - type: map
- entities:
- - entity: device_tracker.volvo__location
- default_zoom: 16
- dark_mode: false
- hours_to_show: 0
- auto_fit: true
- aspect_ratio: '16:9'
- ```
-
-
-
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg