Skip to content

Commit 1c723cc

Browse files
brianjkingfrenck
authored andcommitted
Update USPS docs to include required driver declaration (home-assistant#4766)
With the changes to the USPS component in home-assistant#12465 we're now required to specify the `driver` regardless if using `phantomjs` or `chrome`. Updating docs to reflect the required `driver: phantomjs` if using it. Re: * happyleavesaoc/python-myusps#11 * home-assistant/core#12465
1 parent e5b5669 commit 1c723cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/_components/usps.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Install the latest version of [PhantomJS]( http://phantomjs.org/download.html).
3232
Don't use apt-get to install PhantomJS. This version is not compatible.
3333
</p>
3434

35+
If you use the PhantomJS option, specify `driver: phantomjs` in your `usps` configuration.
36+
3537

3638
### Chrome
3739

@@ -60,6 +62,7 @@ Configuration options for the USPS component:
6062
6163
- **username** (*Required*): The username to access the MyUSPS service.
6264
- **password** (*Required*): The password for the given username.
65+
- **driver** (*Required*): Specify if you're using `phantomjs` or `chrome`.
6366
- **name** (*Optional*): Prefix for sensor names (defaults to "USPS")
6467

6568
<p class='note warning'>

0 commit comments

Comments
 (0)