From f29bddf78120d589b238410ac6837cd111d477eb Mon Sep 17 00:00:00 2001 From: Erik Date: Mon, 27 Feb 2023 08:06:26 +0100 Subject: [PATCH] Sort manifests --- .../detailed_hello_world_push/manifest.json | 12 ++++++------ custom_components/example_light/manifest.json | 6 +++--- .../example_load_platform/manifest.json | 6 +++--- custom_components/example_sensor/manifest.json | 6 +++--- custom_components/expose_service_async/manifest.json | 6 +++--- custom_components/expose_service_sync/manifest.json | 6 +++--- custom_components/hello_world/manifest.json | 6 +++--- custom_components/hello_world_async/manifest.json | 6 +++--- custom_components/mqtt_basic_async/manifest.json | 6 +++--- custom_components/mqtt_basic_sync/manifest.json | 6 +++--- 10 files changed, 33 insertions(+), 33 deletions(-) diff --git a/custom_components/detailed_hello_world_push/manifest.json b/custom_components/detailed_hello_world_push/manifest.json index 7fa348c..d6734ce 100644 --- a/custom_components/detailed_hello_world_push/manifest.json +++ b/custom_components/detailed_hello_world_push/manifest.json @@ -1,14 +1,14 @@ { "domain": "detailed_hello_world_push", "name": "Detailed Hello World Push", + "codeowners": ["@sillyfrog"], "config_flow": true, + "dependencies": [], "documentation": "https://www.home-assistant.io/integrations/detailed_hello_world_push", - "requirements": [], - "ssdp": [], - "zeroconf": [], "homekit": {}, - "dependencies": [], - "codeowners": ["@sillyfrog"], "iot_class": "local_push", - "version": "0.1.0" + "requirements": [], + "ssdp": [], + "version": "0.1.0", + "zeroconf": [] } diff --git a/custom_components/example_light/manifest.json b/custom_components/example_light/manifest.json index bbd9629..7a0b6d8 100644 --- a/custom_components/example_light/manifest.json +++ b/custom_components/example_light/manifest.json @@ -1,10 +1,10 @@ { "domain": "example_light", "name": "Example Light", - "documentation": "https://github.com/home-assistant/example-custom-config/tree/master/custom_components/example_light/", - "dependencies": [], "codeowners": [], - "requirements": ["awesomelights==1.2.3"], + "dependencies": [], + "documentation": "https://github.com/home-assistant/example-custom-config/tree/master/custom_components/example_light/", "iot_class": "local_polling", + "requirements": ["awesomelights==1.2.3"], "version": "0.1.0" } diff --git a/custom_components/example_load_platform/manifest.json b/custom_components/example_load_platform/manifest.json index 591bc56..300a4b4 100644 --- a/custom_components/example_load_platform/manifest.json +++ b/custom_components/example_load_platform/manifest.json @@ -1,10 +1,10 @@ { "domain": "example_load_platform", "name": "Example Load Platform", - "documentation": "https://github.com/home-assistant/example-custom-config/tree/master/custom_components/example_load_platform/", - "dependencies": [], "codeowners": [], - "requirements": [], + "dependencies": [], + "documentation": "https://github.com/home-assistant/example-custom-config/tree/master/custom_components/example_load_platform/", "iot_class": "local_polling", + "requirements": [], "version": "0.1.0" } diff --git a/custom_components/example_sensor/manifest.json b/custom_components/example_sensor/manifest.json index 7f782d0..5df6a3a 100644 --- a/custom_components/example_sensor/manifest.json +++ b/custom_components/example_sensor/manifest.json @@ -1,10 +1,10 @@ { "domain": "example_sensor", "name": "Example Sensor", - "documentation": "https://github.com/home-assistant/example-custom-config/tree/master/custom_components/example_sensor/", - "dependencies": [], "codeowners": [], - "requirements": [], + "dependencies": [], + "documentation": "https://github.com/home-assistant/example-custom-config/tree/master/custom_components/example_sensor/", "iot_class": "local_polling", + "requirements": [], "version": "0.1.0" } diff --git a/custom_components/expose_service_async/manifest.json b/custom_components/expose_service_async/manifest.json index 22bc53c..ff024d9 100644 --- a/custom_components/expose_service_async/manifest.json +++ b/custom_components/expose_service_async/manifest.json @@ -1,10 +1,10 @@ { "domain": "expose_service_async", "name": "Expose Service (async)", - "documentation": "https://github.com/home-assistant/example-custom-config/tree/master/custom_components/expose_service_async/", - "dependencies": [], "codeowners": [], - "requirements": [], + "dependencies": [], + "documentation": "https://github.com/home-assistant/example-custom-config/tree/master/custom_components/expose_service_async/", "iot_class": "local_polling", + "requirements": [], "version": "0.1.0" } diff --git a/custom_components/expose_service_sync/manifest.json b/custom_components/expose_service_sync/manifest.json index ddf1526..500bc0f 100644 --- a/custom_components/expose_service_sync/manifest.json +++ b/custom_components/expose_service_sync/manifest.json @@ -1,10 +1,10 @@ { "domain": "expose_service_sync", "name": "Expose Service (sync)", - "documentation": "https://github.com/home-assistant/example-custom-config/tree/master/custom_components/expose_service_sync/", - "dependencies": [], "codeowners": [], - "requirements": [], + "dependencies": [], + "documentation": "https://github.com/home-assistant/example-custom-config/tree/master/custom_components/expose_service_sync/", "iot_class": "local_polling", + "requirements": [], "version": "0.1.0" } diff --git a/custom_components/hello_world/manifest.json b/custom_components/hello_world/manifest.json index 0971275..b6b4561 100644 --- a/custom_components/hello_world/manifest.json +++ b/custom_components/hello_world/manifest.json @@ -1,10 +1,10 @@ { "domain": "hello_world", "name": "Hello World", - "documentation": "https://github.com/home-assistant/example-custom-config/tree/master/custom_components/hello_world/", - "dependencies": [], "codeowners": [], - "requirements": [], + "dependencies": [], + "documentation": "https://github.com/home-assistant/example-custom-config/tree/master/custom_components/hello_world/", "iot_class": "local_polling", + "requirements": [], "version": "0.1.0" } diff --git a/custom_components/hello_world_async/manifest.json b/custom_components/hello_world_async/manifest.json index 98ec098..fb054b2 100644 --- a/custom_components/hello_world_async/manifest.json +++ b/custom_components/hello_world_async/manifest.json @@ -1,10 +1,10 @@ { "domain": "hello_world_async", "name": "Hello World (async)", - "documentation": "https://github.com/home-assistant/example-custom-config/tree/master/custom_components/hello_world_async/", - "dependencies": [], "codeowners": [], - "requirements": [], + "dependencies": [], + "documentation": "https://github.com/home-assistant/example-custom-config/tree/master/custom_components/hello_world_async/", "iot_class": "local_polling", + "requirements": [], "version": "0.1.0" } diff --git a/custom_components/mqtt_basic_async/manifest.json b/custom_components/mqtt_basic_async/manifest.json index d2873d1..059a18f 100644 --- a/custom_components/mqtt_basic_async/manifest.json +++ b/custom_components/mqtt_basic_async/manifest.json @@ -1,10 +1,10 @@ { "domain": "mqtt_basic_async", "name": "MQTT Basic Example (async)", - "documentation": "https://github.com/home-assistant/example-custom-config/tree/master/custom_components/mqtt_basic_async/", - "dependencies": ["mqtt"], "codeowners": [], - "requirements": [], + "dependencies": ["mqtt"], + "documentation": "https://github.com/home-assistant/example-custom-config/tree/master/custom_components/mqtt_basic_async/", "iot_class": "local_polling", + "requirements": [], "version": "0.1.0" } diff --git a/custom_components/mqtt_basic_sync/manifest.json b/custom_components/mqtt_basic_sync/manifest.json index de7f550..bdbe94f 100644 --- a/custom_components/mqtt_basic_sync/manifest.json +++ b/custom_components/mqtt_basic_sync/manifest.json @@ -1,10 +1,10 @@ { "domain": "mqtt_basic_sync", "name": "MQTT Basic Example", - "documentation": "https://github.com/home-assistant/example-custom-config/tree/master/custom_components/mqtt_basic/", - "dependencies": ["mqtt"], "codeowners": [], - "requirements": [], + "dependencies": ["mqtt"], + "documentation": "https://github.com/home-assistant/example-custom-config/tree/master/custom_components/mqtt_basic/", "iot_class": "local_polling", + "requirements": [], "version": "0.1.0" }