Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95419

Help with music automation

$
0
0

@mattpitts74 wrote:

Hi Guys,

I’ve done this before but forgotten how I did it previously. I’m just trying to get a simple automation going that plays a specific playlist from my squeezebox server when I choose an input select.

I’ve tried variations on the following without any luck:

- id: '1586725533383'
  alias: Play radio four
  description: ''
  trigger:
  - entity_id: input_select.radio_select
    from: None
    platform: state
    to: Radio four
  condition: []
  action:
  - data:
      command: playlist play
      parameters: http://192.168.0.149/media/music/playlists/radiofour.m3u
    entity_id: media_player.kitchenplayer
    service: squeezebox.call_method

Any help with this would be much appreciated.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 95419

Trending Articles