github nervetattoo/banner-card 0.4.0
Release 0.4.0

latest releases: v1.0.0-beta.3, untagged-d21a46ae60098c7cd9ea, v1.0.0-beta.2...
4 years ago

Support for more domains

switch, cover and media_player domains now get interactive controls.
Support is intentionally very limited and minimal, but you get (what I believe) to be the most important interactions.

Thanks @l0ghan for contributions!

Screenshot 2019-05-21 at 22 06 49

Configurable entity grid

You can now control how many entity cells the grid contains as well as how many cells a single entity will take up. This can allow you to both squeeze more items in but also spread less items out in a better way.

row_size: 4
entities:
  - entity: cover.living_room
  - entity: media_player.living_room
    size: 3

Separators between cells

Readability could become low in some combinations so I opted for adding cell separators as you can see in the screenshot above

Full changelog

  • Update docs with new features + set entity size upper bound to be row_size (3a2a730)
  • Refactor media_player buttons and click handlers for switch + cover (571dbd5)
  • Gitignore yarn-error + nvmrc (80a4cc9)
  • Add support for controlling entity grids with configuration (1f0ddd4)
  • Merge pull request #5 (3b5f391)
  • Update index.js (e2a946f)
  • Update index.js (a05ad73)
  • Update index.js (09036dc)
  • Update index.js (1eb9a96)
  • Merge pull request #2 from royto/master (fb4fe5e)
  • fix card name in manual installation (2f135d4)

Don't miss a new banner-card release

NewReleases is sending notifications on new releases.