mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-06-16 11:28:40 +00:00
Changes required for 2-tap-or-toggle-dont-work-on-venu-2
Made the 'service' field for taps mandatory. This makes scripts work for both the emulator and real devices. Provide a response for automations started with a tap, and now they can be used for both tap and toggle.
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
"type": { "const": "tap" },
|
||||
"service": { "$ref": "#/$defs/entity" }
|
||||
},
|
||||
"required": ["entity", "name", "type"],
|
||||
"required": ["entity", "name", "type", "service"],
|
||||
"additionalProperties": false
|
||||
},
|
||||
"menu": {
|
||||
|
Reference in New Issue
Block a user