Skip to content

Instantly share code, notes, and snippets.

@niemyjski
Created February 23, 2022 12:51
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 niemyjski/56764325551f5c06d135074710251827 to your computer and use it in GitHub Desktop.
Save niemyjski/56764325551f5c06d135074710251827 to your computer and use it in GitHub Desktop.
Home Assistant: Audio - Normalize levels to 10% at 9pm
alias: Audio - Normalize levels to 10% at 9pm
trigger:
- platform: time
at: '21:00:00'
action:
- service: media_player.volume_set
data:
volume_level: 0.1
entity_id: media_player.everywhere,media_player.kitchen
mode: single
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment