Prettified Code!

This commit is contained in:
frenck 2021-01-22 09:04:02 +00:00 committed by GitHub Action
parent fa45092402
commit a19c44f525
4 changed files with 27 additions and 27 deletions

View file

@ -8,19 +8,19 @@ In the interest of fostering an open and welcoming environment, we as contributo
Examples of behavior that contributes to creating a positive environment include:
* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members
- Using welcoming and inclusive language
- Being respectful of differing viewpoints and experiences
- Gracefully accepting constructive criticism
- Focusing on what is best for the community
- Showing empathy towards other community members
Examples of unacceptable behavior by participants include:
* The use of sexualized language or imagery and unwelcome sexual attention or advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a professional setting
- The use of sexualized language or imagery and unwelcome sexual attention or advances
- Trolling, insulting/derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or electronic address, without explicit permission
- Other conduct which could reasonably be considered inappropriate in a professional setting
## Our Responsibilities

View file

@ -13,5 +13,5 @@ You are welcome to edit, fork and create pull requests as you like.
## Docs
Feel free to improve documentation as you like by making a pull request in
`/docs`. Once merged into the master branch, my ci server will update the
docs in the `gh-pages` branch.
`/docs`. Once merged into the master branch, my ci server will update the
docs in the `gh-pages` branch.

View file

@ -44,7 +44,7 @@ dealing with an unknown issue. Possible values are:
- `debug`: Shows detailed debug information.
- `info`: Normal (usually) interesting events.
- `warning`: Exceptional occurrences that are not errors.
- `error`: Runtime errors that do not require immediate action.
- `error`: Runtime errors that do not require immediate action.
- `fatal`: Something went terribly wrong. Add-on becomes unusable.
Please note that each level automatically includes log messages from a
@ -72,19 +72,19 @@ The private key file to use for SSL.
### Option: `default_theme`
The default theme for each user. The pre-installed themes are `default` and
`morning`. You can add more using the next option.
`morning`. You can add more using the next option.
**Note**: _The theme can still be changed in the settings of the app_
### Option: `themes`
A list of themes to install which can be found in the [npm registry][themes].
Use the name of the package. (refer to the example above)
Use the name of the package. (refer to the example above)
### Option: `users`
A list of users to setup. At first, these will use the default password
`hassio`. **Make sure you change your password as soon as you login!**
`hassio`. **Make sure you change your password as soon as you login!**
## Changelog & Releases
@ -93,12 +93,12 @@ functionality. The format of the log is based on
[Keep a Changelog][keepchangelog].
Releases are based on [Semantic Versioning][semver], and use the format
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented
of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
based on the following:
- ``MAJOR``: Incompatible or major changes.
- ``MINOR``: Backwards-compatible new features and enhancements.
- ``PATCH``: Backwards-compatible bugfixes and package updates.
- `MAJOR`: Incompatible or major changes.
- `MINOR`: Backwards-compatible new features and enhancements.
- `PATCH`: Backwards-compatible bugfixes and package updates.
## Support

View file

@ -1,8 +1,8 @@
{
"password": "$2a$11$yq4ZxpU9QYlVvqGPX86KauLBPJVcJUlhSBFyCAzQ8XAguTmsv/Nr2",
"log": true,
"awayMessage": "",
"networks": [],
"sessions": {},
"clientSettings": {}
}
"password": "$2a$11$yq4ZxpU9QYlVvqGPX86KauLBPJVcJUlhSBFyCAzQ8XAguTmsv/Nr2",
"log": true,
"awayMessage": "",
"networks": [],
"sessions": {},
"clientSettings": {}
}