Skip to content

Commit

Permalink
sort
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed May 3, 2024
1 parent e851a7b commit d5be0b4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions custom_components/chargeamps/manifest.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"domain": "chargeamps",
"name": "Chargeamps",
"version": "1.9.4",
"documentation": "https://github.com/kirei/hass-chargeamps",
"issue_tracker": "https://github.com/kirei/hass-chargeamps/issues",
"codeowners": [
"@kirei"
],
"config_flow": false,
"dependencies": [

],
"config_flow": false,
"documentation": "https://github.com/kirei/hass-chargeamps",
"iot_class": "cloud_polling",
"codeowners": [
"@kirei"
],
"issue_tracker": "https://github.com/kirei/hass-chargeamps/issues",
"requirements": [
"chargeamps==1.6.1",
"dataclasses-json>=0.5.2",
"homeassistant>=2022.11.0"
]
}
],
"version": "1.9.4"
}

0 comments on commit d5be0b4

Please sign in to comment.