Skip to content

Commit

Permalink
[HOTFIX] Adding 'version' key on manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DaviPtrs authored Apr 13, 2021
1 parent e6f4384 commit a90438a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions custom_components/unified_remote/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"documentation": "",
"dependencies": [],
"codeowners": ["@DaviPtrs"],
"requirements": []
}
"requirements": [],
"version": 6
}

2 comments on commit a90438a

@Dawged
Copy link

@Dawged Dawged commented on a90438a May 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the newb question but how do I add this hotfix?
I'm getting an error in my log that said that in version 2021.6 it unified remote will not be loaded.

@dfriday
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

version needs to be a string!
change version to:
"version": "1.1.2"

Please sign in to comment.