Skip to content

Commit

Permalink
Sort manifest keys to pass hassfest (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti authored Mar 1, 2023
1 parent a072f70 commit 1f6a786
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions custom_components/upnp_availability/manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"domain": "upnp_availability",
"name": "UPnP Availability Sensor",
"codeowners": [
"@rytilahti"
],
"config_flow": true,
"dependencies": ["network"],
"documentation": "https://github.com/rytilahti/homeassistant-upnp-availability/",
"iot_class": "local_push",
"issue_tracker": "https://github.com/rytilahti/homeassistant-upnp-availability/issues",
"requirements": [
"async_upnp_client>=0.33"
],
"dependencies": ["network"],
"version": "0.0.3",
"iot_class": "local_push",
"codeowners": [
"@rytilahti"
]
"version": "0.0.3"
}

0 comments on commit 1f6a786

Please sign in to comment.