Updated to 0.33

This commit is contained in:
CCOSTAN 2016-11-20 20:37:42 +00:00
parent 6566ac70fe
commit 6b62b33a4e
7 changed files with 22 additions and 12 deletions

View File

@ -1 +1 @@
0.32.4
0.33.0

View File

@ -28,6 +28,7 @@ Software on the Pi : [Home Assistant](https://home-assistant.io/) , [Dasher](htt
* IFTTT Notifications for Offline Devices, BadLogins, HA Startups, new HA versions.
* (IFTTT) Logging entries in Logbooks for Rachio, Doorbell
* Auto Heal ZWave at 2:30am
* Using [Etekcity Outlets](http://amzn.to/2efNoBP) to control accent lighting above kitchen cabinets and room cutouts.
* Turn on TV Time Lights (dim and color) at Sunset (if home and TV is on)
* Turn on Upstairs light if Nest detects people and it's nighttime.
* Turn off lights when Nest detects we are away. (Upstairs and Downstairs)

View File

@ -2,6 +2,7 @@
## Guest Mode Override
###################################
guest_mode:
name: Guest Mode
icon: mdi:account-alert
initial: off

View File

@ -2,6 +2,7 @@
## School Vacation Override
###################################
no_school:
name: No School
icon: mdi:school
initial: off

View File

@ -2,13 +2,16 @@
## Guest Mode Override
###################################
Medicine_Reminder:
name: Medicine Reminder
icon: mdi:pill
initial: off
Trash_Reminder:
Name: Trash Day Reminder
icon: mdi:delete
initial: off
Chore_Reminder:
name: Chore Day Reminder
icon: mdi:human-male-female
initial: off

View File

@ -1,11 +0,0 @@
#!/bin/bash
cat hassuser
sudo su -s /bin/bash hass
# source /srv/hass/hass_venv/bin/activate
# to Upgrade:
# pip3 install --upgrade homeassistant

15
shell_scripts/hassuser.sh Executable file
View File

@ -0,0 +1,15 @@
#!/bin/bash
cat hassuser
sudo su -s /bin/bash hass
# source /srv/hass/hass_venv/bin/activate
# to Upgrade:
# pip3 install --upgrade homeassistant - Use HAUpdate.sh script
# To view The HA logs realtime
# sudo journalctl -u home-assistant -f