-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathscripts.yaml
34 lines (34 loc) · 935 Bytes
/
scripts.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
living_room_tv_picture_mode:
sequence:
- service: webostv.command
data:
entity_id: media_player.living_room_tv
command: system.notifications/createAlert
payload:
message: '{{ picture_mode }}'
modal: false
buttons:
- label: ok
focus: true
buttonType: ok
onClick: luna://com.webos.settingsservice/setSystemSettings
params:
category: picture
settings:
pictureMode: '{{ picture_mode }}'
type: confirm
isSysReq: true
- delay: 0.6
- service: webostv.button
data:
entity_id: media_player.living_room_tv
button: ENTER
announce_test:
alias: Announce Test
use_blueprint:
path: balloob/announce-text-to-speech-on-media-player.yaml
input:
text_to_speech_engine: tts.home_assistant_cloud
media_player:
- media_player.office_hub
description: ''