I just reinstalled hassio after a corrupt SD card. I ended up with what I think is the latest version, 0.64. Among trouble configuring my MySensors serial Gateway. I used the exact same configuration as before the reinstallation. I now get an invalid configuration message as follows:
Invalid config for [mysensors]: length of value must be at least 1 for dictionary value @ data['mysensors']['gateways'][0]['topic_in_prefix']. Got None
length of value must be at least 1 for dictionary value @ data['mysensors']['gateways'][0]['topic_out_prefix']. Got None. (See /config/configuration.yaml, line 92). Please check the docs at https://home-assistant.io/components/mysensors/
My configuration looks like this:
mysensors:
gateways:
- device: '/dev/serial/by-id/usb-FTDI_FT231X_USB_UART_DA01IDTX-if00-port0'
baud_rate: 115200
persistence_file: '/config/mysensors.json'
optimistic: false
persistence: true
retain: true
version: '2.0'
Some reason seems to mistake my configuration as an MQTT Gateway. Any suggestions?