From edc8188ba36633c4018d142ea1a4727ee91b6ea5 Mon Sep 17 00:00:00 2001 From: Shay Levy Date: Mon, 27 Feb 2023 09:20:46 +0200 Subject: [PATCH] Sort manifest (#157) --- custom_components/rpi_gpio/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/rpi_gpio/manifest.json b/custom_components/rpi_gpio/manifest.json index 894a258..0dd053a 100644 --- a/custom_components/rpi_gpio/manifest.json +++ b/custom_components/rpi_gpio/manifest.json @@ -1,10 +1,10 @@ { "domain": "rpi_gpio", "name": "Raspberry Pi GPIO", + "codeowners": ["@thecode"], "documentation": "https://github.com/thecode/ha-rpi_gpio", + "iot_class": "local_push", "issue_tracker": "https://github.com/thecode/ha-rpi_gpio/issues", "requirements": ["RPi.GPIO==0.7.1"], - "codeowners": ["@thecode"], - "iot_class": "local_push", "version": "2022.7.0" }