From d385e5ff3096908aa759adae32626e791991221d Mon Sep 17 00:00:00 2001 From: andrew-curtis Date: Sun, 31 Jul 2016 07:49:06 +1000 Subject: [PATCH] Update hdmi_cec.markdown (#701) added 'note' style to relevant paragraphs --- source/_components/hdmi_cec.markdown | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) 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 %}