Open mouledla opened 2 years ago
I was not aware of this. This is such a bad news
Rather than using Google Assistant or Alexa, is there any way that this script could be used to enter the movie name in a text field on a Lovelace card, which then gets passed to Radarr or Sonarr (let’s say one Lovelace card for each of them) and then pulls the movie this way?
I’m working on a new dashboard for mobile, and feel like this script could work nicely for that. Im not an experienced coder, so can’t think of how else to pass a text string entered in HA, over to Radarr/Sonarr. What do you think?
Hi, Yes, this could be done, but I think kind of defeats the purpose because a possible more practical solution would be to add a link on your dashboard that points to your radarr's add movie web address, (something like http://IPADDRESS:7878/add/new), and the same goes with sonarr.
The only upside of creating a card with a text field for this is that it would look a bit more integrated, but it wouldn't be as functional and practical as a simple link.
On Wed, Oct 19, 2022, 5:30 AM Joe @.***> wrote:
Rather than using Google Assistant or Alexa, is there any way that this script could be used to enter the movie name in a text field on a Lovelace card, which then gets passed to Radarr or Sonarr (let’s say one Lovelace card for each of them) and then pulls the movie this way?
I’m working on a new dashboard for mobile, and feel like this script could work nicely for that. Im not an experienced coder, so can’t think of how else to pass a text string entered in HA, over to Radarr/Sonarr. What do you think?
— Reply to this email directly, view it on GitHub https://github.com/avraham/hass_radarr_sonarr_search_by_voice/issues/22#issuecomment-1283935202, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQAXB3FGEPF5HEDRIT5ZD3WD7SVDANCNFSM6AAAAAAQOPHVFM . You are receiving this because you commented.Message ID: @.*** com>
Google has removed the most useful part of the IFTTT API: The possibility to pass on variables ("text ingredients") from the Google Assistant to IFTTT. https://support.google.com/assistant/thread/175099237?hl=en
So the part regarding IFTTT will not work as the function doesnt exist anymore. Anyone else has a alternative to give your google home hardware variables by voice?