Hassio check homeassistant configuration add-on errors with no logic

Hi All,
I am now using hassio version 0.99.3 and I want to upgrade to the latest version.
I installed the homeassistant configuration add-on and it show that the latest version is 3.1 of the add on.
See Here

After installing and testing I am getting so many errors of which I am not EVEN SURE there are any errors at all.
again I am using 0.99.3 so it should be supported by the addon with no issues.
Here is what i am getting:

Log
            sidebar-icon-color: #8E8E8E
            sidebar-selected-background-color: var(--primary-background-color)
            sidebar-selected-icon-color: #FCB800
            sidebar-selected-text-color: var(--sidebar-selected-icon-color)
            sidebar-text-color: #141414
            state-icon-active-color: #FDEAB0
            state-icon-color: #FCB800
            state-icon-unavailable-color: var(--disabled-text-color)
            table-row-alternative-background-color: var(--secondary-background-color)
            table-row-background-color: var(--primary-background-color)
            text-primary-color: #141414
          Navy Blue & Yellow: [source /tmp/config/themes.yaml:605]
            disabled-text-color: #4A5E84
            divider-color: #2D374D
            label-badge-background-color: #3E4C6C
            label-badge-red: #252D40
            label-badge-text-color: #FBFBFB
            light-primary-color: #FECA67
            paper-card-background-color: #252D40
            paper-listbox-background-color: var(--primary-background-color)
            paper-slider-active-color: var(--paper-slider-knob-color)
            paper-slider-knob-color: #FEB221
            paper-slider-knob-start-color: var(--paper-slider-knob-color)
            paper-slider-pin-color: var(--paper-slider-knob-color)
            paper-slider-secondary-color: var(--light-primary-color)
            paper-toggle-button-checked-bar-color: #FECA67
            paper-toggle-button-checked-button-color: #FEB221
            paper-toggle-button-unchecked-bar-color: #3E4C6C
            paper-toggle-button-unchecked-button-color: #6E81AA
            primary-background-color: #1F2635
            primary-color: #FEB221
            primary-text-color: #FBFBFB
            secondary-background-color: var(--primary-background-color)
            secondary-text-color: #FEB221
            sidebar-icon-color: #8192B6
            sidebar-selected-background-color: var(--primary-background-color)
            sidebar-selected-icon-color: #FEB221
            sidebar-selected-text-color: var(--sidebar-selected-icon-color)
            sidebar-text-color: #FBFBFB
            state-icon-active-color: #FEF5D8
            state-icon-color: #FEAA0A
            state-icon-unavailable-color: var(--disabled-text-color)
            table-row-alternative-background-color: var(--secondary-background-color)
            table-row-background-color: var(--primary-background-color)
            text-primary-color: #FBFBFB
      group: ?
      http: [source /tmp/config/configuration.yaml:14]
        api_password: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
        base_url: https://xxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxx
        ssl_certificate: /xxxxxxx/xxxxx.xxxxx
        ssl_key: /xxxxxx/xxxxxx.xxxx
      ifttt: ?
        key: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
      influxdb: ?
        component_config: ?
        component_config_domain: ?
        component_config_glob: ?
        database: hassio
        default_measurement: state
        exclude: ?
          domains: ?
          entities: ?
        host: xx.xx.xx.xx
        include: ?
          domains: ?
          entities: ?
        max_retries: 10
        password: xxxxxxxxxxxxxxxxxxxxxxxxx
        port: xxxxxxxxxxx
        tags: ?
        tags_attributes: ?
        username: xxxxxxxxxxxxxxxxxxxxxxx
        verify_ssl: True
      input_boolean: ?
        zigbee_permit_join: ?
          icon: mdi:cellphone-wireless
          initial: False
          name: Allow devices to join
      mqtt: ?
        broker: core-mosquitto
        discovery: True
        discovery_prefix: homeassistant
        keepalive: 60
        port: xxxx
        protocol: 3.1.1
        tls_version: auto
      panel_iframe: ?
        tasmoadmin: ?
          icon: mdi:lightbulb-on
          require_admin: False
          title: TasmoAdmin
          url: https://xxxxxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxxxxxxxx:xxxx
      script: ?
      timer: ?
        zigbee_permit_join: ?
          duration: 0:10:00
          name: Time remaining

Successful config (partial)
  http:

This is weird since I have nothing complicated there at all.
Is version 3.1 is the LATEST that I can use or there is a newer version of which I should install instead? since I saw logs with version 3.2.8?

Please assist me with my way of upgradeing to the latest version.

Thank you!

Remove api password from the http section.

1 Like

THANK YOU SO MUCH!!! :clap::clap::clap::clap::clap::clap:
it is now OK

Log
starting version 3.2.8
[08:51:09] INFO: Don't worry, this temporary installation is not overwriting your current one.
[08:51:09] INFO: Installing Home Assistant: latest...
[08:51:09] INFO: Please be patient, this might take a few minutes...
WARNING: You are using pip version 19.2.2, however version 19.3.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
[08:56:56] INFO: Installed Home Assistant 0.102.2
[08:56:56] INFO: Making a copy of your configuration for checking...
[08:57:18] INFO: Checking your configuration against this version...
[09:10:13] INFO: **Configuration check finished - no error found! :)**

Is there a way to be able to install what I need to upgrade the pip?

WARNING: You are using pip version 19.2.2, however version 19.3.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

I am using the hass.io with dockers version 0.99.3
Thank you!!!

1 Like

You can’t, but they’ll upgrade the version in the container at some point I’m sure.

1 Like

There is no need. You don’t install things in a running docker container.

1 Like

Thank you!