From 69f5fc31ca6c96a710a58d3a2dd5048fd66642c6 Mon Sep 17 00:00:00 2001 From: roleo Date: Tue, 14 Mar 2023 11:09:22 +0100 Subject: [PATCH] Update order --- custom_components/yi_hack/manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/custom_components/yi_hack/manifest.json b/custom_components/yi_hack/manifest.json index 5a67b2b..ecccfb8 100644 --- a/custom_components/yi_hack/manifest.json +++ b/custom_components/yi_hack/manifest.json @@ -1,11 +1,11 @@ { "domain": "yi_hack", "name": "Yi Home Cameras with yi-hack", - "documentation": "https://github.com/roleoroleo/yi-hack_ha_integration", - "issue_tracker": "https://github.com/roleoroleo/yi-hack_ha_integration/issues", - "dependencies": ["ffmpeg", "http", "media_source", "mqtt"], "codeowners": ["@roleoroleo"], - "iot_class": "local_push", "config_flow": true, + "dependencies": ["ffmpeg", "http", "media_source", "mqtt"], + "documentation": "https://github.com/roleoroleo/yi-hack_ha_integration", + "iot_class": "local_push", + "issue_tracker": "https://github.com/roleoroleo/yi-hack_ha_integration/issues", "version": "0.4.4" }