mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 12:11:33 +00:00
⬆️ Updating add-on Lovelace Migration to af84585
This commit is contained in:
parent
d2323cfe3e
commit
b3fc41edde
4 changed files with 12 additions and 14 deletions
|
@ -577,10 +577,10 @@ SOFTWARE.
|
||||||
[log-viewer-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
[log-viewer-i386-shield]: https://img.shields.io/badge/i386-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/dd63b21
|
[addon-lovelace-migration]: https://github.com/hassio-addons/addon-lovelace-migration/tree/af84585
|
||||||
[addon-doc-lovelace-migration]: https://github.com/hassio-addons/addon-lovelace-migration/blob/dd63b21/README.md
|
[addon-doc-lovelace-migration]: https://github.com/hassio-addons/addon-lovelace-migration/blob/af84585/README.md
|
||||||
[lovelace-migration-issue]: https://github.com/hassio-addons/addon-lovelace-migration/issues
|
[lovelace-migration-issue]: https://github.com/hassio-addons/addon-lovelace-migration/issues
|
||||||
[lovelace-migration-version-shield]: https://img.shields.io/badge/version-dd63b21-blue.svg
|
[lovelace-migration-version-shield]: https://img.shields.io/badge/version-af84585-blue.svg
|
||||||
[lovelace-migration-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/lovelace-migration.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-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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
2018/07/26 21:53 UTC - [dd63b21](https://github.com/hassio-addons/addon-lovelace-migration/commit/dd63b217423ca90e8ee88e871298b869fb08ad65) by [@frenck](https://github.com/frenck)
|
2018/07/26 22:26 UTC - [af84585](https://github.com/hassio-addons/addon-lovelace-migration/commit/af8458536e3618eae9257cd9bba3c9a717471d6c) by [@dale3h](https://github.com/dale3h)
|
||||||
> :shirt: Improves log messages format (#3)
|
> 🚀 Changes boot to manual
|
||||||
|
|
||||||
* :shirt: Improves log output
|
|
||||||
|
|
||||||
* :shirt: config.json styling
|
|
||||||
|
|
||||||
|
|
|
@ -49,8 +49,8 @@ If you are more interested in stable releases of our add-ons:
|
||||||
[discord]: https://discord.gg/c5DvZ4e
|
[discord]: https://discord.gg/c5DvZ4e
|
||||||
[lovelace-docs]: https://www.home-assistant.io/lovelace/
|
[lovelace-docs]: https://www.home-assistant.io/lovelace/
|
||||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-dd63b21-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-af84585-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-lovelace-migration/tree/dd63b21
|
[release]: https://github.com/hassio-addons/addon-lovelace-migration/tree/af84585
|
||||||
[docs]: https://github.com/hassio-addons/addon-lovelace-migration/blob/dd63b21/README.md
|
[docs]: https://github.com/hassio-addons/addon-lovelace-migration/blob/af84585/README.md
|
||||||
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
|
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
|
||||||
[buymeacoffee]: https://www.buymeacoffee.com/dale3h
|
[buymeacoffee]: https://www.buymeacoffee.com/dale3h
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Lovelace Migration",
|
"name": "Lovelace Migration",
|
||||||
"version": "dd63b21",
|
"version": "af84585",
|
||||||
"slug": "lovelace-migration",
|
"slug": "lovelace-migration",
|
||||||
"description": "Automatically convert your existing UI to the new Lovelace UI",
|
"description": "Automatically convert your existing UI to the new Lovelace UI",
|
||||||
"url": "https://github.com/hassio-addons/addon-lovelace-migration",
|
"url": "https://github.com/hassio-addons/addon-lovelace-migration",
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
"armhf",
|
"armhf",
|
||||||
"i386"
|
"i386"
|
||||||
],
|
],
|
||||||
"boot": "auto",
|
"boot": "manual",
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"homeassistant_api": true,
|
"homeassistant_api": true,
|
||||||
"map": [
|
"map": [
|
||||||
|
@ -22,12 +22,14 @@
|
||||||
"options": {
|
"options": {
|
||||||
"log_level": "info",
|
"log_level": "info",
|
||||||
"output": "/config/ui-lovelace.yaml",
|
"output": "/config/ui-lovelace.yaml",
|
||||||
|
"auto_backups": true,
|
||||||
"init_commands": [],
|
"init_commands": [],
|
||||||
"post_commands": []
|
"post_commands": []
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
|
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
|
||||||
"output": "str",
|
"output": "str",
|
||||||
|
"auto_backups": "bool",
|
||||||
"init_commands": [
|
"init_commands": [
|
||||||
"str"
|
"str"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue