Merge branch 'master' into next
This commit is contained in:
commit
bf4390e943
58 changed files with 213 additions and 119 deletions
|
@ -44,6 +44,16 @@ This release includes code contributed by 31 different people. The biggest chang
|
|||
- New [pilight] component to control 433 Mz devices ([@DavidLP])
|
||||
- Sensor: [GPSD] now supported ([@fabaff])
|
||||
|
||||
### {% linkable_title Hotfix 0.26.1 - August 14 %}
|
||||
|
||||
- Fix serial_pm config validation ([@open-homeautomation])
|
||||
- Check for existence of system mode on Honeywell thermostats ([@mKeRix])
|
||||
- Fix unknown unit of measurement for hvac and thermostat component ([@turbokongen])
|
||||
|
||||
### {% linkable_title Hotfix 0.26.2 - August 15 %}
|
||||
|
||||
- Fix Wemo: have PyWemo play nicely with the latest Requests ([@pavoni])
|
||||
|
||||
### {% linkable_title Breaking changes %}
|
||||
|
||||
- A new unit system has superseded the temperature unit option in the core configuration. For now it is backwards compatible, but you should update soon:
|
||||
|
@ -55,6 +65,8 @@ homeassistant:
|
|||
unit_system: metric
|
||||
```
|
||||
|
||||
[@pavoni]: https://github.com/pavoni
|
||||
[@mKeRix]: https://github.com/mKeRix
|
||||
[@abcminiuser]: https://github.com/abcminiuser
|
||||
[@balloob]: https://github.com/balloob
|
||||
[@corbanmailloux]: https://github.com/corbanmailloux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue