From d44f91b30e1dc534987409d1d38004469f4c684b Mon Sep 17 00:00:00 2001 From: Pavel Slama Date: Thu, 8 Jun 2023 20:04:17 +0200 Subject: [PATCH] fix: sort keys in manifest.json --- custom_components/attributes/manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/custom_components/attributes/manifest.json b/custom_components/attributes/manifest.json index 6e7fc3f..3c57df8 100644 --- a/custom_components/attributes/manifest.json +++ b/custom_components/attributes/manifest.json @@ -1,11 +1,11 @@ { "domain": "attributes", "name": "Attributes", - "version": "1.2.1", + "codeowners": ["@pilotak"], + "dependencies": [], "documentation": "https://github.com/pilotak/homeassistant-attributes", - "issue_tracker": "https://github.com/pilotak/homeassistant-attributes/issues", "iot_class": "assumed_state", + "issue_tracker": "https://github.com/pilotak/homeassistant-attributes/issues", "requirements": [], - "dependencies": [], - "codeowners": ["@pilotak"] + "version": "1.2.1" }