Created
February 23, 2022 12:51
-
-
Save niemyjski/56764325551f5c06d135074710251827 to your computer and use it in GitHub Desktop.
Home Assistant: Audio - Normalize levels to 10% at 9pm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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