mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-21 00:25:12 +00:00
General Housekeeping
This commit is contained in:
parent
be4aa844b8
commit
ed4ea3a701
@ -1 +1 @@
|
|||||||
0.36.1
|
0.37.0.dev0
|
@ -1,13 +1,3 @@
|
|||||||
###################################
|
|
||||||
## Roku Section
|
|
||||||
###################################
|
|
||||||
media_player.roku_1gj361038190:
|
|
||||||
friendly_name: 'Downstairs Main Roku'
|
|
||||||
media_player.roku_1gs3ac111661:
|
|
||||||
friendly_name: 'Upstairs Roku'
|
|
||||||
media_player.roku_2N006T621680:
|
|
||||||
friendly_name: 'Bedroom Roku'
|
|
||||||
|
|
||||||
###################################
|
###################################
|
||||||
## TabloTv Section
|
## TabloTv Section
|
||||||
###################################
|
###################################
|
||||||
|
@ -61,7 +61,7 @@ Outdoor Pool Lights:
|
|||||||
- light.P1_front_left
|
- light.P1_front_left
|
||||||
- light.P1_front_right
|
- light.P1_front_right
|
||||||
- light.P1_back_left
|
- light.P1_back_left
|
||||||
- light.P1_back_left
|
- light.P1_back_right
|
||||||
|
|
||||||
Outdoor Front Lights:
|
Outdoor Front Lights:
|
||||||
entities:
|
entities:
|
||||||
@ -82,3 +82,4 @@ Garage lights:
|
|||||||
Hallway Lights:
|
Hallway Lights:
|
||||||
entities:
|
entities:
|
||||||
- light.hallway
|
- light.hallway
|
||||||
|
- light.bedroom_hallway
|
||||||
|
@ -1,10 +1,6 @@
|
|||||||
media_players:
|
media_players:
|
||||||
entities:
|
entities:
|
||||||
- media_player.livingroomcc
|
- media_player.livingroomcc
|
||||||
- media_player.roku_1gj361038190
|
|
||||||
- media_player.roku_1gj361038190_2
|
|
||||||
- media_player.roku_1gs3ac111661
|
|
||||||
- media_player.roku_1gs3ac111661_2
|
|
||||||
- media_player.roku_2n006t621680
|
|
||||||
- media_player.roku_2n006t621680_2
|
|
||||||
- media_player.whole_house
|
- media_player.whole_house
|
||||||
|
- media_player.living_room
|
||||||
|
- media_player.upstairs_living_room
|
||||||
|
12
shell_scripts/HAUpdateDev.sh
Executable file
12
shell_scripts/HAUpdateDev.sh
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo "Setting up Environment"
|
||||||
|
cd /home/hass/.homeassistant
|
||||||
|
source /srv/hass/hass_venv/bin/activate
|
||||||
|
|
||||||
|
echo "Processing update"
|
||||||
|
pip3 install --upgrade git+git://github.com/balloob/home-assistant.git@dev
|
||||||
|
|
||||||
|
echo "Code Check"
|
||||||
|
hass --script check_config
|
||||||
|
exit
|
Loading…
x
Reference in New Issue
Block a user