aboutsummaryrefslogtreecommitdiff
path: root/interface.json
diff options
context:
space:
mode:
authorRoman Melnikov2024-02-16 14:49:44 +0100
committerGitHub2024-02-16 14:49:44 +0100
commit0a0187794ac7f7a1e62cda3dabf8dc041f868790 (patch)
tree57e0fed6d50a149c6d5c808f671495191977d80d /interface.json
parent1776009f1f3fb2b5d236b84d9815f2edee463a9b (diff)
parent5f694ef481610e8c4c77bb963b49e2d3b0d4db3c (diff)
Merge pull request #257 from n-hass/feature/interactive-sudo
Add support for entering sudo password interactively
Diffstat (limited to 'interface.json')
-rw-r--r--interface.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/interface.json b/interface.json
index c733f25..a96d1c2 100644
--- a/interface.json
+++ b/interface.json
@@ -35,6 +35,9 @@
},
"tempPath": {
"type": "string"
+ },
+ "interactiveSudo": {
+ "type": "boolean"
}
}
},