Missing configurator on left side menu

Hi,
i just installed my hass.io latest version, and installed the configurator, but i don’t see it in the left menù. Searching on internet/forum i found that i need to add hassio: in the configuration.yaml and restart, but the configurator is still missing… any error in the log…

my configuration.yaml is the following:
homeassistant:
# Name of the location where Home Assistant is running
name: Home
# Location required to calculate the time the sun rises and sets
latitude: 000000000000
longitude: 000000000000
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: 0
# metric for Metric, imperial for Imperial
unit_system: metric
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: Europe/Rome
# Customization file
customize: !include customize.yaml
packages: !include_dir_named packages

# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:

# Show the introduction message on startup.
#introduction:

# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
#http:
#   base_url: example.duckdns.org:8123

# Discover some devices automatically
discovery:

# Sensors
sensor:
  # Weather prediction
  - platform: yr

# Text to speech
tts:
  - platform: google

hassio:

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml

thanx in advance

Are you wanting the config: component?

Or the actual “configurator?”

https://www.home-assistant.io/docs/ecosystem/hass-configurator/#configuration-ui-for-home-assistant

Edit: also when posting config make sure it retains the proper formatting by following the below:

I mean the actual “configurator”, this one

Thank you silvrr, i had adjust the formatting for the configuration.yaml :slight_smile:

It doesn’t look like you added the iframe to make it appear in the side panel:

https://www.home-assistant.io/docs/ecosystem/hass-configurator/#embedding-into-home-assistant

What do you get when you get when you navigate to http://ipofha:3218 ?(ex. http://192.168.1.2:3218)

if i navigate to http://<hassio_ip>:3218 i get a connection refused, while if i open the configuration from the “open web ui” in the add-on page i can open it successfully

Read this:

And likely this if you want to use manual navigation or an iframe before 0.92.0:

Great! It works! Thanx a lot Silvrr!

1 Like