Keep in mind that entity ID will be changed when you change config
Ah didnāt know that. Got the new Iād and it is working. Thank you so much for your patience
Okay, it doesnāt need to be instant. How would I go about achieving this? Google officially shut down the text ingredients with IFTTT.
Could you describe your use case? What do you want to achieve?
I used to be able to save a custom voice to text Note using Google Assistant and having it saved to Evernote.
Since I can no longer do that and the only option I had was to save it to Google keep, which I donāt use, so then I have to manually remember to go to Google keep and then copy and paste the note over into Evernote. That is an annoying hassle, especially with all the automation that I have.
I would like to ultimately be able to say something to Google Assistant and have what I said turned into a text note in Evernote. A medium being required to do that is fine, whatever, just as long as I say it and it ends up in Evernote. I was thinking that if I could get home assistant to receive the data of what I said and have that be used as a trigger that then sends a web hook to IFTTT for example and it includes the text that I said and using the ingredient feature turns into an Evernote. Maybe thereās a different or better way, but I just didnāt know how to get home assistant to read that part of the state of the entity and have that get forwarded as a webhook.
Then there is the matter of do the old notes get in the way and is it possible to Auto delete notes right afterwards, but as long as itās only moving the new notes into evernote, itās not a big deal if the notes build up and I have to manually clean them every so often.
is there no way to make the entity id static ?
It is not possible at this moment, but I can add this feature in the future
I wanted to hide my shopping list if the list it empty. I used a conditional card for this but needed a boolean to decide if the list was empty. I have this template sensor :
shopping_needed:
value_template: >
{% if ((state_attr('sensor.google_keep_cd475feabe', 'notes')[0]['unchecked'] ) == []) %} False {% else %} True {% endif %}
Doesnāt matter if the items are still there, but checked.
Hope that helps someone.
Seems like its not displaying the card ever since updating to 2023.05