Skip to content

Commit

Permalink
Release v 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FaserF committed Aug 29, 2024
1 parent bfb0fc3 commit 2c67529
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

```
Expand Down
2 changes: 1 addition & 1 deletion custom_components/chefkoch_ha/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"requirements": [
"python-chefkoch==2.0.0"
],
"version": "1.0.0"
"version": "1.0.1"
}

0 comments on commit 2c67529

Please sign in to comment.