Preserve tap action data for numeric picker actions

Pass tap_action.data into numeric menu items and merge it with the selected picker value before calling the Home Assistant service.
This commit is contained in:
StumblingGamer
2026-06-22 11:03:23 -04:00
parent 2fb59d2a56
commit b1fb5d9417
3 changed files with 21 additions and 7 deletions

View File

@@ -141,6 +141,7 @@ class HomeAssistantView extends WatchUi.Menu2 {
entity,
content,
action,
data,
picker,
{
:exit => exit,