mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix erroneous addition of service:
key in ha-automation-action-play_media
element (#22294)
fix: no longer erroneously set 'service' in ha-automation-action-play_media
This commit is contained in:
parent
5877d69c87
commit
ffc0435144
@ -52,7 +52,7 @@ export class HaPlayMediaAction extends LitElement implements ActionElement {
|
||||
fireEvent(this, "value-changed", {
|
||||
value: {
|
||||
...this.action,
|
||||
service: "media_player.play_media",
|
||||
action: "media_player.play_media",
|
||||
target: { entity_id: ev.detail.value.entity_id },
|
||||
data: {
|
||||
media_content_id: ev.detail.value.media_content_id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user