10 lines
235 B
YAML
10 lines
235 B
YAML
intent_script:
|
|
SetVolume:
|
|
action:
|
|
service: "media_player.volume_set"
|
|
data:
|
|
entity_id: "{{ media_player }}"
|
|
volume_level: "{{ volume / 100.0 }}"
|
|
speech:
|
|
text: "Volume changed to {{ volume }}"
|