Hi there !
After last updates, I have several issues, where I don’t understand, why things were working properly before, but now not anylonger at all… This home assistant is really driving me crazy by always rendering things to corrupt or non-working after more or less each update. I am really fed up of this and considering, not updating anymore at all → never change a running system… Here for example, I have this code in an automation:
> alias: Musik beim Kacken YouTube Music
> description: ""
> trigger:
> - platform: state
> entity_id:
> - binary_sensor.tradfri_motion_dusche_occupancy
> to: "on"
> condition:
> - condition: time
> after: "06:00:00"
> before: "22:00:00"
> action:
> - service: media_player.volume_set
> data:
> volume_level: 0.3
> target:
> entity_id: media_player.nestbadezimmer
> - service: mass.queue_command
> data:
> command: play
> uri: >-
> https://music.youtube.com/playlist?list=RDCLAK5uy_kbwWhB8U2QURJiXJC3dpkZMStgx845RUo
> enqueue_mode: play
> repeat_mode: all
> target:
> entity_id: media_player.nestbadezimmer
> - service: mass.queue_command
> data:
> command: play_media
> uri: >-
> https://music.youtube.com/playlist?list=RDCLAK5uy_kbwWhB8U2QURJiXJC3dpkZMStgx845RUo
> enqueue_mode: play
> target:
> entity_id: media_player.nestbadezimmer
> enabled: false
> mode: single
It was working for months now without any issue, but now, the log states following:
> Musik beim Kacken YouTube Music: Error executing script. Unexpected error for call_service at pos 2: URL is relative, but does not start with a /
>
> 16:09:44 – (FEHLER) Automatisierung - Die Nachricht ist zum ersten Mal am 16:09:44 aufgetreten und erscheint 2 mal
And I really have no idea, what this is talking about… Neither is the youtube URL there relative, nor did I change anything…
Can anybody help to find the problem ? Or do I really have to roll back to a previous version ?
Thanks for your ideas in advance !