mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-04 19:21:26 +00:00
⬆️ Updating add-on Lovelace Migration to daa601f
This commit is contained in:
parent
af3e619e4a
commit
8b42ef991f
6 changed files with 121 additions and 0 deletions
23
README.md
23
README.md
|
@ -210,6 +210,19 @@ Browser-based log utility for Hass.io (Home Assistant)
|
|||
|
||||
[:books: Log Viewer add-on documentation][addon-doc-log-viewer]
|
||||
|
||||
### ✓ [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]
|
||||
|
@ -386,6 +399,7 @@ on the correct GitHub repository matching the add-on.
|
|||
- [Open an issue for the add-on: InfluxDB][influxdb-issue]
|
||||
- [Open an issue for the add-on: Jupyter][jupyter-issue]
|
||||
- [Open an issue for the add-on: Log Viewer][log-viewer-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]
|
||||
|
@ -563,6 +577,15 @@ 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/daa601f
|
||||
[addon-doc-lovelace-migration]: https://github.com/hassio-addons/addon-lovelace-migration/blob/daa601f/README.md
|
||||
[lovelace-migration-issue]: https://github.com/hassio-addons/addon-lovelace-migration/issues
|
||||
[lovelace-migration-version-shield]: https://img.shields.io/badge/version-daa601f-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/e974aea
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/e974aea/README.md
|
||||
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
|
||||
|
|
3
lovelace-migration/CHANGELOG.md
Normal file
3
lovelace-migration/CHANGELOG.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
2018/07/26 21:03 UTC - [daa601f](https://github.com/hassio-addons/addon-lovelace-migration/commit/daa601f080905a79500b0a75fb30a9f3078fd288) by [@dale3h](https://github.com/dale3h)
|
||||
> 📚 Fixes Lovelace docs link
|
||||
|
56
lovelace-migration/README.md
Normal file
56
lovelace-migration/README.md
Normal file
|
@ -0,0 +1,56 @@
|
|||
# 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 AN EDGE VERSION!
|
||||
|
||||
This Hass.io Add-ons repository contains edge builds of add-ons. Edge builds
|
||||
add-ons are based upon the latest development version.
|
||||
|
||||
- They may not work at all.
|
||||
- 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.
|
||||
- Developers.
|
||||
|
||||
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/
|
||||
[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-daa601f-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-lovelace-migration/tree/daa601f
|
||||
[docs]: https://github.com/hassio-addons/addon-lovelace-migration/blob/daa601f/README.md
|
||||
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
|
||||
[buymeacoffee]: https://www.buymeacoffee.com/dale3h
|
39
lovelace-migration/config.json
Normal file
39
lovelace-migration/config.json
Normal file
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"name": "Lovelace Migration",
|
||||
"version": "daa601f",
|
||||
"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": "auto",
|
||||
"hassio_api": true,
|
||||
"homeassistant_api": true,
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"backup:rw"
|
||||
],
|
||||
"options": {
|
||||
"log_level": "info",
|
||||
"output": "/config/ui-lovelace.yaml",
|
||||
"init_commands": [],
|
||||
"post_commands": []
|
||||
},
|
||||
"schema": {
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
|
||||
"output": "str",
|
||||
"init_commands": [
|
||||
"str"
|
||||
],
|
||||
"post_commands": [
|
||||
"str"
|
||||
]
|
||||
},
|
||||
"image": "hassioaddons/lovelace-migration"
|
||||
}
|
BIN
lovelace-migration/icon.png
Normal file
BIN
lovelace-migration/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
BIN
lovelace-migration/logo.png
Normal file
BIN
lovelace-migration/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 463 KiB |
Loading…
Add table
Add a link
Reference in a new issue