diff --git a/.HA_VERSION b/.HA_VERSION
index c149bbff..b0ac4d72 100755
--- a/.HA_VERSION
+++ b/.HA_VERSION
@@ -1 +1 @@
-0.63.0
\ No newline at end of file
+0.63.2
\ No newline at end of file
diff --git a/README.md b/README.md
index a11dabbf..11502b14 100755
--- a/README.md
+++ b/README.md
@@ -22,6 +22,7 @@ As of 2018, I have migrated everything to a Docker based platform. You can read
* SSL via [SSLS](https://SSLS.com) - 5 Bucks A Year! - Keeps me safe!
* [HomeBridge](https://github.com/nfarina/homebridge) for full HA <-> Homekit compatibility.
* The amazing [Floorplan](https://github.com/pkozul/ha-floorplan) project to help visualize my smarthome.
+* Unifi controller to manage [APs](http://amzn.to/2mBSfE9)
**Devices I have :**
* [Ubiquiti Networks Unifi 802.11ac Pro](http://amzn.to/2mBSfE9) This keeps me warm with it's Wifi rays blanketing the house. Also used as a presence Tracker for iPhones/People.
@@ -53,10 +54,10 @@ As of 2018, I have migrated everything to a Docker based platform. You can read
* [Door Sensors (AEON Labs)](http://amzn.to/2e3xDxY)
* [Garadget](http://amzn.to/2jQLpVQ) - Garage Door opener/sensor - "[Siri, are my garage doors closed?](https://pbs.twimg.com/media/C3cyJZSWAAAalPm.jpg:large)"
* [Nintendo Wii](http://amzn.to/2l2qIYY)
-* Emulated Hue pushes all Switch, Group, input_boolean, script and scene information to Alexa for First Class Control!
+* Home Assistant Cloud Component pushes all Switch, Group, input_boolean, script and scene information to Alexa for First Class Control!
* [iTeadStudio](https://www.itead.cc/) [goodies](https://twitter.com/ccostan/status/793119824008384512) - [SonOff](http://amzn.to/2l2sx8g) and a [Slampher](http://amzn.to/2l2gmIx)!
* [LED RGB Wifi Controller - flux_led compatible](http://amzn.to/2jUBSBE) with [LED Strip kits](http://amzn.to/2gJYfZ5) - ~100 Feet. These are great [Power supplies](http://amzn.to/2mnmbk8) - [Outdoor Housing](http://amzn.to/2m2dG0X) - Finished Product [#71](https://github.com/CCOSTAN/Home-AssistantConfig/issues/71) - [Blog Post](http://www.vmwareinfo.com/2017/08/diy-outdoor-smart-home-led-strips.html)
-* [Digital Smart Water Main ShutOff/Leak Detector] (http://www.providencecpc.org/wp-content/uploads/2016/01/work_in_progress.png) - Beta test to monitor Water usage and Leaks centrally.
+* [Phyn Smart Water Main ShutOff/Leak Detector] (http://www.phyn.com/) - Beta test to monitor Water usage and Leaks centrally.
* [Aeon Labs AEDSB09104ZWUS Aeotec Z-Wave Smart Energy Monitor Meter](http://amzn.to/2l5wEDo) to measure energy usage in the home.
* [SleepNumber Bed i8](http://amzn.to/2kxdXXI) - Has SleepIQ to track occupancy and sleep habits. Tied into HA.
* [MX8 Zodiac Pool Robot](http://amzn.to/2nAGvPf) - Not YET hooked up HA, but working on it.
@@ -64,6 +65,8 @@ As of 2018, I have migrated everything to a Docker based platform. You can read
* [NodeMCU Development Boards](http://amzn.to/2ou0NON) hooked into the alarm system wires for [DIY alarm system](http://www.vmwareinfo.com/2017/06/building-my-home-alarm-system-hardware.html). - [DIY Motion Sensors](http://www.vmwareinfo.com/2017/11/yet-another-inexpensive-motion-sensor.html)
* [JuiceBox Pro 40 EVSE](http://amzn.to/2AIdSdx) - Used to Charge the Bolt EV.
* [Chevy Bolt Electric Car](http://amzn.to/2DRP83a) - Monitor Charging status of Electric Vehicle.
+* [Epson ET-7700 Printer](http://amzn.to/2HaiBUK) - All Printing with HA monitored Ink levels.
+
Lots of my gear comes from [BetaBound](https://goo.gl/0vxT8A) for Beta Testing and reviews.
**Automations:**
@@ -71,7 +74,7 @@ Lots of my gear comes from [BetaBound](https://goo.gl/0vxT8A) for Beta Testing a
* Ability to ask Alexa to repeat the last Voice notification - 'Alexa, Turn on Last message'.
* Track garbage days and chore days for the kids. Voice reminders and Alexa intergration/request for info.
* Guest mode to disable certain interior automations. Trigger via Alexa & IFTTT.
-* IFTTT and Slack Notifications for Offline Devices, BadLogins, HA Startups, new HA versions and [External IP changes](https://community.home-assistant.io/t/detect-if-ip-changes/6830) for DSN.
+* IFTTT and IOS Notifications for Offline Devices, BadLogins, HA Startups, new HA versions and [External IP changes](https://community.home-assistant.io/t/detect-if-ip-changes/6830) for DSN.
* Monitor the reflection rates of [Garadget](http://amzn.to/2jQLpVQ) and notify when they being to drop too low when closed (indicating a shift in the controller)
* Notifications when the garage door is left open at night or when we leave the house.
* (IFTTT) Logging entries in Logbooks for [Rachio Sprinkler system](http://amzn.to/2eoPKBW), and [SkyBell HD](http://amzn.to/2dcexIB).
diff --git a/www/custom_ui/floorplan/alarm.css b/www/custom_ui/floorplan/alarm.css
index 1bd2d4c5..db17af45 100755
--- a/www/custom_ui/floorplan/alarm.css
+++ b/www/custom_ui/floorplan/alarm.css
@@ -111,6 +111,17 @@ svg, svg * {
.switch-off {
fill: #cccccc !important;
}
+
+/* Juicebox */
+.juicebox-plugged {
+ fill: orange !important;
+}
+.juicebox-standby {
+ fill: grey !important;
+}
+.juicebox-charging {
+ fill: green !important;
+}
/* Buttons */
.button-on {
diff --git a/www/custom_ui/floorplan/alarm.svg b/www/custom_ui/floorplan/alarm.svg
index 47a482a1..1e7719d1 100755
--- a/www/custom_ui/floorplan/alarm.svg
+++ b/www/custom_ui/floorplan/alarm.svg
@@ -956,85 +956,12 @@
Bathroom
Master
-
-
+
+
+
+
diff --git a/www/custom_ui/floorplan/alarm.yaml b/www/custom_ui/floorplan/alarm.yaml
index 5c35dbf7..32a9e8e9 100755
--- a/www/custom_ui/floorplan/alarm.yaml
+++ b/www/custom_ui/floorplan/alarm.yaml
@@ -69,6 +69,7 @@ rules:
entities:
- device_tracker.carlo
- device_tracker.stacey
+ - device_tracker.juicebox
text_template: '${entity.state ? entity.state.replace("not_home", "away") : "undefined"}'
states:
@@ -229,6 +230,17 @@ rules:
- state: 'open'
class: 'window-open'
+ - name: Juicebox
+ entities:
+ - sensor.carlojuice_charging_status
+ states:
+ - state: 'charging'
+ class: 'juicebox-charging'
+ - state: 'standby'
+ class: 'juicebox-standby'
+ - state: 'plugged'
+ class: 'juicebox-plugged'
+
- name: Dark Sky Sensors
entities:
- sensor.dark_sky_minutely_summary