Add warning about hassio incompatibility (#6494)

* Add warning about hassio incompatibility 

According to https://github.com/home-assistant/home-assistant/issues/13751#issuecomment-424007898, this component is not compatibile with Hass.io, adding warning in the documentation to help prevent people from running Hass.io from even attempting to get this working.

* Minor changes
This commit is contained in:
fortepc 2018-10-04 03:08:58 -04:00 committed by Fabian Affolter
parent 39514f7852
commit 097ab495a2

View File

@ -24,6 +24,10 @@ This component requires that a headless-capable web browser is installed on your
If you are using a Raspberry Pi, you must use PhantomJS. If you are using a Raspberry Pi, you must use PhantomJS.
</p> </p>
<p class='note warning'>
Hass.io containers are based on Alpine Linux. PhanthomJS is not available for Alpine Linux. Therefore it is currently not possible to use this component on Hass.io.
</p>
### PhantomJS ### PhantomJS
Install the latest version of [PhantomJS]( http://phantomjs.org/download.html). Ensure the executable is on your `PATH`. `phantomjs --version` should work and report the correct version. This is the default option and requires no further configuration. Install the latest version of [PhantomJS]( http://phantomjs.org/download.html). Ensure the executable is on your `PATH`. `phantomjs --version` should work and report the correct version. This is the default option and requires no further configuration.