Skip to content

Commit

Permalink
sort manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnodgrass committed May 24, 2024
1 parent 03d2467 commit a6a64f4
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions custom_components/poolmath/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit a6a64f4

Please sign in to comment.