You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lovelace was officially introduced as a replacement for the states UI over a year ago, so it is time to drop support for the states UI.
19
+
In version 0.107 we will remove the states UI from Home Assistant completely, if you are not using Lovelace yet, we advise you to switch.
20
+
Lovelace is by default almost the same as states UI, with the bonus of a lot of flexibility if you want it.
21
+
22
+
## Lovelace
23
+
24
+
We added 2 new types to the entities card, a header and a footer. At the moment we have two options for these, an image and buttons.
25
+
26
+
<pclass='img'>
27
+
<imgsrc='/images/blog/2020-02-0.105/entities-card-header-footer.png'alt='Screenshot of the new header and footer for entities card'></a>
28
+
Screenshot of the new header and footer for entities card.
29
+
</p>
30
+
31
+
In generated mode, entities that start with the name of the area or group they are in will be shown without the name of the area or group.
32
+
So if you have a light named "Living room lights" that is in the area "Living room" they will be shown as "lights" in a card with the header "Living room".
33
+
34
+
We no longer show `device_tracker` entities in generated mode. We advise you to bind one or more device trackers to a person that will be shown in the UI.
35
+
36
+
The entities card no longer colors icons based on states, except for lights. If you would like the old behavior back or want to disable it for lights too, you can do so with the option `state_color`.
37
+
Other cards still show colors for states, and we added this functionality for a lot more domains.
38
+
39
+
We added a lot of accessibility features to Lovelace, you can navigate almost everything with the tab key.
40
+
We will continue to work on this so that people with disabilities can also enjoy Home Assistant.
41
+
42
+
For a full list of changes see the [Lovelace changelog](/lovelace/changelog/).
43
+
44
+
## Configuration section changes
45
+
46
+
In this release, we started the overhaul of the configuration panel.
47
+
We have accumulated a lot of functionality in the last releases in the config section, now it is time to bring it all together.
48
+
49
+
The next release we will make changes to make things easier to find and connect the different elements with each other.
50
+
This release we implemented config sections and a new tabbed UI as well as some visual tweaks.
51
+
52
+
We also updated the device page to show the automations, scripts, and scenes a device is used in and added the ability to easily create new ones with the device.
53
+
54
+
<pclass='img'>
55
+
<imgsrc='/images/blog/2020-02-0.105/device-info-page.png'alt='Screenshot of the new device info page'></a>
56
+
Screenshot of the new device info page.
57
+
</p>
58
+
59
+
In the more info dialog, we changed the settings button to open the entity settings dialog, and added a related tab there as well. So you can see what device, integration, area, scenes, scripts, automations, entities, and groups belong to that entity.
60
+
For scenes, scripts and automations that are created in the UI we also added an edit button right in the more info dialog so you can easily edit it without searching for it.
61
+
62
+
### Zones editor
63
+
64
+
We also added a brand new zone editor. You can no longer find your zones in the integration list, but they moved to their own section.
65
+
The editor will only work for zones that are created in the UI, zones that are set up in `configuration.yaml` are read-only.
66
+
In the editor, you can move your zones with drag and drop and change the size of your zones by dragging the circle.
67
+
68
+
You can also easily add and remove zones and change names.
69
+
70
+
<pclass='img'>
71
+
<imgsrc='/images/blog/2020-02-0.105/zone-editor.gif'alt='Screenshot of the zones editor'></a>
72
+
Screenshot of the zones editor.
73
+
</p>
74
+
75
+
## Other frontend changes
76
+
77
+
There is a lot more done on the frontend that we can't all mention, some highlights:
0 commit comments