fix(hass): copy the Honeywell package into /config/packages, and check all three places #216
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/honeywell-package-copy"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
#215 fixed one of two independent omissions, so the bug survived it - live HA still reported zero honeywell entities after it rolled.
Getting one package file to Home Assistant takes three agreeing edits:
config/packages/<name>.yamlkustomization.yamlconfigMapGenerator entrydeployment.yamlinit-containercpline/config/packages(this PR)b41a897 was missing 2 and 3. Each alone is sufficient to break it, which is why fixing only 2 changed nothing observable.
check-ha-packages.pynow asserts all three agree instead of two. Negative control on each failure mode separately:Will confirm the entities actually appear in live HA after this rolls, rather than calling it done at merge.