Eric

Results 308 comments of Eric

@bgoncal Based on the new insights, it seems we have two issues with local push: - setting local push gets disabled after an update (iOS and / or app?!). I...

Conbee2 works fine in plain HAOS. So VM USB settings related as suggested by puddly

That would be a nice feature for including groups as well: https://github.com/SpangleLabs/history-explorer-card/issues/7

I have the same issue. This is my code that causes that blocking call warning: ``` for t in dir_types: if t in source: inc = source.split(t + ' ')...

Thanks, I was under the impression that pyscripts were running asynchronous by design. Will look into your leads and learn ☺️

@craigbarratt Thanks for the leads. I just needed to change one line to fix it πŸ™: ``` with os.scandir(path) as it: ``` Into ``` with task.executor(os.scandir,path) as it: ```

@sairon I had reboot issues installing 14.1/14.2, but now upgraded successfully to 15.1 πŸ™ thanks for the improvements. I didn't update the boot loader firmware yet, as instructed in the...

Update: I tested the blueprint with this extra delay action (add 10 seconds delay when trigger is a restart of HA). It seems to fix the issue!

I experience many crashes per hour as well. Especially while editing Lovelace cards. In my case the app automatically starts again in a split second, but editing is lost. I...

The testflight version crashes quite often as well