Release 0.4.0
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!
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)