diff --git a/.HA_VERSION b/.HA_VERSION index 7dd8dc58..7d07a196 100755 --- a/.HA_VERSION +++ b/.HA_VERSION @@ -1 +1 @@ -0.32.4 \ No newline at end of file +0.33.0 \ No newline at end of file diff --git a/README.md b/README.md index 2774a3ee..455978f4 100755 --- a/README.md +++ b/README.md @@ -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) diff --git a/input_boolean/guest.yaml b/input_boolean/guest.yaml index 434593f3..009a3408 100755 --- a/input_boolean/guest.yaml +++ b/input_boolean/guest.yaml @@ -2,6 +2,7 @@ ## Guest Mode Override ################################### guest_mode: + name: Guest Mode icon: mdi:account-alert initial: off \ No newline at end of file diff --git a/input_boolean/no_school.yaml b/input_boolean/no_school.yaml index 3a653243..37199178 100755 --- a/input_boolean/no_school.yaml +++ b/input_boolean/no_school.yaml @@ -2,6 +2,7 @@ ## School Vacation Override ################################### no_school: + name: No School icon: mdi:school initial: off \ No newline at end of file diff --git a/input_boolean/reminders.yaml b/input_boolean/reminders.yaml.old similarity index 68% rename from input_boolean/reminders.yaml rename to input_boolean/reminders.yaml.old index 38f52b10..eb7c2507 100755 --- a/input_boolean/reminders.yaml +++ b/input_boolean/reminders.yaml.old @@ -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 \ No newline at end of file diff --git a/shell_scripts/hassuser b/shell_scripts/hassuser deleted file mode 100755 index a211b4a5..00000000 --- a/shell_scripts/hassuser +++ /dev/null @@ -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 - diff --git a/shell_scripts/hassuser.sh b/shell_scripts/hassuser.sh new file mode 100755 index 00000000..71704370 --- /dev/null +++ b/shell_scripts/hassuser.sh @@ -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 + +