Display Tandoor today's meal in Lovelace - Home Assistant #2671
blowk
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Just wanted to say thank you for this - great help.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to display today's meal in HA.
Well, first you need go to /settings page to get API key. Create a new one that only 'read'.
Ex. tda_******__***********fd58
Create a REST sensor with today's meal plan. It's only fetch the first item.
Create a general camera.
In Home Assistant, go to Integrations and create a new generic camera.
In the input field, you can use
{{ states.sensor.tandoor_todays_meal.attributes.image }}
Rename the new camera to entity tandoor_todays_meal_image
Now you can place you card on your dashboard.
If you have any suggestions, improvements or you made your own custome lovelace card, let me know.
Beta Was this translation helpful? Give feedback.
All reactions