[APP][Pro] Gemini AI - Control your Smart Home with Google's Gemini

Ciao @s_dimaio,

Attached is an example, don’t pay attention to the linked tags; they are only meant as an example:
In situation 1 (the current working), you have to link separate THEN cards for each camera. This is a lot of work and also error-prone. In my case, for example, there are 16 cameras, so I have to create this for each one individually. This makes the flow extremely large.

In situation 2, I only send the photo with the prompt per camera. In one place in my flow, I receive the trigger that a response has been received. Based on that response—with the response and analyzed image—I only need to link the THEN cards once. This keeps the flow small and well-organized. What do you think about this?

Situation 1 for every camera seperate THEN cards:

Situation 2 with IF card:

Gemini has a response –> Logic card –> THEN cards (saves a lot of THEN cards)