From f2807a47cae9f69229f31b4d8fbfb2e7adf3787d Mon Sep 17 00:00:00 2001 From: ccostan Date: Mon, 12 Feb 2018 13:13:49 -0500 Subject: [PATCH] Updated with New Blog post references. --- README.md | 5 ++++- packages/twitter.yaml | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 55fdc1ed..a11dabbf 100755 --- a/README.md +++ b/README.md @@ -13,7 +13,10 @@ You can follow my home's breaking news and tweet statistics via twitter [BearSt Home Assistant runs on my [Raspberry Pi 3](http://amzn.to/2e3DOBY) with [Aeon Labs Z Wave Stick (GEN 5)](http://amzn.to/2eAiAP0). I've also added a [433Mhz Transmitter and receiver](http://amzn.to/2dceNY2). The main [SD Card](http://amzn.to/2xeBlgf) was upgraded to 16GB. (Order 2! - 1 for backup) I use an [SD Card reader](http://amzn.to/2l2w9as) to swap SD cards between Pi and Windows for backups.~~ -**Software on the Pi :** +As of 2018, I have migrated everything to a Docker based platform. You can read all about it here: +[Migration Blog Post](http://www.vmwareinfo.com/2018/02/journey-to-docker.html) + +**Software on the Docker Host :** * [Home Assistant](https://home-assistant.io/) , * [Dasher](https://github.com/maddox/dasher) to leverage those cheap [Amazon Dash Buttons](http://amzn.to/2dPKZhM) * SSL via [SSLS](https://SSLS.com) - 5 Bucks A Year! - Keeps me safe! diff --git a/packages/twitter.yaml b/packages/twitter.yaml index 3a4a61cb..a033506b 100755 --- a/packages/twitter.yaml +++ b/packages/twitter.yaml @@ -163,8 +163,8 @@ automation: "So far, I have prevented {{states.sensor.pihole_ads_blocked_today.state}} ads from hitting the network via Pi-hole! http://www.pi-hole.net", "Pi-hole (http://www.pi-hole.net) has serviced {{states.sensor.pihole_dns_queries_today.state}} DNS requests today! #PiZero", "{{states.sensor.doorbell_presses.state}} people came to the door today and pressed the bell.", - "The #Docker Host has been running for {{states.sensor.since_last_boot_templated.state}}", - "The #Docker Host for Home Assistant is using {{states.sensor.disk_use_percent_.state}}% of the hard drive currently. ", + "The #Docker Host has been running for {{states.sensor.since_last_boot_templated.state}} (http://www.vmwareinfo.com/2018/02/journey-to-docker.html)", + "The #Docker Host for Home Assistant is using {{states.sensor.disk_use_percent_.state}}% of the hard drive currently. (http://www.vmwareinfo.com/2018/02/journey-to-docker.html)", "My Home Assistant Database is currently using {{states.sensor.database_sensor.state}} MBs. To get this #Stat for your HA, visit (https://github.com/robmarkcole/HASS-filesize-sensor)", "The {{states.media_player.living_room_ultra.attributes.friendly_name}} #Roku is playing #{{states.media_player.living_room_ultra.attributes.app_name}}.", "The {{states.media_player.upstairs_living_room.attributes.friendly_name}} #Roku is playing #{{states.media_player.upstairs_living_room.attributes.app_name}}. (http://amzn.to/2lYZEup)",