diff --git a/README.md b/README.md index a258935c..5cd76ca2 100644 --- a/README.md +++ b/README.md @@ -342,10 +342,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 diff --git a/control-panel/CHANGELOG.md b/control-panel/CHANGELOG.md index be787ead..a1cc5c59 100644 --- a/control-panel/CHANGELOG.md +++ b/control-panel/CHANGELOG.md @@ -1 +1,26 @@ -🎉 Initial release! \ No newline at end of file +[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 \ No newline at end of file diff --git a/control-panel/README.md b/control-panel/README.md new file mode 100644 index 00000000..392eb064 --- /dev/null +++ b/control-panel/README.md @@ -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: + + + +[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 \ No newline at end of file diff --git a/control-panel/config.json b/control-panel/config.json index 20bb9680..b3f2195c 100644 --- a/control-panel/config.json +++ b/control-panel/config.json @@ -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",