From a81fb46ae3f2b1d4d6197978787a8993e2f3a05a Mon Sep 17 00:00:00 2001 From: timniklas Date: Sat, 19 Oct 2024 01:07:30 +0200 Subject: [PATCH] sorted keys in manifest.json --- custom_components/ilifestyle/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/ilifestyle/manifest.json b/custom_components/ilifestyle/manifest.json index a5a18b9..bd057a8 100644 --- a/custom_components/ilifestyle/manifest.json +++ b/custom_components/ilifestyle/manifest.json @@ -2,8 +2,8 @@ "domain": "ilifestyle", "name": "iLifestyle", "codeowners": ["@timniklas"], - "dependencies": ["ffmpeg"], "config_flow": true, + "dependencies": ["ffmpeg"], "documentation": "https://github.com/timniklas/hass-ilifestylee", "iot_class": "local_polling", "issue_tracker": "https://github.com/timniklas/hass-ilifestyle/issues",