Skip to content

Commit

Permalink
Merge pull request #11 from bdunn44/dev
Browse files Browse the repository at this point in the history
Sort manifest for hassfest validation
  • Loading branch information
bdunn44 authored Feb 25, 2023
2 parents e5ef264 + cf1119e commit 3a643a2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions custom_components/jellyfish_lighting/manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"domain": "jellyfish_lighting",
"name": "JellyFish Lighting",
"integration_type": "hub",
"documentation": "https://github.com/bdunn44/hass-jellyfish-lighting",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/bdunn44/hass-jellyfish-lighting/issues",
"version": "1.0.5",
"config_flow": true,
"codeowners": [
"@bdunn44"
],
"config_flow": true,
"documentation": "https://github.com/bdunn44/hass-jellyfish-lighting",
"integration_type": "hub",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/bdunn44/hass-jellyfish-lighting/issues",
"requirements": [
"jellyfishlights-py==0.6.0"
]
],
"version": "1.0.5"
}

0 comments on commit 3a643a2

Please sign in to comment.