Skip to content

Release 0.7.0

Compare
Choose a tag to compare
@nervetattoo nervetattoo released this 16 Aug 22:17
· 68 commits to master since this release

Better errors

If an entity is not ready or missing the rest of the card will still render as usual instead of just display one big error

Extended map_state support

You can now use map_state to override all facets of an entity.

Render input_boolean as a toggle

All changes

  • Fix config for release-it (a400dbb)
  • Support input_boolean as toggle + render all toggleable domains the same (cabe5ce)
  • Dont err out the entire card on one missing entity. Fixes #17 (0205f9c)
  • Support full objects passed to map_state value. Fixes #33 (6438b1e)
  • Add links to theming docs + tutorial in README (54cece3)