I am quite new for HA and with all OS HA systems I am facing the same problem - instructions are not matching the UI at all. I am trying to do very basic task, set py scripts for HA.
In instructions
python_script/
I first need to edit configuration.yaml. It is said I can install Visual Studio Code add-on and use that for editing.
With these few lines on instruction pages are already following mismatches:
- there is no add-on selector visible in my HA UI. How can it be accessed?
2.I cannot access any of links in instructions, sample home-assistant_io/redirect/config (those do not work -all say page not found), when trying to modify to match my HA instance url all pages are empty - Cannot access developer-services with redirect, home-assistant_io/redirect/developer_services, but I can access /developer-tools/service, however I assume that’s not the same? So how can I access /developer_services type of pages in my HA?
So sure, I can edit config directly, but I prefer to have instructions that match my HA and thus work.
I am using Ubuntu 20.04 and used snap to install HA. So is something additional needed to make the UI functionality to match the HA instructions or is there some other fault in my installation/configuration ?