Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script:
- set_initial_options:
- alias: "Set Initial Options"
- sequence:
- - service: rest_command.set_options
- data:
- entity: input_select.media_player
- # Her angiver vi vores elementer som en ordinær JSON liste
- # MEN omgivet af ' ', da vi skal have den overført til rest_command
- # som en string.
- elements: '["Stuens TV","Pigernes TV","Cornelies TV","Nathalies TV"]'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement