Updated apps

This commit is contained in:
2026-07-20 22:52:35 -04:00
parent 28a8cb98f6
commit a0c3271743
1164 changed files with 94781 additions and 6892 deletions
@@ -96,6 +96,26 @@ read_file:
min: 1
max: 10000
mode: box
yaml_path:
name: YAML Path
description: >-
Dotted key path. When set, the response also carries the round-trip
text of that YAML subtree under "subtree". Comments and HA tags
(!secret, !include) are preserved as written.
required: false
example: "alert2"
selector:
text:
include_parsed:
name: Include Parsed
description: >-
With yaml_path, also return the subtree as structured data under
"parsed". HA tags are rendered to their source form (!secret api_key)
and never resolved, so no secret value is exposed.
required: false
default: false
selector:
boolean:
write_file:
name: Write File