Skip to content
Discussion options

You must be logged in to vote

@TheQue42 I've found the fix.

https://github.com/home-assistant/core/blob/7fe0d96c887709156556a6e8e4c5f022962a77df/homeassistant/loader.py#L126

introduces a version test that ensures spook needs to be >= 4.0.0. However, when you manually install the component from the source tree, it doesn't have a useful version:

That's because the version is set by the release machinery:

version="${{ github.event.release.tag_name }}"
version="${version,,}"
version="${version#v}"
yq e -P -o=json \
-i ".versi…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@agoose77
Comment options

Answer selected by TheQue42
@TheQue42
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants