Skip to content

Commit

Permalink
HA v0.117.6 working
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmartin committed Nov 12, 2020
1 parent 28edebe commit 2e8dda9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
3 changes: 1 addition & 2 deletions sh/get.hassio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e8dda9

Please sign in to comment.