Fix Volume Adjusting
This commit is contained in:
@@ -132,7 +132,7 @@ automation:
|
||||
- "{{ is_state('input_boolean.ht_adjust_volume_hvac', 'on') }}"
|
||||
- "{{ is_state('input_boolean.ht_volume_adjusted', 'off') }}"
|
||||
- "{{ is_state('media_player.living_room_receiver', 'on') }}"
|
||||
- "{{ is_state_attr('media_player.living_room_receiver', 'is_volume_muted', 'off') }}"
|
||||
- "{{ is_state_attr('media_player.living_room_receiver', 'is_volume_muted', false) }}"
|
||||
action:
|
||||
- repeat:
|
||||
count: 6
|
||||
@@ -159,7 +159,7 @@ automation:
|
||||
- "{{ is_state('input_boolean.ht_adjust_volume_hvac', 'on') }}"
|
||||
- "{{ is_state('input_boolean.ht_volume_adjusted', 'on') }}"
|
||||
- "{{ is_state('media_player.living_room_receiver', 'on') }}"
|
||||
- "{{ is_state_attr('media_player.living_room_receiver', 'is_volume_muted', 'off') }}"
|
||||
- "{{ is_state_attr('media_player.living_room_receiver', 'is_volume_muted', false) }}"
|
||||
action:
|
||||
- repeat:
|
||||
count: 6
|
||||
|
||||
Reference in New Issue
Block a user