* Fix NM

* ✏️ Tweak
This commit is contained in:
Pascal Vizeli 2019-09-11 21:31:40 +02:00 committed by Franck Nijhof
parent 6240ddea29
commit 3f721ce1af

View File

@ -111,13 +111,16 @@ The packages you need to have available on your system that will run Hass.io may
- curl - curl
- dbus - dbus
- jq - jq
- network-manager
- socat - socat
- software-properties-common - software-properties-common
Optional:
- network-manager
<div class='note warning'> <div class='note warning'>
The `modemmanager` package will interfere with any Z-Wave or Zigbee stick and should be removed or disabled. Failure to do so will result in random failures of those integrations. For example you can disable with `sudo systemctl disable ModemManager` and remove with `sudo apt-get purge modemmanager` Without the NetworkManager, you will be not able to control your host network setup over the UI. The `modemmanager` package will interfere with any Z-Wave or Zigbee stick and should be removed or disabled. Failure to do so will result in random failures of those integrations. For example you can disable with `sudo systemctl disable ModemManager` and remove with `sudo apt-get purge modemmanager`
</div> </div>