Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: "[ALEXA] Volume Set From Slider"
- sequence:
- - service: media_player.volume_set
- target:
- entity_id: media_player.echo_cuisine
- data:
- volume_level: {{ states("input_number.alexa_volume") | float(1) }}
- mode: single
Advertisement
Add Comment
Please, Sign In to add comment