mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-15 14:16:08 +00:00
General Housekeeping
This commit is contained in:
parent
be4aa844b8
commit
ed4ea3a701
@ -1 +1 @@
|
||||
0.36.1
|
||||
0.37.0.dev0
|
@ -1,29 +1,19 @@
|
||||
###################################
|
||||
## 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
|
||||
###################################
|
||||
device_tracker.tablotv:
|
||||
hidden: true
|
||||
sensor.tablotv:
|
||||
icon: mdi:television-guide
|
||||
|
||||
###################################
|
||||
## ChromeCast Section
|
||||
###################################
|
||||
device_tracker.chromecast_audio_1:
|
||||
hidden: true
|
||||
device_tracker.chromecast_audio_2:
|
||||
hidden: true
|
||||
sensor.chromecast_audio_1:
|
||||
icon: mdi:music-circle
|
||||
sensor.chromecast_audio_2:
|
||||
###################################
|
||||
## TabloTv Section
|
||||
###################################
|
||||
device_tracker.tablotv:
|
||||
hidden: true
|
||||
sensor.tablotv:
|
||||
icon: mdi:television-guide
|
||||
|
||||
###################################
|
||||
## ChromeCast Section
|
||||
###################################
|
||||
device_tracker.chromecast_audio_1:
|
||||
hidden: true
|
||||
device_tracker.chromecast_audio_2:
|
||||
hidden: true
|
||||
sensor.chromecast_audio_1:
|
||||
icon: mdi:music-circle
|
||||
sensor.chromecast_audio_2:
|
||||
icon: mdi:music-circle
|
@ -61,7 +61,7 @@ Outdoor Pool Lights:
|
||||
- light.P1_front_left
|
||||
- light.P1_front_right
|
||||
- light.P1_back_left
|
||||
- light.P1_back_left
|
||||
- light.P1_back_right
|
||||
|
||||
Outdoor Front Lights:
|
||||
entities:
|
||||
@ -82,3 +82,4 @@ Garage lights:
|
||||
Hallway Lights:
|
||||
entities:
|
||||
- light.hallway
|
||||
- light.bedroom_hallway
|
||||
|
@ -1,10 +1,6 @@
|
||||
media_players:
|
||||
entities:
|
||||
- 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.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