Skip to content

Commit

Permalink
Bugfix: Add version key to manifest.json (#34) (#36)
Browse files Browse the repository at this point in the history
* Add version to manifest

As required in HA 2021.6, added a version field to manifest.json.

* Bump version to 9.2 for new release including the bugfix

Co-authored-by: Mark Coombes <mark@markcoombes.ca>

Co-authored-by: ahertz <ahertz@rockforest.org>
  • Loading branch information
marthoc and ahertz authored Jun 11, 2021
1 parent eec8611 commit 3f5bd8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/kuna/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"documentation": "https://github.com/marthoc/kuna",
"dependencies": [],
"codeowners": ["@marthoc"],
"requirements": ["pykuna==0.6.0"]
"requirements": ["pykuna==0.6.0"],
"version": "9.2"
}

0 comments on commit 3f5bd8a

Please sign in to comment.