From 49932bc8e5c623ab0664a55fb9cce47910da6fb3 Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Sat, 30 Dec 2023 21:52:00 +0100 Subject: [PATCH] fix alphabetical order -_- in manifest --- custom_components/easy_computer_manager/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/easy_computer_manager/manifest.json b/custom_components/easy_computer_manager/manifest.json index 6e07476..8288a59 100644 --- a/custom_components/easy_computer_manager/manifest.json +++ b/custom_components/easy_computer_manager/manifest.json @@ -1,11 +1,11 @@ { "domain": "easy_computer_manager", "name": "Easy Computer Manager", - "config_flow": true, "codeowners": [ "@M4TH1EU", "@ntilley905" ], + "config_flow": true, "dependencies": [], "documentation": "https://github.com/M4TH1EU/HA-EasyComputerManager/README.md", "iot_class": "local_polling",