diff --git a/README.md b/README.md index a4429f1..0ce2759 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Provided by [KrizzeOne](https://github.com/FaserF/ha-rewe/issues/2#issuecomment- {%- for product in product_list_loop -%} {% if 'Süßes & Salziges' in product.category and product.product != '' %} | | {{product.product }} -| ![badge](https://badgen.net/badge/{{ product.price.price | urlencode }}€/{{ product.price.regularPrice | urlencode }}{%- if 'Statt' in product.price.regularPrice -%}€{%- endif -%}/red) +| ![badge](https://badgen.net/badge/{{ product.price | urlencode }}/€) | {%- endif -%} {%- endfor -%} ``` @@ -85,7 +85,7 @@ _Downsides / Considerations:_ ## Sample Lovelace card from schblondie Provided by [schblondie](https://github.com/schblondie/ha-rewe-discounts-card): - + ### Automations in HA A full automation example for HA would be: