From 42498c2de03473056328b417b9f727a2632d767d Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Thu, 13 Oct 2016 16:36:22 +0000 Subject: [PATCH] More Documentation --- Todo.md => Misc Stuff.md | 21 +-------------------- README.md | 20 +++++++++----------- 2 files changed, 10 insertions(+), 31 deletions(-) rename Todo.md => Misc Stuff.md (65%) diff --git a/Todo.md b/Misc Stuff.md similarity index 65% rename from Todo.md rename to Misc Stuff.md index 976545e1..ed963f2b 100755 --- a/Todo.md +++ b/Misc Stuff.md @@ -1,28 +1,9 @@ #Todo List -* AUTOMATE LAMP UPSTAIRS using Nest thermostat. -* (Using IFTTT for now - Need to switch over to native HA) * Put Dash Buttons out there. * Put door sensor on garage door -binary_sensor: - - platform: template - sensors: - upstairs_away_mode: - entity_id: climate.upstairs - value_template: "{{ is_state_attr('climate.upstairs', 'away_mode', 'on') }}" - -automation: - - alias: Trigger When Away - trigger: - - platform: state - entity_id: binary_sensor.upstairs_away_mode - to: 'on' - condition: - ... - action: - ... - + ### Future Ideas diff --git a/README.md b/README.md index f12e8496..d4500267 100755 --- a/README.md +++ b/README.md @@ -6,13 +6,11 @@ Home Assistant runs on my Raspberry Pi 3 with Aeon Labs Z Wave Stick (GEN 5). I' Software on the Pi : Home Assistant, Dasher, HomeBridge -Devices I have : -* Lots of iOS Devices - * iPads - * iPods - * iPhones +*** Devices I have : *** +* Lots of iOS Devices (iPads, iPods, iPhones) * Nest Thermostats -* Amazon Echo +* Amazon Echo and DOT +* Amazon Dash Buttons * Phillips Hue Hub * Circle by Disney * Rachio Sprinkler system @@ -21,20 +19,20 @@ Devices I have : * Samsung Smart TV * ChromeCast Audios * Etekcity Outlets -* Amazon Dash Buttons * Door Sensors (AEON Labs) * Nintendo Wii -Automations: +*** Automations: *** * SMS and IFTTT Notifications for Offline Devices, BadLogins, HA Startups, new HA versions. -* Logging entries in Logbooks for Rachio, Doorbell +* (IFTTT) Logging entries in Logbooks for Rachio, Doorbell * Auto Heal ZWave at 2:30am * Turn on TV Time Lights (dim and color) at Sunset (if home and TV is on) * Turn on Upstaris light if Nest detects people and it's nighttime. * Turn off lights when Nest detects we are away. (Upstairs and Downstairs) * Turn on some lights when we get home -* Blink ALL lights at 9:30 to remind me to take medicine. (also Alexa Alert) -* Blink Office lights 15 minutes before ANY meeting on my calendar (using IFTTT) +* (IFTTT) Blink ALL lights at 9:30 to remind me to take medicine. (also Alexa Alert) +* (IFTTT) Blink Office lights 15 minutes before ANY meeting on my calendar (using IFTTT) +* (IFTTT) Stop watering grass via Rachio if winds are greater than 20 MPH. ![Screenshot of Dashboards](https://i.imgur.com/HyriksZ.png)