diff --git a/source/_components/juicenet.markdown b/source/_components/juicenet.markdown index 421b981a02e..b2dd405fcdb 100644 --- a/source/_components/juicenet.markdown +++ b/source/_components/juicenet.markdown @@ -8,8 +8,12 @@ comments: false sharing: true footer: true logo: juicenet.png -ha_category: Energy +ha_category: + - Energy + - Sensor ha_release: 0.47 +redirect_from: + - /components/sensor.juicenet/ --- The `juicenet` sensor platform pulls data from a [JuiceNet](https://emotorwerks.com/products/juicenet/) charging station equipped with a wifi connection. It will access and make available all of the devices attached to your account. @@ -30,3 +34,19 @@ access_token: required: true type: string {% endconfiguration %} + +## {% linkable_title Sensor %} + +The `juicenet` sensor platform allows you to get data from your [JuiceNet](https://emotorwerks.com/products/juicenet/) sensors. + +### {% linkable_title Added sensors %} + +These sensors will be added for each juicenet device in your account: + +- Status +- Temperature (inside the device) +- Voltage +- Amps +- Watts +- Charge time of session +- Energy added this session \ No newline at end of file diff --git a/source/_components/sensor.juicenet.markdown b/source/_components/sensor.juicenet.markdown deleted file mode 100644 index df9929c658e..00000000000 --- a/source/_components/sensor.juicenet.markdown +++ /dev/null @@ -1,30 +0,0 @@ ---- -layout: page -title: "Juicenet Sensor" -description: "Instructions on how to setup WiFi-equipped Juicenet charging stations with Home Assistant." -date: 2015-01-20 22:36 -sidebar: true -comments: false -sharing: true -footer: true -logo: juicenet.png -ha_category: Energy -ha_release: 0.47 ---- - - -The `juicenet` sensor platform allows you to get data from your [JuiceNet](https://emotorwerks.com/products/juicenet/) sensors. - -The requirement is that you have setup [Juicenet](/components/juicenet/). - -### {% linkable_title Added sensors %} - -These sensors will be added for each juicenet device in your account: - -- Status -- Temperature (inside the device) -- Voltage -- Amps -- Watts -- Charge time of session -- Energy added this session