Skip to content

Instantly share code, notes, and snippets.

@kevinvincent
Created March 3, 2023 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinvincent/e0f236b5fdab5bd94dec9f201fed086e to your computer and use it in GitHub Desktop.
Save kevinvincent/e0f236b5fdab5bd94dec9f201fed086e to your computer and use it in GitHub Desktop.
alias: Sound Volume Reset Off
description: ""
trigger:
- platform: state
entity_id:
- media_player.rokutv
to: standby
condition: []
action:
- service: media_player.volume_set
data:
volume_level: 0.15
target:
entity_id: media_player.sonos_arc_sl
mode: single
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment