diff --git a/README.md b/README.md index cdfe56dc5..81c74b5b3 100644 --- a/README.md +++ b/README.md @@ -113,24 +113,6 @@ cd ~/motion-ai These commands only need to be run once; the AI's will automatically restart whenever the system is rebooted. -## ⛑ Warning! Home Assistant v0.116.4 -The latest release of Home Assistant _Core_ (v0.117) does **not work** with this software. The setting of the proper version is performed by the `get.motion-ai.sh` script; to check and manually update the version see below. - -``` -% ha core info -arch: armv7 -... -version: 0.117.0 -... -watchdog: true -``` - -Use the `ha` command to set the Home Assistant version; when completed the system should be operational. - -``` -% ha core update --version=0.116.4 -``` - # What is _edge AI_? The edge of the network is where connectivity is lost and privacy is challenged. diff --git a/sh/get.hassio.sh b/sh/get.hassio.sh index 0a155e15f..f31e86b5a 100755 --- a/sh/get.hassio.sh +++ b/sh/get.hassio.sh @@ -63,8 +63,7 @@ function motionai::get() if [ ${t:-0} -ge 0 ]; then echo " done; version: ${info}" if [ "${info}" != '0.116.4' ]; then - echo "Setting version of Home Assistant to 0.116.4" - ha core update --version=0.116.4 + echo "Version of Home Assistant is ${info}" fi else echo 'Problem installing Home Assistant; check with "ha core info" command' &> /dev/stderr