Javascript_version

I just updated Hass.io to the latest version today and tried to set the ‘javascript_version: latest’ setting under ‘frontend:’. Hass is complaining that it is an invalid setting.

2017-11-22 12:17:17 ERROR (MainThread) [homeassistant.config] Invalid config for [frontend]: [javascript_version] is an invalid option for [frontend]. Check: frontend->frontend->javascript_version. (See /config/configuration.yaml, line 20). Please check the docs at https://home-assistant.io/components/frontend/
2017-11-22 12:17:17 ERROR (MainThread) [homeassistant.setup] Setup failed for frontend: Invalid config.

Has anyone been able to configure this?

My config is:

# Enables the frontend
frontend:
  javascript_version: latest

Hass.io is still on 0.57.3, the ‘javascript_version’ is available since 0.58.0

Ah, the console showed version .58 was available and I didn’t realize that it didn’t actually update to that. Thank you. Would be nice if the update component only showed the latest available hass.io version when running hass.io.