-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
esphome integration to homeassistant #3
Comments
Hi! Thank you for your kind words. Can you explain a little more what you're looking for? I'm not sure what you mean by "supervisor like experience." |
Sure. So when you run HomeAssistant OS for instance you get their Maybe I am still explaining this poorly, but this is the end result I am hoping to achieve somehow if it is possible: https://esphome.io/guides/getting_started_hassio.html / https://youtu.be/7R30c-H8Rro?t=203 |
Got it! Thanks for the clarity. So, the goal is to have HASS and ESPHome as separate Docker containers, but have the ESPHome dashboard as an icon you can click in the HASS interface: Here's the process I followed:
This effectively replicates the HASS OS experience with one slight difference: the ESPHome dashboard is accessible as-is through the URL defined in Traefik. This is either a benefit or a drawback, depending on your thinking, but either way, something to be aware of. |
awesome, thanks for this! i was looking at |
Hei,
Really great repository! Thanks a bunch for making this information available, since it can be difficult to find
docker
andtraefik
based implementations these days.Anyhow, I was wondering if you could explain the
esphome
integration tohomeassistant
somewhat...To clarify, I have no issue at all to run the container, but I am just wondering how do I get to a 'supervisor like experience' from there? i.e. what happens on the
homeassistant
interface after the container is brought up?Thanks again for your great work!
The text was updated successfully, but these errors were encountered: