From 2c6752963bb4523e9e9087ab12e79239d4b4dbc3 Mon Sep 17 00:00:00 2001 From: Fabian Seitz Date: Thu, 29 Aug 2024 15:24:20 +0200 Subject: [PATCH] Release v 1.0.1 --- README.md | 10 +++++++++- custom_components/chefkoch_ha/manifest.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4e2ef5..9df3164 100644 --- a/README.md +++ b/README.md @@ -45,13 +45,21 @@ action: message: > Here's a random recipe for you today! 🎉 - **Recipe:** {{ state_attr('sensor.chefkoch_random_recipe', 'title') }} + **Recipe:** {{ states.sensor.chefkoch_random_recipe.state }} + + **URL:** {{ state_attr('sensor.chefkoch_random_recipe', 'url') }} + **Image:** {{ state_attr('sensor.chefkoch_random_recipe', 'image_url') }} + **Preparation Time:** {{ state_attr('sensor.chefkoch_random_recipe', 'totalTime') }} + **Ingredients:** {{ state_attr('sensor.chefkoch_random_recipe', 'ingredients') | join(', ') }} + **Calories:** {{ state_attr('sensor.chefkoch_random_recipe', 'calories') }} + **Category:** {{ state_attr('sensor.chefkoch_random_recipe', 'category') }} + title: "Recipe of the Day" ``` diff --git a/custom_components/chefkoch_ha/manifest.json b/custom_components/chefkoch_ha/manifest.json index 243669b..b020e6f 100644 --- a/custom_components/chefkoch_ha/manifest.json +++ b/custom_components/chefkoch_ha/manifest.json @@ -14,5 +14,5 @@ "requirements": [ "python-chefkoch==2.0.0" ], - "version": "1.0.0" + "version": "1.0.1" } \ No newline at end of file