🔥 Removes now obsolete i_like_to_be_pwned option

This commit is contained in:
Franck Nijhof 2019-03-28 23:50:01 +01:00
parent 64d3a5236a
commit 4b04c8b905
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 1 additions and 10 deletions

View file

@ -132,14 +132,6 @@ authentication on the VSCode by setting it to `true`.
**Note**: _We STRONGLY suggest, not to use this, even if this add-on is
only exposed to your internal network. USE AT YOUR OWN RISK!_
### Option: `i_like_to_be_pwned`
Adding this option to the add-on configuration allows to you bypass the
HaveIBeenPwned password requirement by setting it to `true`.
**Note**: _We STRONGLY suggest picking a stronger/safer password instead of
using this option! USE AT YOUR OWN RISK!_
## Embedding into Home Assistant
It is possible to embed VSCode directly into Home Assistant, allowing

View file

@ -40,7 +40,6 @@
"keyfile": "str",
"packages": ["str"],
"init_commands": ["str"],
"leave_front_door_open": "bool?",
"i_like_to_be_pwned": "bool?"
"leave_front_door_open": "bool?"
}
}