Hey guys,
This documentation is really unclear and missing steps, kinda like step 1, step two, step 10: and now you’re done, easy as that lol
Doesn’t tell you to, click browse file system in the left-hand top corner, then choose configuration.yaml, then enter the code.
Time for the first practice with the configurator. Add the following to configuration.yaml file to add a link to the Configurator in the sidebar:
panel_iframe:
configurator:
title: Configurator
icon: mdi:wrench
url: http://hassio.local:3218
Now restart Home Assistant for the changes to the configuration to take effect. You can do this by going to the config panel (Configuration in the sidebar) -> General -> Restart Home Assistant.
Also, I have no idea where to enter the code, I’ve just put it here;
# Enables configuration UI
config:
panel_iframe:
configurator:
title: Configurator
icon: mdi:wrench
url: http://hassio.local:3218
http:
# Secrets are defined in the file secrets.yaml
It works, so I guess it’s fine to just put it anywhere?