From 1a3a2890d39095d33b327a569d4069a7b7408464 Mon Sep 17 00:00:00 2001 From: Bryson Dunn Date: Sat, 25 Feb 2023 22:21:15 +0000 Subject: [PATCH] Sort manifest for hassfest validation --- custom_components/jellyfish_lighting/manifest.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/custom_components/jellyfish_lighting/manifest.json b/custom_components/jellyfish_lighting/manifest.json index b401397..c57156c 100644 --- a/custom_components/jellyfish_lighting/manifest.json +++ b/custom_components/jellyfish_lighting/manifest.json @@ -1,16 +1,16 @@ { "domain": "jellyfish_lighting", "name": "JellyFish Lighting", - "integration_type": "hub", - "documentation": "https://github.com/bdunn44/hass-jellyfish-lighting", - "iot_class": "local_polling", - "issue_tracker": "https://github.com/bdunn44/hass-jellyfish-lighting/issues", - "version": "1.0.5", - "config_flow": true, "codeowners": [ "@bdunn44" ], + "config_flow": true, + "documentation": "https://github.com/bdunn44/hass-jellyfish-lighting", + "integration_type": "hub", + "iot_class": "local_polling", + "issue_tracker": "https://github.com/bdunn44/hass-jellyfish-lighting/issues", "requirements": [ "jellyfishlights-py==0.6.0" - ] + ], + "version": "1.0.5" } \ No newline at end of file