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
As of this release we have done [10,000 builds on Travis](https://travis-ci.org/home-assistant/home-assistant/builds/154660811) and recently passed 900 forks on Github! We are also fast approaching 4,000 stars on Github.
16
16
17
-
-[Fritzbox] ([@DavidMStraub])
18
-
-[HP] ([@Juggels])
19
-
- Media player - WebOS: Support for [customizing][webos] inputs ([@roidayan])
20
-
- Device tracker: [Gravatar] ([@robbiet480])
21
-
-[HTML5] notify actions ([@robbiet480])
22
-
- Camera: Support for HTTP Bascic and Digest authentification ([@meatz])
17
+
While this release is **Amazing**, we had to crack a few eggs to make an omelette so some things are broken. Please make sure to read the Breaking Changes section below!
23
18
24
-
### {% linkable_title Breaking changes %}
25
19
26
-
- The [NZBGet] and the [SABnzbd] sensor were updated to following the same style for the configuration as the other sensor. If you are using those sensors, please update your configuration.
27
-
- The [Loop Energy][Loop] sensor configuration was updated to better distinguish between gas and electricity.
This release will enable [HTML5] push notifications on Chrome/Firefox/Opera on both desktop and Android devices. This means that you can send a notification to your phone even when the site is not open on it. When using Chrome you can include an action so that you can control your phone from your lock screen. Thanks again to [@robbiet480] for all his hard work on this!
Using the new notify `group` platform allows you to cut down a lot of duplicate automation logic by combining multiple notification platforms and `target`s into a single notify service. Check out the [docs](https://home-assistant.io/components/notify.group/) for more info.
32
+
33
+
#### {% linkable_title `target` is no longer needed! %}
34
+
For platforms that support it, starting with the new HTML5 platform, any `target`s that are available will be exposed as individual services, so no more having to remember which `target`s to use. Please note that the existing services also still exist so you can keep using `target` if you wish.
35
+
36
+
### {% linkable_title Validate configuration before restarting Home Assistant %}
37
+
Ever restarted Home Assistant to test a configuration change just to figure out there is a validation error? Well, not anymore! [@kellerza] has added a command line script that will validate your configuration as if you start Home Assistant.
38
+
39
+
```bash
40
+
$ hass --script check_config
41
+
```
42
+
43
+
### {% linkable_title Configuration validation %}
44
+
This release includes a first big push on making sure all platforms contain proper configuration validation. This should help in getting your configuration right. Thanks to [@fabaff], [@pavoni], [@pvizeli], and [@nkgilley] for all the hard work on this, you rock!
It's now possible to use [FFMpeg] to monitor a video stream and detect motion thanks to a new binary sensor platform by [@pvizeli].
36
52
37
-
[@abcminiuser]: https://github.com/abcminiuser
53
+
### {% linkable_title Component clean up - Thermostat & HVAC -> Climate. Rollershutter & Garage Door -> Cover. %}
54
+
Due to our wild growth we ended up with some components that had a lot of overlapping functionality. [@turbokongen] took on the hard job on merging them. Thermostat and HVAC platforms are now combined under the new [Climate] component. Rollershutter and Garage Door platforms are now combined under the new Cover component. You can easily upgrade by just swapping out the name. For example replace `thermostat` with `climate`. The old components have been deprecated and will be removed in the near future.
- Device Tracking: TP-Link Archer C7 5 GHz devices will now also be [found] ([@dpford])
87
+
- Z-Wave: New rename [node] service added ([@jnewland])
88
+
- Wink: [Bug] fixes ([@w1ll1am23])
89
+
- Homematic: new device and controller variable [support] ([@danielperna84], [@pvizeli], [@mcdeck])
90
+
91
+
### {% linkable_title Breaking changes %}
92
+
- Ecobee3 occupancy sensors have moved from sensor platform to binary sensor platform.
93
+
- Forecast.io entity IDs are now like `sensor.forecastio_temperature`. Previously they were like `sensor.weather_temperature`. Apologies for this change, but we needed to make Forecast.io more generic now that we have many weather platforms.
94
+
- The [Loop Energy][Loop] sensor configuration format changed slightly, please reformat based on the revised documentation.
95
+
- The configuration for the [SABnzbd] sensor has slightly changed. The prefix `type:` is no longer required for monitored variables.
96
+
97
+
### {% linkable_title Deprecations %}
98
+
- Using the thermostat and hvac components has been deprecated. Please migrate to the new climate component. (just change name, configurations are compatible)
99
+
- Using the rollershutter and garage door components has been deprecated. Please migrate to the new cover component. (just change name, configurations are compatible)
0 commit comments