🎉 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:59 +00:00
parent 3c19ba6f9d
commit 3dea1b2bfa
4 changed files with 79 additions and 5 deletions

View file

@ -342,10 +342,10 @@ SOFTWARE.
[ftp-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[ftp-i386-shield]: https://img.shields.io/badge/i386-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-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.0.0/README.md [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-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-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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[control-panel-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [control-panel-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1 +1,26 @@
🎉 Initial release! [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

49
control-panel/README.md Normal file
View file

@ -0,0 +1,49 @@
# Community Hass.io Add-ons: Home Assistant Control Panel
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum]
[![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]
## WARNING! THIS IS A BETA VERSION!
This Hass.io Add-ons repository contains beta releases of add-ons.
- They might stop working at any time.
- They could have a negative impact on your system.
This repository was created for:
- Anybody willing to test.
- Anybody interested in trying out upcoming add-ons or add-on features.
If you are more interested in stable releases of our add-ons:
<https://github.com/hassio-addons/repository>
[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", "name": "Home Assistant Control Panel",
"version": "1.0.0", "version": "1.1.0",
"slug": "control-panel", "slug": "control-panel",
"description": "Simple to use control panel for the ultimate home automation setup", "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", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-home-assistant-control-panel/49634?u=frenck",