openlumi / homeassistant_on_openwrt

Install Home Assistant on your OpenWrt device with a single command
MIT License
157 stars 43 forks source link

Is it HomeAssistant OS or docker container? #34

Open kartman521 opened 9 months ago

kartman521 commented 9 months ago

Hello! Does this module install HomeAssistant OS and allow you to install addons such as MQTT? (Or its just a docker container) I use x86 openwrt as host system, will Zigbee USB sticks detect and work with this instance?

devbis commented 9 months ago

No, it is just a script that installs Home assistant as a system-wide python package. It uses prebuilt Openwrt python packages and remove components to run a minimum configuration. If you need docker image you may use original HA images/containers from the main project.