Merge branch 'current' into next
This commit is contained in:
commit
73ed694fed
40 changed files with 313 additions and 230 deletions
|
@ -147,7 +147,7 @@ The validation of the configuration is still on-going. Approximatly 80 % is done
|
|||
[Temper]: /components/sensor.temper/
|
||||
[mqtt-fan]: /components/fan.mqtt/
|
||||
[Xbox]: /components/sensor.xbox_live/
|
||||
[Nmap]: /components/device_tracker.nmap_scanner/
|
||||
[Nmap]: /components/device_tracker.nmap_tracker/
|
||||
[automatic]: /components/device_tracker.automatic/
|
||||
[Owntracks]: /components/device_tracker.owntracks/
|
||||
[OpenweatherMap]: /components/sensor.openweathermap/
|
||||
|
|
|
@ -120,11 +120,18 @@ We are working on a better solution for 0.35.
|
|||
- Fix incorrect ordering of service calls which could cause delays inbetween turning on multiple entities ([@balloob])
|
||||
- Fix Nest Climate temperature issues ([@technicalpickles])
|
||||
|
||||
### {% linkable_title Release 0.34.5 - December 12 %}
|
||||
|
||||
- Fix Nest sensors doing I/O inside event loop ([@balloob])
|
||||
- Fix Nest version bump not triggering re-install ([@R1chardTM])
|
||||
- Fix Nest cameras without activity zones ([@technicalpickles])
|
||||
- Fix Plex doing I/O inside event loop ([@balloob])
|
||||
|
||||
### {% linkable_title Breaking changes %}
|
||||
|
||||
- The [HomeMatic][homematic] component now uses a different syntax for hosts and the `set_value` service has been renamed.
|
||||
- All [RFXtrx][rfxtrx] sensors will get a new entity ID.
|
||||
- If you are using NGINX, you will have to [adapt your configuration][nginx].
|
||||
- The frontend now uses websockets. If you run a server in front of Home Assistant, you will have to update your config (example [nginx][nginx])
|
||||
- [Nest][nest] contains changes which will require your attention.
|
||||
|
||||
### {% linkable_title If you need help... %}
|
||||
|
@ -135,6 +142,7 @@ We are working on a better solution for 0.35.
|
|||
|
||||
Experiencing issues introduced by this release? Please report them in our [issue tracker](https://github.com/home-assistant/home-assistant/issues). Make sure to fill in all fields of the issue template.
|
||||
|
||||
[@R1chardTM]: https://github.com/R1chardTM
|
||||
[@armills]: https://github.com/armills
|
||||
[@jawilson]: https://github.com/jawilson
|
||||
[@rubund]: https://github.com/rubund
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue