diff --git a/README.md b/README.md
index 4af61a95..0a4a778a 100755
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ This Repo is designed for Smart Home inspiration. The configuration, devices, l
|
Diagram
-
+
|
Youtube
@@ -74,7 +74,7 @@ As of 2018, I have migrated everything to a Docker based platform. You can read
Lots of my gear comes from [BetaBound](https://goo.gl/0vxT8A) for Beta Testing and reviews.
#### Smart Home Diagram - Get your icons (here).
-Here is how all the parts talk to each other. Keep reading to see code examples and explanations.
+Here is how all the parts talk to each other. Keep reading to see code examples and explanations.
![Smart Home Diagram](https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/www/custom_ui/floorplan/images/branding/bearstoneflow.png)
Smart Home diagram (PNG
). Made with Draw.io (XML
source file).
@@ -451,7 +451,7 @@ Once you can teach your house to talk, you just keep expanding on it's vocabular
|
-The Hubs help the home communicate across all the various protocols running in the house. The Hue hubs (I have 2 actually) talk to most of the lights. The Gen 1 handles upstairs and outside and the gen 2 handles everything else. Some lights and switches talk over Zwave to the Wink Hub. The RM Pro talks 433Mhz to my EtekCity outlets.
+The Hubs help the home communicate across all the various protocols running in the house. The Hue hubs (I have 2 actually) talk to most of the lights. The Gen 1 handles upstairs and outside and the gen 2 handles everything else. Some lights and switches talk over Zwave to the Wink Hub. The RM Pro talks 433Mhz to my EtekCity outlets.
Using [Etekcity Outlets](http://amzn.to/2efNoBP) to control accent lighting above kitchen cabinets and room cutouts.
@@ -530,7 +530,7 @@ DIY Alarm package - /config/packages/alarm.yaml
[Noon Switches](https://amzn.to/2J9aGeu)
|
-[GE Link Lightbulbs](http://amzn.to/2GJ66i5)
+[Nunet Smart Plug](https://amzn.to/2PDBNNK)
|
[Switches Get Stitches](https://www.vcloudinfo.com/p/shop-our-merch.html)
@@ -539,7 +539,7 @@ DIY Alarm package - /config/packages/alarm.yaml
[Etekcity Outlets](http://amzn.to/2efNoBP) |
- |
+ |
|
| |
@@ -550,6 +550,11 @@ In the Master Bedroom and Bathroom, I have deployed a starter set of 5 Noon Swit
Interior Turn off Script - /config/script/interior_off.yaml
+
+I've taken the Smart plugs and put them in a weatherproof case for holiday lights
+
+Full write up and blog post
+
|
diff --git a/config/.HA_VERSION b/config/.HA_VERSION
index eedc0d49..d6a1f663 100755
--- a/config/.HA_VERSION
+++ b/config/.HA_VERSION
@@ -1 +1 @@
-0.83.3
\ No newline at end of file
+0.84.1
\ No newline at end of file
diff --git a/config/packages/smart_life.yaml b/config/packages/smart_life.yaml
index d20fc238..f31ae418 100755
--- a/config/packages/smart_life.yaml
+++ b/config/packages/smart_life.yaml
@@ -2,8 +2,13 @@
# @CCOSTAN
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
###################################
-## [Chevy Bolt](http://amzn.to/2DRP83a)
+## Tuya compatible Devices - https://www.vcloudinfo.com/2018/12/how-to-waterproof-your-outdoor-smart.html
###################################
+tuya:
+ username: !secret tuya_username
+ password: !secret tuya_password
+ country_code: 1
+ platform: smart_life
# homeassistant:
# customize_glob:
@@ -26,9 +31,3 @@
# - sensor.mychevy_mileage
# - sensor.mychevy_range
# - sensor.mychevy_status
-
-tuya:
- username: !secret tuya_username
- password: !secret tuya_password
- country_code: 1
- platform: smart_life
diff --git a/config/www/custom_ui/floorplan/images/branding/solar_readings.png b/config/www/custom_ui/floorplan/images/branding/solar_readings.png
index 2cdb96af..1d128328 100644
Binary files a/config/www/custom_ui/floorplan/images/branding/solar_readings.png and b/config/www/custom_ui/floorplan/images/branding/solar_readings.png differ
|