mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Merge branch 'current' into rc
This commit is contained in:
commit
94d7493495
@ -1 +1 @@
|
||||
2.4.3
|
||||
2.6.2
|
||||
|
@ -126,7 +126,7 @@ DEPENDENCIES
|
||||
stringex (~> 1.4)
|
||||
|
||||
RUBY VERSION
|
||||
ruby 2.4.1p111
|
||||
ruby 2.6.2p47
|
||||
|
||||
BUNDLED WITH
|
||||
1.17.1
|
||||
2.0.1
|
||||
|
@ -139,7 +139,7 @@ sensor:
|
||||
|
||||
## {% 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
|
||||
- id: update_morning_commute_sensor
|
||||
|
@ -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='#featured' class="btn featured">Featured</a>
|
||||
<div class="version_select">Added in: <select name="versions">
|
||||
<option value="#"></option>
|
||||
{%- for group in components_by_version -%}
|
||||
<optgroup label="{{ group.label }} ({{group.new_components_count}})">
|
||||
{%- for version in group.versions -%}
|
||||
|
Loading…
x
Reference in New Issue
Block a user