Skip to content

Commit

Permalink
Merge pull request #1341 from tobias-groeger/fix/action-name-tap-serv…
Browse files Browse the repository at this point in the history
…ice-data

Fix wrong variable referenced for service data for name hold action
  • Loading branch information
basbruss authored Jul 31, 2023
2 parents 7139671 + 168f66b commit 577ccbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ ulm_actions_name:
'entity_id': entity.entity_id
};
}
return variables.ulm_card_name_service_data;
return variables.ulm_name_hold_service_data;
]]]
browser_mod:
service: "browser_mod.popup"
Expand Down

0 comments on commit 577ccbd

Please sign in to comment.