From 983270eda109044759a99cafd1da15105002a0d6 Mon Sep 17 00:00:00 2001 From: mkono87 Date: Wed, 20 Oct 2021 10:04:34 -0400 Subject: [PATCH] added sheild android component --- automations.yaml | 10 ++-------- media_player.yaml | 8 ++++++-- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/automations.yaml b/automations.yaml index dac1f54..f107da3 100644 --- a/automations.yaml +++ b/automations.yaml @@ -111,10 +111,10 @@ - condition: or conditions: - condition: state - entity_id: device_tracker.mikes_phone + entity_id: device_tracker.mike state: home - condition: state - entity_id: device_tracker.jen_phone + entity_id: device_tracker.jen state: home action: - type: turn_on @@ -184,9 +184,6 @@ data: entity_id: media_player.livingroom_speaker message: You have 15 minutes until bedtime. - - service: notify.shieldtv - data: - message: 15 MINS BEFORE BEDTIME! - wait_for_trigger: - platform: time at: '21:29:00' @@ -195,9 +192,6 @@ data: entity_id: media_player.livingroom_speaker message: Its time for bed! Devices will shut down in one minute. - - service: notify.shieldtv - data: - message: TIME FOR BED! 1 MIN - wait_for_trigger: - platform: time at: '21:30:00' diff --git a/media_player.yaml b/media_player.yaml index ededf52..e3b8e43 100644 --- a/media_player.yaml +++ b/media_player.yaml @@ -1,7 +1,11 @@ - platform: lg_netcast - host: 10.0.0.40 + host: 192.168.10.86 access_token: 608887 - platform: androidtv name: Bedroom TV Chromecast - host: 10.0.0.61 + host: 192.168.10.83 + +- platform: androidtv + name: Livingroom TV Sheild + host: 192.168.10.81