davedan
(Dave Dan)
1
Hi there!
Quick question. I was checking the documentation and I found this: https://home-assistant.io/getting-started/use/.
Little bit lost because I use Docker and not Hassbian. Is this something Hassbian only? or am I missing a menu somewhere?
thanks!
ih8gates
(Scott Reston)
2
Not sure specifically what you’re having trouble with, but that page does look half-done.
To access the UI of Home Assistant after installation, go to port 8123 of your device.
http://192.168.x.x:8123
davedan
(Dave Dan)
3
you’re right, sorry. I was referring to the part:
To reload your configuration, go to Configuration in your side panel, and choose “CHECK CONFIG” and “RELOAD CORE”:

Can’t find any of this in HA and was wondering if is something just for Hassbian or spread in other installation methods.
ih8gates
(Scott Reston)
4
To get the configuration panel, you need to add this to your configuration
config:
mboyar
(MURAT BOYAR)
5
be careful while using with panel_iframe:
or panel_custom:
, e.g;
config:
panel_iframe:
config:
title: 'Ayarlar (panel_iframe)'
url: 'http://192.168.1.2:7777/test.html'
icon: mdi:settings
this is a wrong example about conflict. config:
name should be unique in configuration while using with custom panels.