added sheild android component
This commit is contained in:
@@ -111,10 +111,10 @@
|
|||||||
- condition: or
|
- condition: or
|
||||||
conditions:
|
conditions:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: device_tracker.mikes_phone
|
entity_id: device_tracker.mike
|
||||||
state: home
|
state: home
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: device_tracker.jen_phone
|
entity_id: device_tracker.jen
|
||||||
state: home
|
state: home
|
||||||
action:
|
action:
|
||||||
- type: turn_on
|
- type: turn_on
|
||||||
@@ -184,9 +184,6 @@
|
|||||||
data:
|
data:
|
||||||
entity_id: media_player.livingroom_speaker
|
entity_id: media_player.livingroom_speaker
|
||||||
message: You have 15 minutes until bedtime.
|
message: You have 15 minutes until bedtime.
|
||||||
- service: notify.shieldtv
|
|
||||||
data:
|
|
||||||
message: 15 MINS BEFORE BEDTIME!
|
|
||||||
- wait_for_trigger:
|
- wait_for_trigger:
|
||||||
- platform: time
|
- platform: time
|
||||||
at: '21:29:00'
|
at: '21:29:00'
|
||||||
@@ -195,9 +192,6 @@
|
|||||||
data:
|
data:
|
||||||
entity_id: media_player.livingroom_speaker
|
entity_id: media_player.livingroom_speaker
|
||||||
message: Its time for bed! Devices will shut down in one minute.
|
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:
|
- wait_for_trigger:
|
||||||
- platform: time
|
- platform: time
|
||||||
at: '21:30:00'
|
at: '21:30:00'
|
||||||
|
|||||||
@@ -1,7 +1,11 @@
|
|||||||
- platform: lg_netcast
|
- platform: lg_netcast
|
||||||
host: 10.0.0.40
|
host: 192.168.10.86
|
||||||
access_token: 608887
|
access_token: 608887
|
||||||
|
|
||||||
- platform: androidtv
|
- platform: androidtv
|
||||||
name: Bedroom TV Chromecast
|
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