mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-15 22:26:10 +00:00
Updated to 0.33
This commit is contained in:
parent
6566ac70fe
commit
6b62b33a4e
@ -1 +1 @@
|
|||||||
0.32.4
|
0.33.0
|
@ -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 Notifications for Offline Devices, BadLogins, HA Startups, new HA versions.
|
||||||
* (IFTTT) Logging entries in Logbooks for Rachio, Doorbell
|
* (IFTTT) Logging entries in Logbooks for Rachio, Doorbell
|
||||||
* Auto Heal ZWave at 2:30am
|
* 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 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 on Upstairs light if Nest detects people and it's nighttime.
|
||||||
* Turn off lights when Nest detects we are away. (Upstairs and Downstairs)
|
* Turn off lights when Nest detects we are away. (Upstairs and Downstairs)
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
## Guest Mode Override
|
## Guest Mode Override
|
||||||
###################################
|
###################################
|
||||||
guest_mode:
|
guest_mode:
|
||||||
|
name: Guest Mode
|
||||||
icon: mdi:account-alert
|
icon: mdi:account-alert
|
||||||
initial: off
|
initial: off
|
||||||
|
|
@ -2,6 +2,7 @@
|
|||||||
## School Vacation Override
|
## School Vacation Override
|
||||||
###################################
|
###################################
|
||||||
no_school:
|
no_school:
|
||||||
|
name: No School
|
||||||
icon: mdi:school
|
icon: mdi:school
|
||||||
initial: off
|
initial: off
|
||||||
|
|
@ -2,13 +2,16 @@
|
|||||||
## Guest Mode Override
|
## Guest Mode Override
|
||||||
###################################
|
###################################
|
||||||
Medicine_Reminder:
|
Medicine_Reminder:
|
||||||
|
name: Medicine Reminder
|
||||||
icon: mdi:pill
|
icon: mdi:pill
|
||||||
initial: off
|
initial: off
|
||||||
|
|
||||||
Trash_Reminder:
|
Trash_Reminder:
|
||||||
|
Name: Trash Day Reminder
|
||||||
icon: mdi:delete
|
icon: mdi:delete
|
||||||
initial: off
|
initial: off
|
||||||
|
|
||||||
Chore_Reminder:
|
Chore_Reminder:
|
||||||
|
name: Chore Day Reminder
|
||||||
icon: mdi:human-male-female
|
icon: mdi:human-male-female
|
||||||
initial: off
|
initial: off
|
@ -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
15
shell_scripts/hassuser.sh
Executable 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
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user