From a6a64f4d413420fd69207d54c203711940a48ed6 Mon Sep 17 00:00:00 2001 From: Ryan Snodgrass Date: Thu, 23 May 2024 22:27:24 -0700 Subject: [PATCH] sort manifest --- custom_components/poolmath/manifest.json | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/custom_components/poolmath/manifest.json b/custom_components/poolmath/manifest.json index c58bbdf..79725fd 100644 --- a/custom_components/poolmath/manifest.json +++ b/custom_components/poolmath/manifest.json @@ -1,11 +1,16 @@ { - "domain": "poolmath", - "name": "Pool Math (Trouble Free Pool)", - "version": "0.2.7", - "documentation": "https://github.com/rsnodgrass/hass-poolmath/", - "issue_tracker": "https://community.home-assistant.io/t/custom-component-pool-math-sensors-for-pool-chemicals-and-operations/435126", - "requirements": ["jsonpath>=0.82", "httpx>=0.16.1"], - "dependencies": [], - "codeowners": ["@rsnodgrass"], - "iot_class": "cloud_polling" + "domain": "poolmath", + "name": "Pool Math (Trouble Free Pool)", + "codeowners": [ + "@rsnodgrass" + ], + "dependencies": [], + "documentation": "https://github.com/rsnodgrass/hass-poolmath/", + "iot_class": "cloud_polling", + "issue_tracker": "https://community.home-assistant.io/t/custom-component-pool-math-sensors-for-pool-chemicals-and-operations/435126", + "requirements": [ + "jsonpath>=0.82", + "httpx>=0.16.1" + ], + "version": "0.2.7" }