From ed4ea3a7018fe3f9aeb80427fb8b00c7fb6b1b18 Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Sun, 22 Jan 2017 03:13:43 +0000 Subject: [PATCH] General Housekeeping --- .HA_VERSION | 2 +- customize/tv_devices.yaml | 46 +++++++++++----------------- group/lights.yaml | 3 +- group/media_players.yaml | 8 ++--- group/{views.yaml => views.yaml.old} | 0 shell_scripts/HAUpdateDev.sh | 12 ++++++++ 6 files changed, 35 insertions(+), 36 deletions(-) rename group/{views.yaml => views.yaml.old} (100%) create mode 100755 shell_scripts/HAUpdateDev.sh diff --git a/.HA_VERSION b/.HA_VERSION index 9885af03..3890be4f 100755 --- a/.HA_VERSION +++ b/.HA_VERSION @@ -1 +1 @@ -0.36.1 \ No newline at end of file +0.37.0.dev0 \ No newline at end of file diff --git a/customize/tv_devices.yaml b/customize/tv_devices.yaml index 8503c645..428cb662 100755 --- a/customize/tv_devices.yaml +++ b/customize/tv_devices.yaml @@ -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 \ No newline at end of file diff --git a/group/lights.yaml b/group/lights.yaml index 7068b7be..e0e14c3c 100755 --- a/group/lights.yaml +++ b/group/lights.yaml @@ -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 diff --git a/group/media_players.yaml b/group/media_players.yaml index 8be9392b..7b231079 100755 --- a/group/media_players.yaml +++ b/group/media_players.yaml @@ -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 diff --git a/group/views.yaml b/group/views.yaml.old similarity index 100% rename from group/views.yaml rename to group/views.yaml.old diff --git a/shell_scripts/HAUpdateDev.sh b/shell_scripts/HAUpdateDev.sh new file mode 100755 index 00000000..7574c77c --- /dev/null +++ b/shell_scripts/HAUpdateDev.sh @@ -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