mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Lovelace Migration to 1c7a699
This commit is contained in:
parent
aa76b16a5b
commit
9669d72857
4 changed files with 14 additions and 10 deletions
|
@ -684,10 +684,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/ffedb8f
|
||||
[addon-doc-lovelace-migration]: https://github.com/hassio-addons/addon-lovelace-migration/blob/ffedb8f/README.md
|
||||
[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
|
||||
[lovelace-migration-issue]: https://github.com/hassio-addons/addon-lovelace-migration/issues
|
||||
[lovelace-migration-version-shield]: https://img.shields.io/badge/version-ffedb8f-blue.svg
|
||||
[lovelace-migration-version-shield]: https://img.shields.io/badge/version-1c7a699-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
|
||||
|
|
|
@ -1,11 +1,14 @@
|
|||
# Changelog since v0.2.1
|
||||
|
||||
2018/09/24 21:10 UTC - [ffedb8f](https://github.com/hassio-addons/addon-lovelace-migration/commit/ffedb8ff109b692ee8c732aa6f5d602abbab389c) by [@frenck](https://github.com/frenck)
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
2018/09/24 21:10 UTC - [77dbd18](https://github.com/hassio-addons/addon-lovelace-migration/commit/77dbd185ed94e9132cb931cd944060839755b84c) by [@frenck](https://github.com/frenck)
|
||||
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
|
||||
|
||||
2018/09/24 21:10 UTC - [16c885a](https://github.com/hassio-addons/addon-lovelace-migration/commit/16c885af62ae1b98eca8124036e260f07b24b416) by [@frenck](https://github.com/frenck)
|
||||
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
|
||||
|
||||
|
|
|
@ -49,8 +49,8 @@ If you are more interested in stable releases of our add-ons:
|
|||
[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-ffedb8f-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-lovelace-migration/tree/ffedb8f
|
||||
[docs]: https://github.com/hassio-addons/addon-lovelace-migration/blob/ffedb8f/README.md
|
||||
[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
|
||||
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
|
||||
[buymeacoffee]: https://www.buymeacoffee.com/dale3h
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Lovelace Migration",
|
||||
"version": "ffedb8f",
|
||||
"version": "1c7a699",
|
||||
"slug": "lovelace-migration",
|
||||
"description": "Automatically convert your existing UI to the new Lovelace UI",
|
||||
"url": "https://github.com/hassio-addons/addon-lovelace-migration",
|
||||
|
@ -13,6 +13,7 @@
|
|||
],
|
||||
"boot": "manual",
|
||||
"hassio_api": true,
|
||||
"hassio_role": "default",
|
||||
"homeassistant_api": true,
|
||||
"map": [
|
||||
"config:rw",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue