diff --git a/source/_docs/installation/fedora.markdown b/source/_docs/installation/fedora.markdown index bbb74f3f001..52f01886f6e 100644 --- a/source/_docs/installation/fedora.markdown +++ b/source/_docs/installation/fedora.markdown @@ -27,7 +27,8 @@ To isolate the Home Assistant installation a [venv](https://docs.python.org/3/li ```bash $ sudo mkdir -p /opt/homeassistant -$ sudo chown -R user:group /opt/homeassistant +$ sudo useradd -rm homeassistant -G dialout,gpio +$ sudo chown -R homeassistant:homeassistant /opt/homeassistant ``` Now switch to the new directory, setup the venv, and activate it.