mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 20:21:32 +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
|
@ -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)
|
||||
> :shirt: Improves log messages format (#3)
|
||||
|
||||
* :shirt: Improves log output
|
||||
|
||||
* :shirt: config.json styling
|
||||
2018/07/26 22:26 UTC - [af84585](https://github.com/hassio-addons/addon-lovelace-migration/commit/af8458536e3618eae9257cd9bba3c9a717471d6c) by [@dale3h](https://github.com/dale3h)
|
||||
> 🚀 Changes boot to manual
|
||||
|
||||
|
|
|
@ -49,8 +49,8 @@ If you are more interested in stable releases of our add-ons:
|
|||
[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-dd63b21-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-lovelace-migration/tree/dd63b21
|
||||
[docs]: https://github.com/hassio-addons/addon-lovelace-migration/blob/dd63b21/README.md
|
||||
[release-shield]: https://img.shields.io/badge/version-af84585-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-lovelace-migration/tree/af84585
|
||||
[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]: https://www.buymeacoffee.com/dale3h
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Lovelace Migration",
|
||||
"version": "dd63b21",
|
||||
"version": "af84585",
|
||||
"slug": "lovelace-migration",
|
||||
"description": "Automatically convert your existing UI to the new Lovelace UI",
|
||||
"url": "https://github.com/hassio-addons/addon-lovelace-migration",
|
||||
|
@ -11,7 +11,7 @@
|
|||
"armhf",
|
||||
"i386"
|
||||
],
|
||||
"boot": "auto",
|
||||
"boot": "manual",
|
||||
"hassio_api": true,
|
||||
"homeassistant_api": true,
|
||||
"map": [
|
||||
|
@ -22,12 +22,14 @@
|
|||
"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"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue