Give the home a Voice. Let it be heard!

This commit is contained in:
CCOSTAN 2017-02-04 14:36:04 +00:00
parent b8b1aa5bca
commit a2315cd043
6 changed files with 25 additions and 29 deletions

View File

@ -30,6 +30,7 @@ Software on the Pi : [Home Assistant](https://home-assistant.io/) , [Dasher](htt
* [Digital Smart Water Main ShutOff/Leak Detector] (http://www.providencecpc.org/wp-content/uploads/2016/01/work_in_progress.png)
**Automations:**
* Voice Notifications via the [AMPs](http://amzn.to/2j18dlT) connected to ChromeCast Audios. Accomplished via the [Google TTS](https://home-assistant.io/components/tts/) component.
* Guest mode to disable certain interior automations. Trigger via Alexa & IFTTT.
* IFTTT 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 and notify when they being to drop too low when closed (indicating a shift in the controller)
@ -85,10 +86,9 @@ SUNSET:
02:31 AM Heal ZWave Network
```
![Screenshot of Home View](https://i.imgur.com/2mFr9HP.png)
![Screenshot of Garage Door View](https://i.imgur.com/GhMf2Lo.png)
![Screenshot of Lights](https://i.imgur.com/joYkz0D.png)
![Screenshot of Info](https://i.imgur.com/vABefL9.png)
![Screenshot of Home View](https://i.imgur.com/6NYAhZA.png)
![Screenshot of Garage Door View](https://i.imgur.com/rtRZJNP.png)
![Screenshot of Lights](https://i.imgur.com/oDeQrm2.png)
#Todo List
I've moved this entire section to the [issues section](https://github.com/CCOSTAN/Home-AssistantConfig/issues) on github.

View File

@ -61,6 +61,6 @@ script.switch_turn_off_all:
script.voice_notify:
friendly_name: 'Voice Notify'
emulated_hue: False
hidden: False
hidden: True

View File

@ -106,14 +106,14 @@ sensor.cisco_ap:
sensor.dark_sky_cloud_coverage:
friendly_name: 'Dark Sky Cloud Coverage'
emulated_hue: False
hidden: True
hidden: False
icon: mdi:weather-partlycloudy
sensor.dark_sky_humidity:
friendly_name: 'Outdoor Humidity'
emulated_hue: False
hidden: True
hidden: false
icon: mdi:water-percent
@ -127,14 +127,14 @@ sensor.dark_sky_minutely_summary:
sensor.dark_sky_precip_intensity:
friendly_name: 'Rainfall'
emulated_hue: False
hidden: True
hidden: false
icon: mdi:weather-rainy
sensor.dark_sky_temperature:
friendly_name: 'Outdoor Temp'
emulated_hue: False
hidden: True
hidden: False
icon: mdi:thermometer
@ -155,7 +155,7 @@ sensor.downstairs_away_mode:
sensor.downstairs_thermostat_humidity:
friendly_name: 'Downstairs Thermostat Humidity'
emulated_hue: False
hidden: True
hidden: false
icon: mdi:water-percent
@ -414,7 +414,7 @@ sensor.upstairs_away_mode:
sensor.upstairs_thermostat_humidity:
friendly_name: 'Upstairs Thermostat Humidity'
emulated_hue: False
hidden: True
hidden: false
icon: mdi:water-percent

View File

@ -1 +1 @@
{"31": "group.outdoor_lights", "16": "switch.kitchen_accent_2", "20": "switch.garage_outlet", "29": "group.amps", "8": "switch.printer_outlet", "24": "group.outdoor_pool_lights", "11": "group.foyer_lights", "7": "group.living_room_accents", "6": "group.dining_room_lights", "12": "group.all_lights", "10": "group.garage_lights", "18": "group.den_lights", "2": "group.outdoor_front_lights", "17": "input_boolean.guest_mode", "9": "switch.living_room_outlet", "14": "switch.den_outlet", "3": "switch.kitchen_accents", "34": "group.exterior_lights", "26": "scene.living_room_tv_time", "23": "light.garage_left", "15": "group.hallway_lights", "5": "switch.living_room_amp", "27": "group.upstairs_lights", "25": "group.interior_lights", "30": "switch.outlet_304_4", "4": "group.dinette_lights", "32": "group.living_room_lights", "13": "group.kitchen_lights", "22": "light.outdoor_den", "28": "switch.foyer_outlet", "21": "group.bedroom_lights", "1": "switch.front_door_outlet", "19": "group.all_switches", "33": "group.office_lights"}
{"22": "light.outdoor_den", "5": "switch.living_room_amp", "24": "group.outdoor_pool_lights", "29": "group.amps", "28": "switch.foyer_outlet", "1": "switch.front_door_outlet", "32": "group.living_room_lights", "17": "input_boolean.guest_mode", "6": "group.dining_room_lights", "25": "group.interior_lights", "26": "scene.living_room_tv_time", "7": "group.living_room_accents", "19": "group.all_switches", "20": "switch.garage_outlet", "33": "group.office_lights", "12": "group.all_lights", "18": "group.den_lights", "31": "group.outdoor_lights", "36": "input_boolean.speech_notifications", "4": "group.dinette_lights", "8": "switch.printer_outlet", "11": "group.foyer_lights", "3": "switch.kitchen_accents", "2": "group.outdoor_front_lights", "9": "switch.living_room_outlet", "30": "switch.outlet_304_4", "16": "switch.kitchen_accent_2", "13": "group.kitchen_lights", "14": "switch.den_outlet", "15": "group.hallway_lights", "34": "group.exterior_lights", "21": "group.bedroom_lights", "10": "group.garage_lights", "23": "light.garage_left", "37": "input_boolean.alert_mode", "35": "input_boolean.school_mode", "27": "group.upstairs_lights"}

View File

@ -1,12 +1,12 @@
Weather:
entities:
- climate.downstairs
- sensor.downstairs_thermostat_humidity
- climate.upstairs
- sensor.upstairs_thermostat_humidity
# - sensor.dark_sky_summary
- sensor.dark_sky_minutely_summary
# - sensor.dark_sky_nearest_storm_distance
- sensor.dark_sky_precip_intensity
- sensor.dark_sky_humidity
- sensor.dark_sky_temperature
Weather:
entities:
- climate.downstairs
- sensor.downstairs_thermostat_humidity
- climate.upstairs
- sensor.upstairs_thermostat_humidity
- sensor.dark_sky_cloud_coverage
- sensor.dark_sky_minutely_summary
# - sensor.dark_sky_nearest_storm_distance
- sensor.dark_sky_precip_intensity
- sensor.dark_sky_humidity
- sensor.dark_sky_temperature

View File

@ -17,8 +17,4 @@ speech_notifications:
name: Speech Notifications
icon: mdi:speaker-wireless
initial: on
chore_reminder:
name: chore Reminder
icon: mdi:human-male-female
initial: off