🎉 Release of add-on Home Assistant Control Panel 1.1.0

This commit is contained in:
Community Hass.io Add-ons Bot 2018-05-13 20:11:52 +00:00
parent b31f7e2348
commit eaafd6dcc2
4 changed files with 60 additions and 8 deletions

View file

@ -329,10 +329,10 @@ SOFTWARE.
[ftp-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[ftp-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[ftp-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-control-panel]: https://github.com/hassio-addons/addon-control-panel/tree/v1.0.0
[addon-doc-control-panel]: https://github.com/hassio-addons/addon-control-panel/blob/v1.0.0/README.md
[addon-control-panel]: https://github.com/hassio-addons/addon-control-panel/tree/v1.1.0
[addon-doc-control-panel]: https://github.com/hassio-addons/addon-control-panel/blob/v1.1.0/README.md
[control-panel-issue]: https://github.com/hassio-addons/addon-control-panel/issues
[control-panel-version-shield]: https://img.shields.io/badge/version-v1.0.0-blue.svg
[control-panel-version-shield]: https://img.shields.io/badge/version-v1.1.0-blue.svg
[control-panel-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/control-panel-armhf.svg
[control-panel-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[control-panel-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -0,0 +1,26 @@
[Full Changelog][changelog]
### Added
- Adds .yamllint configuration
- Adds Probot configuration
- Adds add-on README template
- Adds Gitlab CI
### Fixed
- Fixes Markdownlint warning in License
- Fixes hadolint warnings
### Changed
- Replaces Changelog with GitHub releases
- Updates README
- Upgrades add-on base image to v1.4.1
### Removed
- Removes CodeClimate
- Removes CircleCI
[changelog]: https://github.com/hassio-addons/addon-control-panel/compare/v1.0.0...v1.1.0

View file

@ -1,7 +1,33 @@
# Community Hass.io Add-ons: Home Assistant Control Panel
This is just a configuration stub to make the Hass.io repository work.
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
The add-on itself can be found at the following URL:
[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum]
<https://github.com/hassio-addons/addon-control-panel>
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
Simple to use control panel for the ultimate home automation setup.
## About
Using a phone or tablet device, you can hook into your Home Assistant server
and get access to a simple to use Control Panel. Mount the device on your
wall to create the ultimate home automation accessory and unlock the true
potential of your Smart devices.
[Click here for the full documentation][docs]
![Home Assistant Control Panel screenshot][screenshot]
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
[buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e
[docs]: https://github.com/hassio-addons/addon-control-panel/blob/v1.1.0/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-home-assistant-control-panel/49634?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v1.1.0-blue.svg
[release]: https://github.com/hassio-addons/addon-control-panel/tree/v1.1.0
[screenshot]: https://github.com/hassio-addons/addon-control-panel/raw/master/images/screenshot.jpg

View file

@ -1,6 +1,6 @@
{
"name": "Home Assistant Control Panel",
"version": "1.0.0",
"version": "1.1.0",
"slug": "control-panel",
"description": "Simple to use control panel for the ultimate home automation setup",
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-home-assistant-control-panel/49634?u=frenck",
@ -38,4 +38,4 @@
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
},
"image": "hassioaddons/control-panel-{arch}"
}
}