Hassio tab and python virtual environment

Hi every body,

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.

Have you got on ide for appear this tab.

Thank’s for advance.

Because if you want Hass.io, you need to use the Hass.io installer. That uses Docker, and there’s no way around that.

Thank you for your quick and clear answer

so to install the components it’s not possible then without this docker and hass.io?

I didn’t really see how to install the components manually.

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.

ok thank’s for your explain.
if I understand , I just make on configurataion the component in the configuration.yaml for activate this ?

Yes.

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.

ok thank you very much for the time pass for explain my not unerdstand of specification of hass.io.