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
Copy file name to clipboardExpand all lines: source/_posts/2019-09-18-release-99.markdown
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -19,29 +19,29 @@ It’s time for Home Assistant release 99. And this release is adding a bunch of
19
19
20
20
## Welcome Bram!
21
21
22
-
Nabu Casa has hired [Bram Kragten][@bramkragten]. Bram has been active in the Home Assistant community for a while and is one of the driving forces behind the Lovelace UI. He will work on the Home Assistant frontend. He will focus on making it easier to manage your Home Assistant installation, make sure all of the frontend is translatable and drive our efforts on making the frontend accessible for visually impaired people.
22
+
Nabu Casa has hired [Bram Kragten][@bramkragten]. Bram has been active in the Home Assistant community for a while and is one of the driving forces behind the Lovelace UI. He will work on the Home Assistant frontend full-time. He will focus on making it easier to manage your Home Assistant installation, make sure all of the frontend is translatable and drive our efforts on making the frontend accessible for visually impaired people.
23
23
24
-
This is possible thanks to all the people who subscribe to Home Assistant Cloud ❤️.
24
+
This is possible thanks to all the people who subscribe to Home Assistant Cloud ❤️
25
25
26
26
## Device Automations
27
27
28
28
We took a step back, looked at Home Assistant, and thought about how we could make it easier for users to create automations. We realized that there was room for improvement. We identified the following issues:
29
29
30
30
- To write automations, users need to learn Home Assistant concepts like events, entities and services.
31
-
- It's difficult to discover what can be automated. For example, if you’re automating a long press on the on button on a Zigbee remote, you need to know to listen to the event “zha_event” and match against the Zigbee device identifier of your remote and the long press type.
31
+
- It's difficult to discover what can be automated. For example, if you’re automating a long press on the "turn on" button on a Zigbee remote, you need to know to listen to the event “zha_event” and match against the Zigbee device identifier of your remote and the long press type.
32
32
33
-
So we put our R&D hat on and have come up with a solution that allows users to create automations in the concepts that they already know: devices. Now when a user starts configuring an automation trigger, it can pick device automation as a new type.
33
+
So we put our inventor hat on and have come up with a solution that allows users to create automations in the concepts that they already know: devices. Now when a user starts configuring an automation trigger, it can pick device automation as a new type.
34
34
35
35
<pclass='img'>
36
36
<imgsrc='/images/blog/2019-09-0.99/device-automation-trigger.png'alt="Screenshot of defining a device trigger.">
37
37
Screenshot of defining a device trigger in the UI.
38
38
</p>
39
39
40
-
The user starts by picking a device. A second dropdown will now appear that contains all the possible triggers for this device. This list is populated based on the integrations that are linked to this device (ie. Hue & Light).
40
+
The user starts by picking one of their devices that is integrated into Home Assistant. A second dropdown will now appear that contains all the possible triggers for this device. This list is populated based on the integrations that are linked to this device (ie. Hue & Light).
41
41
42
42
Device automations are available for triggers, conditions and actions. Today’s release supports lights, switches and Deconz. More to come in future releases as integration developers adopt it.
43
43
44
-
Big thanks to [@emontomery] for driving this effort. He added Initial support for device automations as a YAML-only feature in Home Assistant 0.97 and has worked hard to extend it in this release with UI support and support for conditions, actions and more integrations. Also a big thanks to [@kane610] who added added support for device automations to Deconz which helped squash bugs and improve the design.
44
+
Big thanks to [@emontomery] for driving this effort. He added initial support for device automations as a YAML-only feature in Home Assistant 0.97 and has worked hard to extend it in this release with UI support and support for conditions, actions and more integrations. Also a big thanks to [@kane610] who added added support for device automations to Deconz which helped squash bugs and improve the design.
45
45
46
46
## Frontend
47
47
@@ -53,9 +53,9 @@ There is a lot to talk here. Buckle up.
53
53
<imgsrc='/images/blog/2019-09-0.99/round-slider.png'alt="Screenshot of a light card showing a round slider.">
54
54
</p>
55
55
56
-
[@iantrich] has been on fire in recent weeks squashing a ton of bugs and adding some nice features to improve the Lovelace experience. And a shout out to [@SeanPM5] who has been bringing UX bugs and improvements to our attention. Our frontend team is seriously awesome.
56
+
Shout out to [@iantrich] who has been on fire in recent weeks squashing a ton of bugs and adding some nice features to improve the Lovelace experience. And a shout out to [@SeanPM5] who has been bringing UX bugs and improvements to our attention. Our frontend team is seriously awesome.
57
57
58
-
Unused entities has been moved into the configure UI section and completely revamped by [@bramkragten]. It's now a table, you can see a lot more info, you can sort it. If you are using Lovelace storage mode, you can select entities and add them.
58
+
Unused entities has been moved into the configure UI section and completely revamped by [@bramkragten]. It's now a table, you can see a lot more info, you can sort it. If you are using Lovelace storage mode, you can select entities and add them to your UI directly from that screen.
59
59
60
60
<pclass='img'>
61
61
<imgsrc='/images/blog/2019-09-0.99/unused-entities.png'alt="Screenshot of the new unused entities page.">
@@ -69,7 +69,7 @@ Now that we have a data table component, Bram also went ahead and used it in a n
69
69
Screenshot of the new devices page.
70
70
</p>
71
71
72
-
And there is a ton more, here are some of the highlights:
72
+
And there is a ton more, here are some of the other highlights:
73
73
74
74
- Allow subscribing to an MQTT topic inside the MQTT dev tools [@bramkragten]
75
75
- Option to display last changed in glance-card [@iantrich]
0 commit comments