From 097ab495a29c7e97dd72785c66dc86064f1df20c Mon Sep 17 00:00:00 2001 From: fortepc Date: Thu, 4 Oct 2018 03:08:58 -0400 Subject: [PATCH] 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 --- source/_components/usps.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/_components/usps.markdown b/source/_components/usps.markdown index a95efd919ab..c63a385057a 100644 --- a/source/_components/usps.markdown +++ b/source/_components/usps.markdown @@ -21,7 +21,11 @@ In addition to having a USPS account, you will need to complete the "Opt-In" pro This component requires that a headless-capable web browser is installed on your system - either PhantomJS or Google Chrome. Preferably use Chrome if your operating system supports it, since PhantomJS is deprecated.

- If you are using a Raspberry Pi, you must use PhantomJS. + If you are using a Raspberry Pi, you must use PhantomJS. +

+ +

+ 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.

### PhantomJS