diff --git a/README.md b/README.md index 1ccd01dd..1338385c 100755 --- a/README.md +++ b/README.md @@ -39,6 +39,10 @@ This Repo is designed for Smart Home inspiration. The configuration, devices, l Code + | + + Diagram + @@ -61,6 +65,11 @@ 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. +#### 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) + +

Technology diagram (PNG. Made with Draw.io (XML source file).

+

diff --git a/config/script/tweet.yaml b/config/script/tweet.yaml index 6c192a36..9add495d 100755 --- a/config/script/tweet.yaml +++ b/config/script/tweet.yaml @@ -134,7 +134,8 @@ tweet_engine_setup: "/config/www/custom_ui/floorplan/images/branding/repo_ad4.png", "/config/www/custom_ui/floorplan/images/branding/repo_ad2.png", "/config/www/custom_ui/floorplan/images/branding/repo_ad3.png", - "/config/www/custom_ui/floorplan/images/branding/repo_ad.png" + "/config/www/custom_ui/floorplan/images/branding/repo_ad.png", + "/config/www/custom_ui/floorplan/images/branding/bearstoneflow.png" ], "robot": [ "/config/www/custom_ui/floorplan/images/branding/servers5.png", diff --git a/config/www/custom_ui/floorplan/images/branding/BearStoneFlow.png b/config/www/custom_ui/floorplan/images/branding/BearStoneFlow.png new file mode 100755 index 00000000..12502e36 Binary files /dev/null and b/config/www/custom_ui/floorplan/images/branding/BearStoneFlow.png differ