From d2e8bf3362f61a17e36a09f1d6d3e7e1d19805e4 Mon Sep 17 00:00:00 2001 From: Bastien Gautier Date: Wed, 11 Sep 2024 01:50:34 +0000 Subject: [PATCH] Sort attributes --- custom_components/custom_universal_media_player/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/custom_universal_media_player/manifest.json b/custom_components/custom_universal_media_player/manifest.json index 702188d..7eeb411 100644 --- a/custom_components/custom_universal_media_player/manifest.json +++ b/custom_components/custom_universal_media_player/manifest.json @@ -2,12 +2,12 @@ "domain": "custom_universal_media_player", "name": "Custom universal media player", "codeowners": ["@bastgau"], + "dependencies": [], "documentation": "https://bastgau.github.com/bastgau/ha-custom-universal-media-player", - "issue_tracker": "https://bastgau.github.com/bastgau/ha-custom-universal-media-player/issues", "integration_type": "hub", "iot_class": "calculated", + "issue_tracker": "https://bastgau.github.com/bastgau/ha-custom-universal-media-player/issues", "loggers": ["custom_universal_media_player"], "requirements": [], - "dependencies": [], "version": "v1.1.0" }