From 937f819647a0033999e6461cdd7bde5fd9b10c58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Wed, 24 May 2023 19:22:58 +0000 Subject: [PATCH] Sort manifest keys --- custom_components/browser_mod/manifest.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/custom_components/browser_mod/manifest.json b/custom_components/browser_mod/manifest.json index 23dbe9e..ac8884b 100644 --- a/custom_components/browser_mod/manifest.json +++ b/custom_components/browser_mod/manifest.json @@ -1,11 +1,17 @@ { "domain": "browser_mod", "name": "Browser mod", - "documentation": "https://github.com/thomasloven/hass-browser_mod/blob/master/README.md", - "dependencies": ["panel_custom", "websocket_api", "http", "frontend", "lovelace"], "codeowners": [], - "requirements": [], - "version": "2.2.2", + "config_flow": true, + "dependencies": [ + "panel_custom", + "websocket_api", + "http", + "frontend", + "lovelace" + ], + "documentation": "https://github.com/thomasloven/hass-browser_mod/blob/master/README.md", "iot_class": "local_push", - "config_flow": true -} + "requirements": [], + "version": "2.2.2" +} \ No newline at end of file