mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-05 02:28:56 +00:00
951 B
951 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|---|
page | Juicenet | Instructions on how to setup WiFi-equipped Juicenet charging stations with Home Assistant. | 2017-05-20 22:00 | true | false | true | true | juicenet.png | Energy | 0.47 |
The juicenet
sensor platform pulls data from a JuiceNet charging station equipped with a wifi connection. It will access and make available all of the devices attached to your account.
{% linkable_title Configuration %}
To enable the platform in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
juicenet:
access_token: ACCESS_TOKEN
{% configuration %} access_token: description: "Your eMotorWerks API Token can be found in the dashboard." required: true type: string {% endconfiguration %}