added sheild android component
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user