From d734f712648c8cc9a612eaedcaff7f813584fbc5 Mon Sep 17 00:00:00 2001 From: Alex Jung Date: Thu, 21 Nov 2024 22:15:08 +0100 Subject: [PATCH] manifest sorted alphabeticaly --- custom_components/ha_departures/manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/custom_components/ha_departures/manifest.json b/custom_components/ha_departures/manifest.json index 43d14f6..492d78a 100644 --- a/custom_components/ha_departures/manifest.json +++ b/custom_components/ha_departures/manifest.json @@ -1,14 +1,14 @@ { "domain": "ha_departures", "name": "Public Transport Departures", - "documentation": "https://github.com/alex-jung/ha-departures", - "issue_tracker": "https://github.com/alex-jung/ha-departures/issues", - "dependencies": [], - "config_flow": true, "codeowners": [ "@alex-jung" ], + "config_flow": true, + "documentation": "https://github.com/alex-jung/ha-departures", + "integration_type": "hub", "iot_class": "cloud_polling", + "issue_tracker": "https://github.com/alex-jung/ha-departures/issues", "requirements": ["pyhafas=0.6.0"], "version": "0.0.1" } \ No newline at end of file