i also have this in my log file now, any idea what it is?
2022-05-04 22:33:09 ERROR (SyncWorker_5) [root] Uncaught exception
RuntimeError: module compiled against API version 0xf but this version of numpy is 0xe
i also have this in my log file now, any idea what it is?
2022-05-04 22:33:09 ERROR (SyncWorker_5) [root] Uncaught exception
RuntimeError: module compiled against API version 0xf but this version of numpy is 0xe
relax and enjoy.
Continue on error goes on each service, not the whole sequence
continue_on_error
goes on your individual service calls, not on the script itself
So a known error in beta went to prod?
Currently recieving the followinng error, on Home Assistant OS. Am i right suggesting the image needs time to populate??
22-05-04 21:42:33 ERROR (SyncWorker_5) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/qemux86-64-homeassistant:2022.5.0: 404 Client Error for http+docker://localhost/v1.41/images/ghcr.io/home-assistant/qemux86-64-homeassistant:2022.5.0/json: Not Found ("no such image: ghcr.io/home-assistant/qemux86-64-homeassistant:2022.5.0: No such image: ghcr.io/home-assistant/qemux86-64-homeassistant:2022.5.0")
Give it some time.
Continue on error
Will continue on error works on (individual actions) in parallel Actions ?
yes it does
Hey guys, I absolutely appreciate the amount of updates and improvements. Strangely, I updated (my config says 2022.5.0) but I do not see anything change in the configuration menu (which should now be settings). What happend? Thanks in advance, SilentScreamer
Type ācā from anywhere then type ārestart serverā and press enter
Thereās no reason to navigate to any particular page.
You may need to do ctrl + F5 or cmd + R to hard refresh the browser
Awesome looking release. Nervous to upgrade on a .0 release but it has so much!
And I already learned something new! Thanks cryznik, that worked!
No, they tried a fix of rebuilding the numpy wheels for the final release but it ended up still being present. As @frenck said it was not related to a HASS code change:
I donāt see any reason why this happens:
- Our Numpy wheel is built on 6 Jan, and hasnāt changed since then.
- Our Python version and base image havenāt changed in the past releases.
- Nothing in b6 ā b7 is (or can be) NumPy related.
Disabling stuff in automations YESS! I have proposed that multiple times and was declined as it was deemed too complex for little use.
What is the usecase? Why one might need a trigger or condition in automation that is disabled? Shouldnt it be removed/deleted/commented if its disabled?
As the release notes say:
Sometimes, you may want to disable a specific trigger, action, or condition, whether this is for testing, a temporary workaround, or any other reason.
In YAML, youād comment out parts of your automation, but if you wanted to do that in the UI, the only option you have is to delete it from the automation or script.
Aaah. Sorry. Missed this one - using yaml only.
This release looks absolutely great, amazing work to all the Devs and the community that feed them.