⬆️ Updating add-on Lovelace Migration to ad69c84

This commit is contained in:
Community Hass.io Add-ons Bot 2019-01-09 20:48:04 +00:00
parent 1d89e6d2c0
commit f2b900b411
4 changed files with 20 additions and 17 deletions

View file

@ -689,10 +689,10 @@ SOFTWARE.
[log-viewer-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[log-viewer-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[log-viewer-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-lovelace-migration]: https://github.com/hassio-addons/addon-lovelace-migration/tree/1c7a699
[addon-doc-lovelace-migration]: https://github.com/hassio-addons/addon-lovelace-migration/blob/1c7a699/README.md
[addon-lovelace-migration]: https://github.com/hassio-addons/addon-lovelace-migration/tree/ad69c84
[addon-doc-lovelace-migration]: https://github.com/hassio-addons/addon-lovelace-migration/blob/ad69c84/README.md
[lovelace-migration-issue]: https://github.com/hassio-addons/addon-lovelace-migration/issues
[lovelace-migration-version-shield]: https://img.shields.io/badge/version-1c7a699-blue.svg
[lovelace-migration-version-shield]: https://img.shields.io/badge/version-ad69c84-blue.svg
[lovelace-migration-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/lovelace-migration.svg
[lovelace-migration-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[lovelace-migration-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,14 +1,17 @@
# Changelog since v0.2.1
# Changelog since v0.3.0
2018/09/25 10:13 UTC - [1c7a699](https://github.com/hassio-addons/addon-lovelace-migration/commit/1c7a6997b577c63cfb92c203a0d0ced5165ce578) by [@frenck](https://github.com/frenck)
> :snowflake: Adds Hassio API security role
2019/01/09 20:01 UTC - [ad69c84](https://github.com/hassio-addons/addon-lovelace-migration/commit/ad69c8450f7983b4cbecab6339a33016555f71e4) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades add-on base image to 2.3.1
2018/09/25 10:13 UTC - [ffedb8f](https://github.com/hassio-addons/addon-lovelace-migration/commit/ffedb8ff109b692ee8c732aa6f5d602abbab389c) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades base image to v2.3.0
2019/01/09 20:01 UTC - [b80b695](https://github.com/hassio-addons/addon-lovelace-migration/commit/b80b695f392cb90bbcae559fce806c6b7c92e6bb) by [@frenck](https://github.com/frenck)
> :tractor: :rocket: Refactor of GitLab CI
2018/09/25 10:13 UTC - [77dbd18](https://github.com/hassio-addons/addon-lovelace-migration/commit/77dbd185ed94e9132cb931cd944060839755b84c) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades Python to 3.6.6-r0
2019/01/09 20:01 UTC - [8028be4](https://github.com/hassio-addons/addon-lovelace-migration/commit/8028be4499a30fa580bfd6f260f8ae1441b5f6e0) by [@frenck](https://github.com/frenck)
> :fireworks: Updates maintenance year to 2019
2018/09/25 10:13 UTC - [16c885a](https://github.com/hassio-addons/addon-lovelace-migration/commit/16c885af62ae1b98eca8124036e260f07b24b416) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades base image to v2.2.0
2019/01/09 20:01 UTC - [e493a30](https://github.com/hassio-addons/addon-lovelace-migration/commit/e493a3060d64e06c2d529f70462987b28437acec) by [@frenck](https://github.com/frenck)
> :fire: Removes BountySource links
2019/01/09 20:01 UTC - [f3587b2](https://github.com/hassio-addons/addon-lovelace-migration/commit/f3587b2c231792f044ebc2cd0273eb00f03974c3) by [@frenck](https://github.com/frenck)
> :pencil2: Fixes spelling error in Dockerfile

View file

@ -48,9 +48,9 @@ If you are more interested in stable releases of our add-ons:
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[lovelace-docs]: https://www.home-assistant.io/lovelace/
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[release-shield]: https://img.shields.io/badge/version-1c7a699-blue.svg
[release]: https://github.com/hassio-addons/addon-lovelace-migration/tree/1c7a699
[docs]: https://github.com/hassio-addons/addon-lovelace-migration/blob/1c7a699/README.md
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
[release-shield]: https://img.shields.io/badge/version-ad69c84-blue.svg
[release]: https://github.com/hassio-addons/addon-lovelace-migration/tree/ad69c84
[docs]: https://github.com/hassio-addons/addon-lovelace-migration/blob/ad69c84/README.md
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
[buymeacoffee]: https://www.buymeacoffee.com/dale3h

View file

@ -1,6 +1,6 @@
{
"name": "Lovelace Migration",
"version": "1c7a699",
"version": "ad69c84",
"slug": "lovelace-migration",
"description": "Automatically convert your existing UI to the new Lovelace UI",
"url": "https://github.com/hassio-addons/addon-lovelace-migration",