[APP][Pro] Home Assistant - Community App

Thanks, I will check how to prevent the Video init for this case.

Can you please check new test version? This should skip the video init on HP19.

Installed but can not make connection anymore ?

There are currently issues with the external CloudFlare service, which is causing problems with installation and updates of Homey apps:

So you will have to wait until these problems are resolved.

Thanks a lot for a quick fix.:blush:

It now works as before.

Rgds.

New test version 1.14.0

  • Added single on/off buttons for Media device based on HA features.
1 Like

Hi there

I’m really enjoying this App, thanks for the great work so far!
Actually i’m able to build an advanced flow, example WHEN “XY” AND motion is detected THEN XY. I’m Using Zigbee MmWave Sensors in HA using the Tuya Plugin btw.
Would it be able to add the possibility to also choose WHEN “XY” AND no motion is detected THEN XY. → this is currently missing and making it hard to build some flows.

Thanks a bunch in advance and all the best

Are you using the condition card for a motion alert capability?

Then just invert the condition (right click in advanded flow).

But why are you using the alarm condition and not the alarm trigger? The alarm will only be active a short time (1 or some seconds). So the change is high to miss the alarm state if your trigger doesn’t trigger in this second. Better use the alarm as trigger and check other conditions is alarm got triggered.

Ciao Ronny

oh, great! Thaanks a bunch, i wasn’t aware of the possibility to invert!

Inverting condition cards is Homey standard for all conditions. Sometimes you have to check for numeric values if the original is “greater than”, then the opposite is not “less than”, but “equal or less than”