Merge branch 'current' into next

This commit is contained in:
Franck Nijhof 2019-03-14 22:44:49 +01:00
commit 1b820ba681
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
4 changed files with 5 additions and 4 deletions

View File

@ -1 +1 @@
2.4.3 2.6.2

View File

@ -126,7 +126,7 @@ DEPENDENCIES
stringex (~> 1.4) stringex (~> 1.4)
RUBY VERSION RUBY VERSION
ruby 2.4.1p111 ruby 2.6.2p47
BUNDLED WITH BUNDLED WITH
1.17.1 2.0.1

View File

@ -139,7 +139,7 @@ sensor:
## {% linkable_title Updating sensors on-demand using Automation %} ## {% linkable_title Updating sensors on-demand using Automation %}
You can also use the `homeassistant.update` service to update the sensor on-demand. For example, if you want to update `sensor.morning_commute` every 2 minutes on weekday mornings, you can use the following automation: You can also use the `homeassistant.update_entity` service to update the sensor on-demand. For example, if you want to update `sensor.morning_commute` every 2 minutes on weekday mornings, you can use the following automation:
```yaml ```yaml
- id: update_morning_commute_sensor - id: update_morning_commute_sensor

View File

@ -39,6 +39,7 @@ Support for these components is provided by the Home Assistant community.
<a href='#all' class="btn">All ({{tot}})</a> <a href='#all' class="btn">All ({{tot}})</a>
<a href='#featured' class="btn featured">Featured</a> <a href='#featured' class="btn featured">Featured</a>
<div class="version_select">Added in: <select name="versions"> <div class="version_select">Added in: <select name="versions">
<option value="#"></option>
{%- for group in components_by_version -%} {%- for group in components_by_version -%}
<optgroup label="{{ group.label }} ({{group.new_components_count}})"> <optgroup label="{{ group.label }} ({{group.new_components_count}})">
{%- for version in group.versions -%} {%- for version in group.versions -%}