Merge branch 'current' into next

This commit is contained in:
Paulus Schoutsen 2018-08-11 09:00:03 +02:00
commit 80f63204c4
8 changed files with 21 additions and 10 deletions

View File

@ -142,13 +142,13 @@ social:
# Home Assistant release details
current_major_version: 0
current_minor_version: 75
current_patch_version: 2
date_released: 2018-08-06
current_patch_version: 3
date_released: 2018-08-09
# Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it.
# Major release:
patch_version_notes: "#release-0752---august-6"
patch_version_notes: "#release-0753---august-9"
# Minor release (Example #release-0431---april-25):
# Date we moved to Discourse for comments

View File

@ -43,7 +43,7 @@ Configuration variables:
A full configuration example looks like the one below. `min_cycle_duration` and `keep_alive` must contain at least one of the following entries: `days:`, `hours:`, `minutes:`, `seconds:` or `milliseconds:`.
Currently the `generic_thermostat` climate platform supports 'heat', 'cool' and 'off' operation modes. You can force your `generic_thermstat` to avoid starting by setting Operation to 'off'.
Currently the `generic_thermostat` climate platform supports 'heat', 'cool' and 'off' operation modes. You can force your `generic_thermostat` to avoid starting by setting Operation to 'off'.
Please note that changing Away Mode you will force a target temperature change as well that will get restored once the Away Mode is turned off.

View File

@ -53,12 +53,10 @@ frontend:
{% endconfiguration %}
## {% linkable_title Themes %}
## {% linkable_title Defining Themes %}
Starting with version 0.49 you can define themes:
Example:
```yaml
# Example configuration.yaml entry
frontend:
@ -71,6 +69,10 @@ frontend:
The example above defined two themes named `happy` and `sad`. For each theme you can set values for CSS variables. For a partial list of variables used by the main frontend see [ha-style.js](https://github.com/home-assistant/home-assistant-polymer/blob/master/src/resources/ha-style.js).
Check our [community forums](https://community.home-assistant.io/c/projects/themes) to find themes to use.
### {% linkable_title Theme automation %}
There are 2 themes-related services:
- `frontend.reload_themes`: reloads theme configuration from your `configuration.yaml` file.

View File

@ -15,7 +15,7 @@ ha_release: 0.52
ha_iot_class: "Cloud Polling"
---
The `nello` platform allows you to control [Nello](https://nello.io) intercoms.
The `nello` platform allows you to control [Nello](https://www.nello.io) intercoms.
To get started you need to create a secondary Nello account and authorize it to access your lock(s).

View File

@ -16,7 +16,7 @@ ha_iot_class: "Cloud Polling"
The 'magicseaweed' platform uses the [Magicseaweed Forecast API](https://magicseaweed.com/developer/forecast-api) as a source for surf forecasting data for the surf spots of your choice.
You need an API key which is free but requires [registration](https://magicseaweed.com/developer/sign-up). Magicseaweed is limiting users of the API to 2 spots for the free plan.
You need an API key which is free but requires [registration](https://magicseaweed.com/developer/sign-up). Magicseaweed is limiting users of the API to 1 spot for the free plan.
To add Magicseaweed forecasts to your installation, add the following to your `configuration.yaml` file:

View File

@ -102,7 +102,7 @@ When using `wait_template` within an automation `trigger.entity_id` is supported
{% raw %}
```yaml
- wait_template: "{{ is_state('trigger.entity_id', 'on') }}"
- wait_template: "{{ is_state(trigger.entity_id, 'on') }}"
```
{% endraw %}

View File

@ -49,6 +49,13 @@ This release also includes a bunch more Tuya integrations thanks to [@huangyupen
- Upgrade voluptuous to 0.11.5 ([@fabaff] - [#15830])
- Fix envisalink reconnect ([@Cinntax] - [#15832]) ([envisalink docs])
## {% linkable_title Release 0.75.3 - August 9 %}
- Fix downgrade hassio cannot get refresh_token issue ([@awarecan] - [#15874]) ([hassio docs])
[#15874]: https://github.com/home-assistant/home-assistant/pull/15874
[@awarecan]: https://github.com/awarecan
[hassio docs]: /components/hassio/
## {% linkable_title If you need help... %}

View File

@ -53,9 +53,11 @@ Looking for [talking points](/help/talking-points/) or [trivia](/help/trivia)?
Don't miss the regular [Home Assistant podcasts](https://hasspodcast.io/).
- [Building a better thermostat with Home Assistant](https://opensource.com/article/18/8/build-thermostat-open-source-tools) - August 2018
- [Home Assistant lets you automate your smart home without giving up privacy](https://www.the-ambient.com/features/home-assistant-automation-privacy-582) - May 2018
- [HackSpace magazine #6](https://s3-eu-west-1.amazonaws.com/rpi-magazines/issues/full_pdfs/000/000/013/original/HS_6_Digital_Optimised.pdf?1524495009) - May 2018
- [SmartThings vs Home Assistant](https://smarthome.university/smartthings-vs-home-assistant/) - April 2018
- [Feed the dog and close the door with an open source home automation system](https://opensource.com/article/18/3/smart-home-assistant) - March 2018
- [The winners of the Thomas-Krenn-Awards 2018](https://www.thomas-krenn.com/de/tkmag/allgemein/die-gewinner-des-thomas-krenn-awards-2018-stehen-fest/) - March 2018
- [Best of Open Source Smart Home: Home Assistant vs OpenHAB](https://smarthome.university/your-smart-home-platform-home-assistant-vs-openhab/) - February 2018
- [Hausautomations-Schaltzentrale Home Assistant auf Python-Basis](https://www.heise.de/ct/ausgabe/2017-26-Hausautomations-Schaltzentrale-Home-Assistant-3909532.html) - December 2017