Update changelog.markdown

This commit is contained in:
Paulus Schoutsen 2018-07-17 09:22:02 +02:00 committed by GitHub
parent 6ab42a8194
commit e3f4975e81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,15 +16,14 @@ footer: true
- Custom cards now work with `panel: true` - Custom cards now work with `panel: true`
### Cards ### Cards
- `glance` card supports now `toggle` and `turn-on` besides showing more-info dialog - 📣 [glance card]: Entity `tap_action` can now be `toggle` and `turn-on` besides the default of showing the more info dialog
- `glance` card supports now to hide `name` or `state` - 📣 [glance card]: Support added to hide `name` or `state`
- `history-graph` supports override of entity names - 📣 [history graph card]: Support added to override entity names
- Allow `picture-glance` to open more info for camera - 📣 [picture glance card]: Support added to open the more info dialog for cameras and media players.
- Show more-info for `media_players` in `picture-glance` - 📣 [picture elements card]: Support new element type `image`
- `picture-elements` card now supports also `image` as element type - 📣 [picture elements card]: Support new element type `service-icon`
- `picture-elements` card now supports also `service-icon` as element type - 🔧 [entity filter card]: Fix edge cases that could make it crash ([supports this new use case](https://github.com/home-assistant/ui-schema/issues/82))
- Make Lovelace `entity-filter` card more robust (new use case: https://github.com/home-assistant/ui-schema/issues/82) - 🔧 [picture glance card]: Fix crash when the state of entity was unavailable
- 🔧 Fix `picture-glance` crash when state of entity was unavailable
## {% linkable_title Changes in 0.73.1 %} ## {% linkable_title Changes in 0.73.1 %}
@ -128,3 +127,9 @@ footer: true
## {% linkable_title Changes in 0.72 %} ## {% linkable_title Changes in 0.72 %}
- Initial release of the Lovelace UI - Initial release of the Lovelace UI
[glance card]: /lovelace/glance/
[history graph card]: /lovelace/history-graph/
[picture glance card]: /lovelace/picture-glance/
[picture elements card]: /lovelace/picture-elements/
[entity filter card]: /lovelace/entity-filter/