I want to run frontend of this product but it’s not completed. I’ve just clone https://github.com/home-assistant/frontend, and run. But when I ran gallery , it had nothing device.
I’ve followed this guide in github. But I get stuck in the last instruction.
Do i have clone core hassio repo in order to run frontend.
I doubt you can run the frontend stand-alone. Use the Home Assistant link below for installation instructions rather than the github site.
Thank your for your help. I try to follow this guide https://www.home-assistant.io/docs/installation/virtualenv and It has run completely. It’s run on http://192.168.1.7:8123/.
I want to change something on localhost. Which repo should I need to intervene?
clone frontend repo, then build everything.
inside your Home Assistant instance you must add these lines to config.yml:
frontend:
development_repo: /mnt/d/GitHub/home-assistant-polymer
as mentioned here: https://developers.home-assistant.io/docs/frontend_development/#configuring-home-assistant
this needs to be done to enable HA to load your frontend instead of build-in.
I successfully created dev environment on Windows (I run HA in dev container), so I can help with setup on Windows.
First time it is hard, but then it is quite easy
When I run hassio on docker Windows with command:
‘’’
docker run --init -d --name=“home-assistant” -e “TZ=America/New_York” -v /home/pi/homeassistant:/config --net=host homeassistant/raspberrypi3-homeassistant:stable
‘’’
I got an error
Can y help me?
restart your PS. something is using that port.
As I wrote I open Home Assistant via dev container in VS Code. Try that.
Hello Misiu, could you help me to configure the environment in Windows please. I can’t join the backend with the frond end
Not sure how to do this after recent changes in the frontend - you can open both frontend and backend in devcontainers.
I didn’t try that for a long time, but I will get back to frontend development.
Give me some time and I’ll try to set up a dev environment and I’ll post detailed instructions.
Thaks, I wait for that documentation