mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Merge branch 'current' into next
This commit is contained in:
commit
1b820ba681
@ -1 +1 @@
|
|||||||
2.4.3
|
2.6.2
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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 -%}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user