🎉 Release of add-on Lovelace Migration 0.1.0

This commit is contained in:
Community Hass.io Add-ons Bot 2018-07-26 23:00:56 +00:00
parent a75c7e975e
commit 4ece0721ef
6 changed files with 121 additions and 0 deletions

View file

@ -181,6 +181,19 @@ Scalable datastore for metrics, events, and real-time analytics
[:books: InfluxDB add-on documentation][addon-doc-influxdb]
### ✓ [Lovelace Migration][addon-lovelace-migration]
![Latest Version][lovelace-migration-version-shield]
![Supports armhf Architecture][lovelace-migration-armhf-shield]
![Supports aarch64 Architecture][lovelace-migration-aarch64-shield]
![Supports amd64 Architecture][lovelace-migration-amd64-shield]
![Supports i386 Architecture][lovelace-migration-i386-shield]
![Docker Pulls][lovelace-migration-pulls-shield]
Automatically convert your existing UI to the new Lovelace UI
[:books: Lovelace Migration add-on documentation][addon-doc-lovelace-migration]
### ✓ [Node-RED][addon-node-red]
![Latest Version][node-red-version-shield]
@ -363,6 +376,7 @@ on the correct GitHub repository matching the add-on.
- [Open an issue for the add-on: Homebridge][homebridge-issue]
- [Open an issue for the add-on: IDE][ide-issue]
- [Open an issue for the add-on: InfluxDB][influxdb-issue]
- [Open an issue for the add-on: Lovelace Migration][lovelace-migration-issue]
- [Open an issue for the add-on: Node-RED][node-red-issue]
- [Open an issue for the add-on: Octobox][octobox-issue]
- [Open an issue for the add-on: Pi-hole][pi-hole-issue]
@ -522,6 +536,15 @@ SOFTWARE.
[influxdb-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[influxdb-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[influxdb-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-lovelace-migration]: https://github.com/hassio-addons/addon-lovelace-migration/tree/v0.1.0
[addon-doc-lovelace-migration]: https://github.com/hassio-addons/addon-lovelace-migration/blob/v0.1.0/README.md
[lovelace-migration-issue]: https://github.com/hassio-addons/addon-lovelace-migration/issues
[lovelace-migration-version-shield]: https://img.shields.io/badge/version-v0.1.0-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
[lovelace-migration-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[lovelace-migration-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v0.5.0
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v0.5.0/README.md
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues

View file

@ -0,0 +1 @@
Initial release 🎉

View file

@ -0,0 +1,53 @@
# Community Hass.io Add-ons: Lovelace Migration
[![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]
This add-on automatically converts your existing UI to the new Lovelace UI.
## About
The new Lovelace UI for Home Assistant is here, and it is extremely fast,
extremely customizable and extremely extensible.
Building the Lovelace UI configuration from scratch can be a bit of a
daunting task, so this add-on helps create a starting point to work from.
In most cases you will only need to run this add-on once, but if ever you
do you need to run it again, backups of your existing `ui-lovelace.yaml` file
are automatically created and maintained.
[Click here to read more about Lovelace UI][lovelace-docs]
[Click here for the full documentation][docs]
## 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>
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-lovelace-migration/61552?u=dale3h
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e
[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-v0.1.0-blue.svg
[release]: https://github.com/hassio-addons/addon-lovelace-migration/tree/v0.1.0
[docs]: https://github.com/hassio-addons/addon-lovelace-migration/blob/v0.1.0/README.md
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
[buymeacoffee]: https://www.buymeacoffee.com/dale3h

View file

@ -0,0 +1,44 @@
{
"name": "Lovelace Migration",
"version": "0.1.0",
"slug": "lovelace-migration",
"description": "Automatically convert your existing UI to the new Lovelace UI",
"url": "https://github.com/hassio-addons/addon-lovelace-migration",
"startup": "once",
"arch": [
"aarch64",
"amd64",
"armhf",
"i386"
],
"boot": "manual",
"hassio_api": true,
"homeassistant_api": true,
"map": [
"config:rw",
"share:rw",
"backup:rw"
],
"options": {
"log_level": "info",
"output": "/config/ui-lovelace.yaml",
"auto_backups": true,
"init_commands": [],
"post_commands": []
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
"output": "str",
"auto_backups": "bool",
"init_commands": [
"str"
],
"post_commands": [
"str"
]
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
},
"image": "hassioaddons/lovelace-migration"
}

BIN
lovelace-migration/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
lovelace-migration/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 463 KiB