0.96: Notion, updated sidebar, advanced mode

ASUSWRT stopped working.

Error during setup of component asuswrt
13:51 components/asuswrt/init.py (ERROR)

Thu Jul 18 2019 13:51:35 GMT+0200 (centraleuropeisk sommartid)
Error during setup of component asuswrt
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py”, line 153, in _async_setup_component
hass, processed_config)
File “/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/asuswrt/init.py”, line 45, in async_setup
from aioasuswrt.asuswrt import AsusWrt
File “/srv/homeassistant/lib/python3.7/site-packages/aioasuswrt/asuswrt.py”, line 9, in
from aioasuswrt.connection import SshConnection, TelnetConnection
File “/srv/homeassistant/lib/python3.7/site-packages/aioasuswrt/connection.py”, line 6, in
import asyncssh
File “/srv/homeassistant/lib/python3.7/site-packages/asyncssh/init.py”, line 31, in
from .agent import SSHAgentClient, SSHAgentKeyPair, connect_agent
File “/srv/homeassistant/lib/python3.7/site-packages/asyncssh/agent.py”, line 35, in
from .public_key import SSHKeyPair, load_default_keypairs
File “/srv/homeassistant/lib/python3.7/site-packages/asyncssh/public_key.py”, line 43, in
from .encryption import get_encryption_params, get_encryption
File “/srv/homeassistant/lib/python3.7/site-packages/asyncssh/encryption.py”, line 23, in
from .crypto import BasicCipher, GCMCipher, ChachaCipher, get_cipher_params
File “/srv/homeassistant/lib/python3.7/site-packages/asyncssh/crypto/init.py”, line 27, in
from .ec import ECDSAPrivateKey, ECDSAPublicKey, ECDH
File “/srv/homeassistant/lib/python3.7/site-packages/asyncssh/crypto/ec.py”, line 24, in
from cryptography.hazmat.backends.openssl import backend
File “/srv/homeassistant/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/init.py”, line 7, in
from cryptography.hazmat.backends.openssl.backend import backend
File “/srv/homeassistant/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/backend.py”, line 74, in
from cryptography.hazmat.bindings.openssl import binding
File “/srv/homeassistant/lib/python3.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py”, line 15, in
from cryptography.hazmat.bindings._openssl import ffi, lib
ImportError: /usr/lib/arm-linux-gnueabihf/libssl.so.1.1: version `OPENSSL_1_1_1’ not found (required by /srv/homeassistant/lib/python3.7/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so)