Update HomeAssistantMenuItemFactory.mc

Reverting picker => data change, as I think the original was correct, compiled and functionally worked.
This commit is contained in:
Philip Abbey
2025-11-02 17:41:21 +00:00
parent bc5a7d04e4
commit 60f754f3e3

View File

@@ -155,8 +155,8 @@ class HomeAssistantMenuItemFactory {
label as Lang.String or Lang.Symbol,
entity_id as Lang.String?,
template as Lang.String?,
action as Lang.String?,
data as Lang.Dictionary?,
action as Lang.String?,
picker as Lang.Dictionary,
options as {
:exit as Lang.Boolean,
:confirm as Lang.Boolean,