diff --git a/README.md b/README.md index 65e9a0bcb..a5b115244 100644 --- a/README.md +++ b/README.md @@ -667,10 +667,10 @@ SOFTWARE. [happy-bubbles-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [happy-bubbles-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [happy-bubbles-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-home-panel]: https://github.com/hassio-addons/addon-home-panel/tree/80dc043 -[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/80dc043/README.md +[addon-home-panel]: https://github.com/hassio-addons/addon-home-panel/tree/2b72070 +[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/2b72070/README.md [home-panel-issue]: https://github.com/hassio-addons/addon-home-panel/issues -[home-panel-version-shield]: https://img.shields.io/badge/version-80dc043-blue.svg +[home-panel-version-shield]: https://img.shields.io/badge/version-2b72070-blue.svg [home-panel-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/home-panel.svg [home-panel-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [home-panel-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/home-panel/CHANGELOG.md b/home-panel/CHANGELOG.md index 5b9ac3e5a..761d5d7ca 100644 --- a/home-panel/CHANGELOG.md +++ b/home-panel/CHANGELOG.md @@ -1,3 +1,5 @@ -2019/01/11 21:14 UTC - [80dc043](https://github.com/hassio-addons/addon-home-panel/commit/80dc04317c6a14adbdaee6c63d666b315209e250) by [@frenck](https://github.com/frenck) -> :shirt: Fixes MarkdownLint warnings +# Changelog since v0.1.0 + +2019/01/13 18:07 UTC - [2b72070](https://github.com/hassio-addons/addon-home-panel/commit/2b7207084e75bb4e075db8402b8e98fad112d478) by [@timmo001](https://github.com/timmo001) +> :hammer: Allow log_level to be used with API diff --git a/home-panel/README.md b/home-panel/README.md index 10a825741..05fa02bc3 100644 --- a/home-panel/README.md +++ b/home-panel/README.md @@ -50,7 +50,7 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/frenck [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-home-panel/blob/80dc043/README.md +[docs]: https://github.com/hassio-addons/addon-home-panel/blob/2b72070/README.md [forest-theme]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/forest-theme.png [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/home-panel-a-touch-compatible-webapp-for-controlling-the-home/62597?u=timmo001 @@ -60,5 +60,5 @@ If you are more interested in stable releases of our add-ons: [midnight-theme]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/midnight-theme.png [more-info-light]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/more-info-light.png [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-80dc043-blue.svg -[release]: https://github.com/hassio-addons/addon-home-panel/tree/80dc043 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-2b72070-blue.svg +[release]: https://github.com/hassio-addons/addon-home-panel/tree/2b72070 \ No newline at end of file diff --git a/home-panel/config.json b/home-panel/config.json index fcaa3f732..2506e687f 100644 --- a/home-panel/config.json +++ b/home-panel/config.json @@ -1,6 +1,6 @@ { "name": "Home Panel", - "version": "80dc043", + "version": "2b72070", "slug": "home-panel", "description": "A touch-compatible web frontend for controlling the home.", "url": "https://github.com/hassio-addons/addon-home-panel",