Skip to content

Beta v2

Pre-release
Pre-release

Choose a tag to compare

@technogrady technogrady released this 16 Apr 00:02
· 1 commit to main since this release
564290c
fix: allow card to render in card picker without an entity set (#5)

setConfig was throwing when entity was "" (the value getStubConfig returns),
which caused HA's card picker preview to crash and the card to not appear
selectable. Only throw when entity is explicitly undefined/null so the stub
config works and the card shows up in the UI card selector.

https://claude.ai/code/session_01T3Y2NkBcsJ52VLX6pSPk3V

Co-authored-by: Claude <noreply@anthropic.com>