Issue with OwnTracks integration in 0.93.2

Getting the following error in home-assistant.log when reporting location from the OwnTracks app. I don’t see a current open issue, so thinking I’m doing something wrong here. Configured via integrations, not configuration.yaml.

Exception in async_handle_message when dispatching 'owntracks': (<homeassistant.core.HomeAssistant object at 0x74f213b0>, <homeassistant.components.owntracks.OwnTracksContext object at 0x6bb3aa70>, {'_type': 'encrypted', 'data': 'XXX', 'topic': 'owntracks/XX/XX'})
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/homeassistant/components/owntracks/device_tracker.py", line 351, in async_handle_message
    await handler(hass, context, message)
  File "/usr/local/lib/python3.7/site-packages/homeassistant/components/owntracks/device_tracker.py", line 314, in async_handle_encrypted_message
    message['data'])
  File "/usr/local/lib/python3.7/site-packages/homeassistant/components/owntracks/device_tracker.py", line 135, in _decrypt_payload
    message = decrypt(ciphertext, key)
  File "/usr/local/lib/python3.7/site-packages/homeassistant/components/owntracks/device_tracker.py", line 36, in decrypt
    return SecretBox(key).decrypt(ciphertext, encoder=Base64Encoder)
  File "/usr/local/lib/python3.7/site-packages/nacl/secret.py", line 131, in decrypt
    nonce, self._key)
  File "/usr/local/lib/python3.7/site-packages/nacl/bindings/crypto_secretbox.py", line 78, in crypto_secretbox_open
    raising=exc.CryptoError)
  File "/usr/local/lib/python3.7/site-packages/nacl/exceptions.py", line 68, in ensure
    raise raising(*args)
nacl.exceptions.CryptoError: Decryption failed. Ciphertext failed verification

I had the same problem. Turned out that i forgot to update the encrytption key in the Owntracks app after reconfiguring the integration in HA.