diff --git a/source/_components/hdmi_cec.markdown b/source/_components/hdmi_cec.markdown index d5267e82308..6a21b04cd69 100644 --- a/source/_components/hdmi_cec.markdown +++ b/source/_components/hdmi_cec.markdown @@ -39,17 +39,9 @@ For the default virtual environment of a [Raspberry Pi AIO](/getting-started/ins $ ln -s /usr/local/lib/python3.4/dist-packages/cec /srv/hass/hass_venv/lib/python3.4/site-packages ``` -If after symlinking and adding `hdmi_cec:` to your configuration you are getting the following error in your logs, - -```bash -* failed to open vchiq instance -``` - -you will also need to add the user account Home Asssistant runs under, to the `video` group. To add the Home Assisitant's user account to the `video` group run the following command. - -```bash -$ usermod -a -G video -``` +

If after symlinking and adding `hdmi_cec:` to your configuration you are getting the following error in your logs, +`* failed to open vchiq instance` you will also need to add the user account Home Asssistant runs under, to the `video` group. To add the Home Assisitant's user account to the `video` group, run the following command. `$ usermod -a -G video ` +

## {% linkable_title Configuration Example %}