From f6022bacfa6682d2a9f139f11f8ad1aa90a17642 Mon Sep 17 00:00:00 2001 From: Bram Date: Sat, 21 Dec 2024 16:29:36 +0100 Subject: [PATCH] fix: manifest --- custom_components/state_webhook/manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/custom_components/state_webhook/manifest.json b/custom_components/state_webhook/manifest.json index c839ede..13183dd 100644 --- a/custom_components/state_webhook/manifest.json +++ b/custom_components/state_webhook/manifest.json @@ -1,13 +1,13 @@ { "domain": "state_webhook", "name": "State webhook", - "version": "0.0.1", - "config_flow": true, "codeowners": [], + "config_flow": true, "dependencies": [], + "documentation": "https://github.com/bramstroker/homeassistant-state-webhook", "integration_type": "service", "iot_class": "cloud_push", + "issue_tracker": "https://github.com/bramstroker/homeassistant-state-webhook/issues", "requirements": [], - "documentation": "https://github.com/bramstroker/homeassistant-state-webhook", - "issue_tracker": "https://github.com/bramstroker/homeassistant-state-webhook/issues" + "version": "0.0.1" } \ No newline at end of file