mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-04 19:01:21 +00:00
Prettified Code!
This commit is contained in:
parent
13913445bf
commit
76ee0d0d65
2 changed files with 9 additions and 9 deletions
|
@ -24,8 +24,8 @@ A web frontend for controlling the home.
|
|||
## About
|
||||
|
||||
A web frontend for controlling the home. Integrates with
|
||||
[Home Assistant][hass] as an alternative / additional frontend. Uses a
|
||||
customisable and themeable card based UI which can be used on a touch screen.
|
||||
[Home Assistant][hass] as an alternative / additional frontend. Uses a
|
||||
customisable and themeable card based UI which can be used on a touch screen.
|
||||
|
||||
[:books: Read the full add-on documentation][docs]
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Home Assistant Community Add-on: Home Panel
|
||||
|
||||
A web frontend for controlling the home. Integrates with
|
||||
[Home Assistant][hass] as an alternative / additional frontend. Uses a
|
||||
customisable and themeable card based UI which can be used on a touch screen.
|
||||
[Home Assistant][hass] as an alternative / additional frontend. Uses a
|
||||
customisable and themeable card based UI which can be used on a touch screen.
|
||||
|
||||
## Installation
|
||||
|
||||
|
@ -41,7 +41,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
|
||||
|
@ -73,12 +73,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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue