mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Release 0.35.1
This commit is contained in:
parent
5efe180893
commit
3c72339abf
@ -131,9 +131,9 @@ social:
|
||||
# Home Assistant release details
|
||||
current_major_version: 0
|
||||
current_minor_version: 35
|
||||
current_patch_version: 0
|
||||
date_released: 2016-12-17
|
||||
current_patch_version: 1
|
||||
date_released: 2016-12-18
|
||||
|
||||
# Either # or the anchor link to latest release notes in the blog post.
|
||||
# Must be prefixed with a # and have double quotes around it.
|
||||
patch_version_notes: "#release-0345---december-12"
|
||||
patch_version_notes: "#release-0351---december-18"
|
||||
|
@ -28,6 +28,7 @@ Configuration variables:
|
||||
- **api_password** (*Optional*): Protect Home Assistant with a password.
|
||||
- **server_host** (*Optional*): Only listen to incoming requests on specific ip/host (default: accept all)
|
||||
- **server_port** (*Optional*): Let you set a port to use. Defaults to 8123.
|
||||
- **base_url** (*Optional*): The url that Home Assistant is available on the internet. Defaults to local IP address.
|
||||
- **development** (*Optional*): Disable caching and load unvulcanized assets. Useful for Frontend development.
|
||||
- **ssl_certificate** (*Optional*): Path to your TLS/SSL certificate to serve Home Assistant over a secure connection.
|
||||
- **ssl_key** (*Optional*): Path to your TLS/SSL key to serve Home Assistant over a secure connection.
|
||||
|
@ -62,6 +62,20 @@ The [GPSLogger](https://home-assistant.io/components/device_tracker.gpslogger/)
|
||||
- Media player - Kodi: Authentification fixed and fan art ([@balloob], [@joopert])
|
||||
- Minor and not so minor features and bug fixes by [@pvizeli], [@jminn], [@magicus], [@teodoc], [@fabaff], [@technicalpickles], [@balloob], [@lukas-hetzenecker], [@rubund], [@dasos], [@trisk], [@armills], [@auduny], [@lwis], [@nkgilley], [@janLo], [@keatontaylor], [@stefan-jonasson], [@Jypy], [@jawilson], [@DavidLP], [@molobrakos], [@jabesq], [@joerocklin], [@kellerza], [@kirichkov], and [@danielperna84].
|
||||
|
||||
### {% linkable_title Release 0.35.1 - December 18 %}
|
||||
|
||||
Some issues have been reported with TTS that will be addressed by 0.35.1. The TTS component had issues linking the media player to the right media file if you were using Docker or SSL certificates. This can be fixed by exposing to your HTTP config what url you use for hosting Home Assistant:
|
||||
|
||||
```yaml
|
||||
http:
|
||||
base_url: example.duckdns.org
|
||||
```
|
||||
|
||||
- Fix exit hanging on OS X with async logging ([@balloob])
|
||||
- Fix Text to speech clearing cache ([@pvizeli])
|
||||
- Allow setting a base API url in HTTP component ([@balloob])
|
||||
- Fix occasional errors in automation ([@pvizeli])
|
||||
|
||||
### {% linkable_title If you need help... %}
|
||||
...don't hesitate to use our [Forum](https://community.home-assistant.io/) or join us for a little [chat](https://gitter.im/home-assistant/home-assistant). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
||||
|
||||
@ -85,8 +99,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[@farminf]: https://github.com/farminf
|
||||
[@jabesq]: https://github.com/jabesq
|
||||
[@janLo]: https://github.com/janLo
|
||||
[@janLo]: https://github.com/janLo
|
||||
[@jawilson]: https://github.com/jawilson
|
||||
[@jawilson]: https://github.com/jawilson
|
||||
[@jminn]: https://github.com/jminn
|
||||
[@joerocklin]: https://github.com/joerocklin
|
||||
@ -107,7 +119,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
||||
[@nkgilley]: https://github.com/nkgilley
|
||||
[@pvizeli]: https://github.com/pvizeli
|
||||
[@rubund]: https://github.com/rubund
|
||||
[@rubund]: https://github.com/rubund
|
||||
[@soldag]: https://github.com/soldag
|
||||
[@stefan-jonasson]: https://github.com/stefan-jonasson
|
||||
[@tchellomello]: https://github.com/tchellomello
|
||||
|
Loading…
x
Reference in New Issue
Block a user