Skip to content

Commit c194ab6

Browse files
RunOnGitHubfabaff
RunOnGitHub
authored andcommitted
Update hdmi_cec.markdown (home-assistant#1915)
If we follow the instructions on raspberry, the install path is different after a manual build.
1 parent e0d73b0 commit c194ab6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/_components/hdmi_cec.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ For the default virtual environment of a [Raspberry Pi All-In-One installation](
3939
$ ln -s /usr/local/lib/python3.4/dist-packages/cec /srv/hass/hass_venv/lib/python3.4/site-packages
4040
```
4141

42+
For the default virtual environment of a [Manual installation](/getting-started/installation-raspberry-pi/) the command would be as follows.
43+
44+
```bash
45+
$ ln -s /usr/local/lib/python3.4/site-packages/cec /srv/hass/hass_venv/lib/python3.4/site-packages
46+
```
47+
48+
4249
<p class='note'>If after symlinking and adding `hdmi_cec:` to your configuration you are getting the following error in your logs,
4350
`* failed to open vchiq instance` you will also need to add the user account Home Assistant runs under, to the `video` group. To add the Home Assistant user account to the `video` group, run the following command. `$ usermod -a -G video <hass_user_account>`
4451
</p>

0 commit comments

Comments
 (0)