Python 3.7 + Home Assistant
$ ls /usr/bin/python* $ cd .. $ sudo rm -r Python-3.7.0 $ rm Python-3.7.0.tar.xz $ . ~/.bashrc ## Verificar version, nos debe devolver 3.7.0: $ python -V $ sudo systemctl stop home-assistant@homeassistant.service $ cd /srv $ sudo mkdir homeassistant $ sudo chown homeassistant:homeassistant homeassistant Si todo a ido bien podemos arrancar de nuevo el servicio …