We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b5669 commit 1c723ccCopy full SHA for 1c723cc
source/_components/usps.markdown
@@ -32,6 +32,8 @@ Install the latest version of [PhantomJS]( http://phantomjs.org/download.html).
32
Don't use apt-get to install PhantomJS. This version is not compatible.
33
</p>
34
35
+If you use the PhantomJS option, specify `driver: phantomjs` in your `usps` configuration.
36
+
37
38
### Chrome
39
@@ -60,6 +62,7 @@ Configuration options for the USPS component:
60
62
61
63
- **username** (*Required*): The username to access the MyUSPS service.
64
- **password** (*Required*): The password for the given username.
65
+- **driver** (*Required*): Specify if you're using `phantomjs` or `chrome`.
66
- **name** (*Optional*): Prefix for sensor names (defaults to "USPS")
67
68
<p class='note warning'>
0 commit comments