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/2016-09-01-0-28.markdown
+78-22Lines changed: 78 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,70 @@
1
1
---
2
2
layout: post
3
-
title: "0.28: "
4
-
description: ""
5
-
date: 2016-09-01 08:00:00 +0200
6
-
date_formatted: "September 01, 2016"
3
+
title: "0.28: Reload automation and groups, API documentation, car tracking, Pi-Hole stats"
4
+
description: "No Home Assistant restart for reloading automations and groups, Automatic car tracking, Pi-Hole and battery details, and bugfixes for climate and cover"
5
+
date: 2016-09-09 08:00:00 +0200
6
+
date_formatted: "September 09, 2016"
7
7
author: Fabian Affolter
8
8
author_twitter: fabaff
9
9
comments: true
10
10
categories: Release-Notes
11
11
---
12
12
13
+
It's already time for 0.28 thanks to our super short release cycles. Now, it' official...we hit 4000 stars on Github. That's amazing. Sorry, not as amazing as all the stuff that was going on for 0.27 but still pretty awesome.
13
14
15
+
### {% linkable_title Reload automation rules %}
16
+
17
+
This release brings you a huge improvement of the [automation] and [group] handling. Both can be reloaded without a Home Assistant restart. The automations can be controlled directly from the frontend.
There are countless bugfixes included in this release which will make your experience with the `climate` and the `cover` platforms better. Two week ago was the biggest merger of implementations released that ever happened in the history of Home Assistant. Thanks to [@turbokongen], [@pvizeli], [@djbanks], [@danielperna84], and others the improvements on the code and the frontend side is continuing...
25
+
26
+
### {% linkable_title API documentation %}
27
+
The [Home Assistant API Documentation](https://dev-docs.home-assistant.io/en/dev/) is a great addition to the already exisiting user documentation. The focus is not end-users but developers who whant to get details about the code without actually browsing the code on Github.
28
+
29
+
### {% linkable_title Configuration validation %}
30
+
The validation of the configuration is still on-going. Approximatly 80 % is done. This means that we will propably talk about this topic in the next release notes again. To align the configuration of components and platforms we needed to break some. Please refer to the Breaking changes section to check if you need to update your configuration or simple check your log for configuration validation errors. Thanks to [@kellerza], [@fabaff], [@Teagan42], and [@pvizeli] for your effort!
0 commit comments