I’m install homeassistant under python venv with this method
after I’m create the auto-start with this method
this system run under debian 9.6 on esxi.
My question is why hassio does not appear in the tab like in the vmdk virtual appliance.
I’m start on this vmdk but is not satifaction for me, and i want run pur python don’t enjoy by docker. But I’m creat on small backup whith this version and I want restore this under HA venv.
Components are built in, there’s no need to install those
It’s only the Hass.io add-ons that are Hass.io specific, and those are just point and click ways of installing software that you can install manually anyway.
For example, if you were adding a FluxLED light then you’d add the following to configuration.yaml:
light:
- platform: flux_led
automatic_add: true
Then you would run a configuration check to ensure that you didn’t introduce any errors, and if it passed you’d restart Home Assistant. Then the new configuration would be loaded.