diff --git a/README.md b/README.md index b32deda..360c7eb 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,67 @@ Here is what every option means: | `CONF_debug` | `string` | | Debug option (true/false) - optional! | | `TZ` | `string` | | Container timezone eg "Europe/Berlin" from [here](https://docs.diladele.com/docker/timezones.html)| -If you like my work: +## 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' + ``` -[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/U7U8MFXCF) +
+