Skip to content

Commit 314ce89

Browse files
committed
Add content
1 parent 61bcd38 commit 314ce89

File tree

1 file changed

+78
-22
lines changed

1 file changed

+78
-22
lines changed

source/_posts/2016-09-01-0-28.markdown

Lines changed: 78 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,70 @@
11
---
22
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"
77
author: Fabian Affolter
88
author_twitter: fabaff
99
comments: true
1010
categories: Release-Notes
1111
---
1212

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.
1314

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.
18+
19+
<p class='img'>
20+
<img src='{{site_root}}/images/screenshots/automation-switches.png' />
21+
</p>
22+
23+
### {% linkable_title Climate and cover %}
24+
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!
1431

1532
### {% linkable_title All changes %}
1633

17-
<img src='/images/supported_brands/html5.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='100' />
34+
<img src='/images/supported_brands/xbox-live.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='100' /><img src='/images/supported_brands/automatic.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='100' /><img src='/images/supported_brands/pi_hole.png' style='clear: right; margin-left: 5px; border:none; box-shadow: none; float: right; margin-bottom: 16px;' width='100' />
1835

19-
-
36+
- Light: Added bitfield to Flux LED since we are supporting effects ([@tchellomello])
37+
- Device tracker: [Owntracks] waypoint import ([@pavoni])
38+
- Climate: A lot of bugfix ([@turbokongen], [@pvizeli], [@djbanks])
39+
- Notify: Improvement of the title handling ([@lwis])
40+
- RFXtrx: Sensor cleanup ([@turbokongen])
41+
- Device tracker: Fix for BLE device tracker ([@open-homeautomation])
42+
- Device tracker: Allow 'None' MAC addresses to be loaded from `known_devices` file ([@kellerza])
43+
- Cover: Bugfixes ([@turbokongen], [@danielperna84])
44+
- Sensor: Support for displaying details about [crypto currencies][Coinmarketcap] ([@fabaff])
45+
- Device tracker: Support for [automatic] to track your vehicles ([@Teagan42])
46+
- Devie tracker: Add exclude option to [Nmap] device tracker ([danieljkemp])
47+
- Device tracker: Improved login errors for Asus device tracker ([@kellerza])
48+
- Sensor: Support for displaying the status of [Xbox] Live accounts ([@mKerix])
49+
- Notify: Adding `link_names` for sending Slack message ([@salt-lick])
50+
- Binary sensor: Add the occupancy sensor class ([@robbiet480])
51+
- Fan: Add supoort for [MQTT fans][mqtt-fan] ([@robbiet480])
52+
- Docs: Add Sphinx API doc generation ([@bbangert])
53+
- Core: Allow reloading automation without restart ([@balloob])
54+
- Sensor: Added scale and offset to the [Temper] sensor ([@mKerix])
55+
- Sensor: New support for [Trend] sensor ([@pavoni])
56+
- Device tracker: Keep looking for new BLE devices ([@Bart274])
57+
- Switch: Added device state attributes and support for legacy firmware for D-Link switches ([@LinuxChristian])
58+
- Sensor: Improve 1-Wire device family detection ([@Ardetus])
59+
- Modbus: Update to be thread safe ([@persandstrom])
60+
- Camera: FFMpeg is abale to get the images ([@pvizeli])
61+
- Core: Reload groups without restart ([@balloob])
62+
- Core: Fix remove listener ([@balloob])
63+
- Sensor: Support for monitoring your [battery] on a Linux host ([@fabaff])
64+
- Core: Add support for complex template structures to `data_template` ([@pvizeli])
65+
- `check_config`: Improve yaml fault tolerance and handle border cases ([@kellerza])
66+
- Core: Add additional [template] for custom date formats ([@lwis])
67+
- Sensor: Support for getting stats from Pi-Hole systems ([@fabaff])
2068

2169
### {% linkable_title Breaking changes %}
2270

@@ -25,42 +73,50 @@ categories: Release-Notes
2573
- [OctoPrint] component
2674
- mFi platform ([switch][mfi-switch] and [sensor][mfi-sensor])
2775
- NX584 Alarm Control Panel
28-
- [Fire-TV]
29-
- [switch][command-line-switch] and the [cover][command-line-cover] `command_line` platforms
30-
76+
- Mediaplayer platforms [FireTV] and [MPD]
77+
- [switch][command-line-switch] and the [cover][command-line-cover] `command_line` platforms
3178

79+
[@Ardetus]: https://github.com/Ardetus
3280
[@arsaboo]: https://github.com/arsaboo
3381
[@auchter]: https://github.com/auchter
3482
[@balloob]: https://github.com/balloob
35-
[@blocke]: https://github.com/blocke
36-
[@BluGeni]: https://github.com/BluGeni
83+
[@Bart274]: https://github.com/Bart274
84+
[@bbangert]: https://github.com/bbangert
85+
[@danieljkemp]: https://github.com/danieljkemp
3786
[@danielperna84]: https://github.com/danielperna84
38-
[@DavidMStraub]: https://github.com/DavidMStraub
39-
[@dpford]: https://github.com/dpford
87+
[@djbanks]: https://github.com/djbanks
4088
[@fabaff]: https://github.com/fabaff
4189
[@infamy]: https://github.com/infamy
4290
[@jnewland]: https://github.com/jnewland
43-
[@Juggels]: https://github.com/Juggels
4491
[@kellerza]: https://github.com/kellerza
45-
[@mcdeck]: https://github.com/mcdeck
46-
[@meatz]: https://github.com/meatz
47-
[@mgbowen]: https://github.com/mgbowen
92+
[@LinuxChristian]: https://github.com/LinuxChristian
93+
[@lwis]: https://github.com/lwis
4894
[@mKerix]: https://github.com/mKerix
4995
[@nkgilley]: https://github.com/nkgilley
50-
[@nunofgs]: https://github.com/nunofgs
5196
[@open-homeautomation]: https://github.com/open-homeautomation
5297
[@pavoni]: https://github.com/pavoni
98+
[@persandstrom]: https://github.com/persandstrom
5399
[@pvizeli]: https://github.com/pvizeli
54100
[@robbiet480]: https://github.com/robbiet480
55-
[@roidayan]: https://github.com/roidayan
56-
[@roidayan]: ttps://github.com/roidayan
57-
[@shmuelzon]: https://github.com/shmuelzon
101+
[@salt-lick]: https://github.com/salt-lick
102+
[@tchellomello]: https://github.com/tchellomello
58103
[@Teagan42]: https://github.com/Teagan42
59104
[@technicalpickles]: https://github.com/technicalpickles
60-
[@tobiebooth]: https://github.com/tobiebooth
61105
[@turbokongen]: https://github.com/turbokongen
62106
[@w1ll1am23]: https://github.com/w1ll1am23
63107

108+
[MPD]: /components/media_player.mpd/
109+
[Coinmarketcap]: /components/sensor.coinmarketcap
110+
[template]: /topics/templating/
111+
[battery]: /components/sensor.linux_battery
112+
[group]: /components/group/
113+
[automation]: /components/automation/
114+
[Temper]: /components/sensor.temper/
115+
[mqtt-fan]: /components/fan.mqtt/
116+
[Xbox]: /components/sensor.xbox_live/
117+
[Nmap]: /components/device_tracker.nmap_scanner/
118+
[automatic]: /components/device_tracker.automatic/
119+
[Owntracks]: /components/device_tracker.owntracks/
64120
[OpenweatherMap]: /components/sensor.openweathermap/
65121
[OctoPrint]: /components/octoprint/
66122
[mfi-switch]: /components/switch.mfi/

0 commit comments

Comments
 (0)