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" }