input_select
0
# Starta radion i köket
turn_on_radio:
alias: "Alexa: Starta radion i köket"
sequence:
- service: input_select.select_option
data_template:
entity_id: input_select.chromecast_audio_kitchen
option: >
{% if (now().weekday() == 6 and now().hour <= 11) or ( now().weekday() in [ 0,1,2,3,4 ] ) %}
Sveriges Radio P1
{% elif (now().weekday() == 6 and now().hour >= 11) or now().weekday() == 5 %}
Sveriges Radio P4 Stockholm
{% else %}
tyst
{% endif %}