Skip to content

Set individual Volume in Group #15

Answered by B5r1oJ0A9G
blackmore190 asked this question in Q&A
Discussion options

You must be logged in to vote

I guess what you're seeking for is teufel_raumfeld.abs_volume_set. Its main purpose is to set the volume of all speakers in a group to an absolute volume. But it also supports an optional parameter for a room or a list of room names to set the absolute volume only to this resp. to them.

In the following example, first the volume of all speakers in a speaker group is set to 30% and then the volume of the Kitchen speaker is set to 20%.

alias: Reset volume of Living room, Dining & Kitchen speakers
sequence:
  - service: teufel_raumfeld.abs_volume_set
    data:
      volume_level: 0.3
    entity_id: media_player.group_dining_kitchen_livingroom
  - service: teufel_raumfeld.abs_volume_set
    data

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@blackmore190
Comment options

Answer selected by B5r1oJ0A9G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants