From f9700d5e8f24e547eec8096372b31cd7b595901a Mon Sep 17 00:00:00 2001 From: Jesse Hills Date: Mon, 21 Oct 2019 16:27:10 +1300 Subject: [PATCH 1/3] Update juicenet docs with switch --- source/_integrations/juicenet.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/_integrations/juicenet.markdown b/source/_integrations/juicenet.markdown index 0ff4e490a91c..4b0c0ab8c22f 100644 --- a/source/_integrations/juicenet.markdown +++ b/source/_integrations/juicenet.markdown @@ -5,10 +5,11 @@ logo: juicenet.png ha_category: - Energy - Sensor +ha_iot_class: Cloud Polling ha_release: 0.47 --- -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. +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. It also exposes a switch allowing you to charge your car now instead of waiting for the pre-set schedule. ## Configuration @@ -41,4 +42,4 @@ These sensors will be added for each juicenet device in your account: - Amps - Watts - Charge time of session -- Energy added this session \ No newline at end of file +- Energy added this session From 65f2d25c67f1bc61ce88c1a115f88194c9eeb3cb Mon Sep 17 00:00:00 2001 From: Jesse Hills Date: Mon, 21 Oct 2019 16:59:38 +1300 Subject: [PATCH 2/3] Add switch category --- source/_integrations/juicenet.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/juicenet.markdown b/source/_integrations/juicenet.markdown index 4b0c0ab8c22f..84507e97b6d1 100644 --- a/source/_integrations/juicenet.markdown +++ b/source/_integrations/juicenet.markdown @@ -5,6 +5,7 @@ logo: juicenet.png ha_category: - Energy - Sensor + - Switch ha_iot_class: Cloud Polling ha_release: 0.47 --- From bd91d88a0576e0b7ca9c686b8047e76391c82b04 Mon Sep 17 00:00:00 2001 From: Jesse Hills Date: Mon, 21 Oct 2019 17:14:18 +1300 Subject: [PATCH 3/3] Add car category --- source/_integrations/juicenet.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/juicenet.markdown b/source/_integrations/juicenet.markdown index 84507e97b6d1..15fca05b5ac1 100644 --- a/source/_integrations/juicenet.markdown +++ b/source/_integrations/juicenet.markdown @@ -3,6 +3,7 @@ title: "Juicenet" description: "Instructions on how to setup WiFi-equipped Juicenet charging stations with Home Assistant." logo: juicenet.png ha_category: + - Car - Energy - Sensor - Switch