When i copy paste this in cmd.exe i just got errors
docker: invalid reference format.
‘–name’ is not recognized as an internal or external command,
‘–privileged’ is not recognized as an internal or external command,
etc etc
What do i do wrong? I try to run it in docker and accces it via the browser. If i manually add HA to Docker i cant acces as well. I cant find proper documentation on this case (or at least didnt found it, googled for houres now)
Not sure what you mean too
You docker run as in your first post above ends with: --network=host
But that does not work on windows.
If you follow the link I sent then you will see how to get it to work with the proper “docker run - d …etc.”
It was a while ago so these are my steps
install docker desktop
restart
start docker desktop…error as requires latest WSL, follow the link and install WSL
start docker desktop (takes a while depending on laptop…4min with me)
create folder c:/homeassistant
open command line
enter
At the end it will present a container id which means it started
Then it can take up to 15mins before it is ready
In c:/homeassistant you will find the HA specific folders/file
use local-ip:8123 to enter
one correction…to logon:
localhost:8123
EDIT: and what you will find is that it will not autodetect devices…because it is ‘caught’ behind port 8123
If you please to build this out, then repeating to use a different install , migration might be(come) a pain
Updated docker and synced HA-Core today end get the following errors. All was working fine.
Wo can help to get this fixed.
Generating translations for date
Generating translations for azure_storage
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/workspaces/HA-Core/script/translations/__main__.py", line 30, in <module>
sys.exit(main())
~~~~^^
File "/workspaces/HA-Core/script/translations/__main__.py", line 25, in main
return module.run()
~~~~~~~~~~^^
File "/workspaces/HA-Core/script/translations/develop.py", line 105, in run
run_single(translations, flattened_translations, integration)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/workspaces/HA-Core/script/translations/develop.py", line 94, in run_single
download.write_integration_translations()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/workspaces/HA-Core/script/translations/download.py", line 134, in write_integration_translations
save_language_translations(lang, translations)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/workspaces/HA-Core/script/translations/download.py", line 114, in save_language_translations
path.parent.mkdir(parents=True, exist_ok=True)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/pathlib/_local.py", line 722, in mkdir
os.mkdir(self, mode)
~~~~~~~~^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: 'homeassistant/components/azure_storage/translations'
* The terminal process "/usr/bin/zsh '-c', '/home/vscode/.local/ha-venv/bin/python -m script.translations develop --all'" terminated with exit code: 1.
* Terminal will be reused by tasks, press any key to close it.