Skip to content

Commit

Permalink
fix: Version key (#243)
Browse files Browse the repository at this point in the history
* Update __init__.py

Bump version to 9.2.2.

* Update manifest.json

fix: add version key to manifest
  • Loading branch information
wklink authored Apr 28, 2021
1 parent ef8f798 commit dc1f1ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/entity_controller/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"""
Entity controller component for Home Assistant.
Maintainer: Daniel Mason
Version: v9.2.1
Version: v9.2.2
Project Page: https://danielbkr.net/projects/entity-controller/
Documentation: https://github.com/danobot/entity-controller
"""
Expand Down
3 changes: 2 additions & 1 deletion custom_components/entity_controller/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"script"
],
"codeowners": ["@danobot"],
"homeassistant": "0.117.0"
"homeassistant": "0.117.0",
"version": "9.2.2"
}

0 comments on commit dc1f1ec

Please sign in to comment.