mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 07:46:52 +00:00
Update hdmi_cec.markdown (#701)
added 'note' style to relevant paragraphs
This commit is contained in:
parent
02ee5cde79
commit
c941c029dd
@ -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
|
$ 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,
|
<p class='note'>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 <hass_user_account>`
|
||||||
```bash
|
</p>
|
||||||
* 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 <hass_user_account>
|
|
||||||
```
|
|
||||||
|
|
||||||
## {% linkable_title Configuration Example %}
|
## {% linkable_title Configuration Example %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user