diff --git a/atom.xml b/atom.xml index eb0ef26fad..b0a93ca36a 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
libcec must be installed for this component to work. Follow the installation instructions for your environment, provided at the link. libcec
installs Python 3 bindings, by default as a system Python module. If you are running Home Assistant in a Python virtual environment, make sure it can access the system module, by either symlinking it or using the --system-site-packages
flag.
libcec must be installed for this component to work. Follow the installation instructions for your environment, provided at the link. libcec
installs Python 3 bindings by default as a system Python module. If you are running Home Assistant in a Python virtual environment, make sure it can access the system module, by either symlinking it or using the --system-site-packages
flag.
ln -s /usr/local/lib/python3.4/dist-packages/cec <your venv>/lib/python3.4/site-packages
Create a symlink to the cec
installation.
e.g. the default virtual environment for the Raspberry Pi AIO would be as follows.
+$ ln -s /usr/local/lib/python3.4/dist-packages/cec /path/to/your/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
For the default virtual environment of a Raspberry Pi AIO the command would be as follows.
+ +$ 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,
* failed to open vchiq instance
* failed to open vchiq instance +
you will also need to add the user account HASS runs under, to the video
group. To add the HASS user account to the video
group run the following command.
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>
$ usermod -a -G video <hass_user_account> +
-You can append ?api_password=YOUR_PASSWORD
to any url to log in automatically.
+You can append ?password=YOUR_PASSWORD
to any url to log in automatically.
Successful calls will return status code 200 or 201. Other status codes that can return are:
diff --git a/images/supported_brands/hdmi.png b/images/supported_brands/hdmi.png new file mode 100644 index 0000000000..39fa6a4563 Binary files /dev/null and b/images/supported_brands/hdmi.png differ diff --git a/sitemap.xml b/sitemap.xml index dadbe5a92d..dedb0f78af 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1993,34 +1993,34 @@