Add content

This commit is contained in:
Fabian Affolter 2016-09-10 15:25:20 +02:00
parent 61bcd38ab5
commit 314ce89211
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -1,22 +1,70 @@
---
layout: post
title: "0.28: "
description: ""
date: 2016-09-01 08:00:00 +0200
date_formatted: "September 01, 2016"
title: "0.28: Reload automation and groups, API documentation, car tracking, Pi-Hole stats"
description: "No Home Assistant restart for reloading automations and groups, Automatic car tracking, Pi-Hole and battery details, and bugfixes for climate and cover"
date: 2016-09-09 08:00:00 +0200
date_formatted: "September 09, 2016"
author: Fabian Affolter
author_twitter: fabaff
comments: true
categories: Release-Notes
---
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.
### {% linkable_title Reload automation rules %}
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.
<p class='img'>
<img src='{{site_root}}/images/screenshots/automation-switches.png' />
</p>
### {% linkable_title Climate and cover %}
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...
### {% linkable_title API documentation %}
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.
### {% linkable_title Configuration validation %}
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!
### {% linkable_title All changes %}
<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' />
<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' />
-
- Light: Added bitfield to Flux LED since we are supporting effects ([@tchellomello])
- Device tracker: [Owntracks] waypoint import ([@pavoni])
- Climate: A lot of bugfix ([@turbokongen], [@pvizeli], [@djbanks])
- Notify: Improvement of the title handling ([@lwis])
- RFXtrx: Sensor cleanup ([@turbokongen])
- Device tracker: Fix for BLE device tracker ([@open-homeautomation])
- Device tracker: Allow 'None' MAC addresses to be loaded from `known_devices` file ([@kellerza])
- Cover: Bugfixes ([@turbokongen], [@danielperna84])
- Sensor: Support for displaying details about [crypto currencies][Coinmarketcap] ([@fabaff])
- Device tracker: Support for [automatic] to track your vehicles ([@Teagan42])
- Devie tracker: Add exclude option to [Nmap] device tracker ([danieljkemp])
- Device tracker: Improved login errors for Asus device tracker ([@kellerza])
- Sensor: Support for displaying the status of [Xbox] Live accounts ([@mKerix])
- Notify: Adding `link_names` for sending Slack message ([@salt-lick])
- Binary sensor: Add the occupancy sensor class ([@robbiet480])
- Fan: Add supoort for [MQTT fans][mqtt-fan] ([@robbiet480])
- Docs: Add Sphinx API doc generation ([@bbangert])
- Core: Allow reloading automation without restart ([@balloob])
- Sensor: Added scale and offset to the [Temper] sensor ([@mKerix])
- Sensor: New support for [Trend] sensor ([@pavoni])
- Device tracker: Keep looking for new BLE devices ([@Bart274])
- Switch: Added device state attributes and support for legacy firmware for D-Link switches ([@LinuxChristian])
- Sensor: Improve 1-Wire device family detection ([@Ardetus])
- Modbus: Update to be thread safe ([@persandstrom])
- Camera: FFMpeg is abale to get the images ([@pvizeli])
- Core: Reload groups without restart ([@balloob])
- Core: Fix remove listener ([@balloob])
- Sensor: Support for monitoring your [battery] on a Linux host ([@fabaff])
- Core: Add support for complex template structures to `data_template` ([@pvizeli])
- `check_config`: Improve yaml fault tolerance and handle border cases ([@kellerza])
- Core: Add additional [template] for custom date formats ([@lwis])
- Sensor: Support for getting stats from Pi-Hole systems ([@fabaff])
### {% linkable_title Breaking changes %}
@ -25,42 +73,50 @@ categories: Release-Notes
- [OctoPrint] component
- mFi platform ([switch][mfi-switch] and [sensor][mfi-sensor])
- NX584 Alarm Control Panel
- [Fire-TV]
- [switch][command-line-switch] and the [cover][command-line-cover] `command_line` platforms
- Mediaplayer platforms [FireTV] and [MPD]
- [switch][command-line-switch] and the [cover][command-line-cover] `command_line` platforms
[@Ardetus]: https://github.com/Ardetus
[@arsaboo]: https://github.com/arsaboo
[@auchter]: https://github.com/auchter
[@balloob]: https://github.com/balloob
[@blocke]: https://github.com/blocke
[@BluGeni]: https://github.com/BluGeni
[@Bart274]: https://github.com/Bart274
[@bbangert]: https://github.com/bbangert
[@danieljkemp]: https://github.com/danieljkemp
[@danielperna84]: https://github.com/danielperna84
[@DavidMStraub]: https://github.com/DavidMStraub
[@dpford]: https://github.com/dpford
[@djbanks]: https://github.com/djbanks
[@fabaff]: https://github.com/fabaff
[@infamy]: https://github.com/infamy
[@jnewland]: https://github.com/jnewland
[@Juggels]: https://github.com/Juggels
[@kellerza]: https://github.com/kellerza
[@mcdeck]: https://github.com/mcdeck
[@meatz]: https://github.com/meatz
[@mgbowen]: https://github.com/mgbowen
[@LinuxChristian]: https://github.com/LinuxChristian
[@lwis]: https://github.com/lwis
[@mKerix]: https://github.com/mKerix
[@nkgilley]: https://github.com/nkgilley
[@nunofgs]: https://github.com/nunofgs
[@open-homeautomation]: https://github.com/open-homeautomation
[@pavoni]: https://github.com/pavoni
[@persandstrom]: https://github.com/persandstrom
[@pvizeli]: https://github.com/pvizeli
[@robbiet480]: https://github.com/robbiet480
[@roidayan]: https://github.com/roidayan
[@roidayan]: ttps://github.com/roidayan
[@shmuelzon]: https://github.com/shmuelzon
[@salt-lick]: https://github.com/salt-lick
[@tchellomello]: https://github.com/tchellomello
[@Teagan42]: https://github.com/Teagan42
[@technicalpickles]: https://github.com/technicalpickles
[@tobiebooth]: https://github.com/tobiebooth
[@turbokongen]: https://github.com/turbokongen
[@w1ll1am23]: https://github.com/w1ll1am23
[MPD]: /components/media_player.mpd/
[Coinmarketcap]: /components/sensor.coinmarketcap
[template]: /topics/templating/
[battery]: /components/sensor.linux_battery
[group]: /components/group/
[automation]: /components/automation/
[Temper]: /components/sensor.temper/
[mqtt-fan]: /components/fan.mqtt/
[Xbox]: /components/sensor.xbox_live/
[Nmap]: /components/device_tracker.nmap_scanner/
[automatic]: /components/device_tracker.automatic/
[Owntracks]: /components/device_tracker.owntracks/
[OpenweatherMap]: /components/sensor.openweathermap/
[OctoPrint]: /components/octoprint/
[mfi-switch]: /components/switch.mfi/