mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
More blog post fixes
This commit is contained in:
parent
5f78b4b7bb
commit
379b7facd8
@ -7,7 +7,7 @@ sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: russound.gif
|
||||
logo: russound.png
|
||||
ha_category: Media Player
|
||||
ha_release: 0.25
|
||||
---
|
||||
|
@ -31,18 +31,17 @@ I would like to do a shoutout to [@fabianhjr]. He has started adding [typing] da
|
||||
- Script: Delay support for [Scripts][script] ([@Teagan42])
|
||||
- Media player: [Russound RNET][Russound] integration ([@laf])
|
||||
- Remote: Option specifying custom timeout when calling Home Assistant API ([@n8henrie])
|
||||
- Tests: Dependencies were removed from tests ([@balloob])
|
||||
- Thermostat: Integration of [KNX] thermostats ([@open-homeautomation])
|
||||
- Thermostat: Support for HVAC mode of [Nest] devices ([@vladonemo])
|
||||
- InfluxDB: Option to specify additional [tags] ([@open-homeautomation])
|
||||
- Input slider: Support for float value ([@ngraziano])
|
||||
- Template: New filters (`timestamp_local` and `timestamp_utc`) ([@fabaff])
|
||||
- Binary sensor: Water leak sensor support added ([@w1ll1am23])
|
||||
- Sensor: Support for luminance of Tellduslive Fibaro Motion Sensor ([@PetitCircuitLab])
|
||||
- Switch: Inverted logic for RPi GPIO ([@zeroDenial])
|
||||
- Template: New [filters] (`timestamp_local` and `timestamp_utc`) ([@fabaff])
|
||||
- Binary sensor - Wink: Water leak sensor support added ([@w1ll1am23])
|
||||
- Sensor - Tellduslive: Support for luminance of Fibaro Motion Sensor ([@PetitCircuitLab])
|
||||
- Switch - RPi GPIO: Fix when inverted logic ([@zeroDenial])
|
||||
- Z-Wave: Rollershutter update ([@turbokongen])
|
||||
- RFXtrx: Fire events when receiving signals from sensors and tests added ([@Danielhiversen])
|
||||
- Core: Add [type] checking using mypy to the core ([@fabianhjr])
|
||||
- Core: Add [type][typing] checking using mypy to the core ([@fabianhjr])
|
||||
- Remote: Support for getting the [Configuration] through the Python API ([@fabaff])
|
||||
- Media player: Support for [DirecTV] ([@cbulock])
|
||||
- Use browser timezone for frontend logbook and history dates ([@armills])
|
||||
@ -56,12 +55,13 @@ I would like to do a shoutout to [@fabianhjr]. He has started adding [typing] da
|
||||
- Sensor: Speedtest with improved error handling and state restoring ([@nkgilley])
|
||||
- Recorder: Stability fixes ([@kellerza])
|
||||
- Qwikswitch: Stability fixes ([@kellerza])
|
||||
- Light: Hyperion keeps now track of active color ([@schneefux])
|
||||
- Light: [Hyperion] keeps now track of active color ([@schneefux])
|
||||
|
||||
### {% linkable_title Breaking changes %}
|
||||
|
||||
- Google Voice SMS notification support was removed.
|
||||
|
||||
[@nkgilley]: https://github.com/nkgilley
|
||||
[@abcminiuser]: https://github.com/abcminiuser
|
||||
[@americanwookie]: https://github.com/americanwookie
|
||||
[@armills]: https://github.com/armills
|
||||
@ -93,23 +93,25 @@ I would like to do a shoutout to [@fabianhjr]. He has started adding [typing] da
|
||||
[custom-panels]: /developers/frontend_creating_custom_panels/
|
||||
[iframe_panel]: /components/panel_iframe/
|
||||
[custom]: /cookbook/custom_panel_using_react/
|
||||
[flux]: /component/light.flux_led/
|
||||
[script]: /components/script/
|
||||
[Russound]: /component/media_player.russound_rnet/
|
||||
[tags]: /component/influxdb/
|
||||
[flux]: /components/light.flux_led/
|
||||
[script]: /getting-started/scripts/#delay
|
||||
[Russound]: /components/media_player.russound_rnet/
|
||||
[tags]: /components/influxdb/
|
||||
[filter]: /topics/templating/
|
||||
[jupyter-notebooks]: /cookbook/#jupyter-notebooks
|
||||
[jupyter-repo]: https://github.com/home-assistant/home-assistant-notebooks
|
||||
[Jupyter]: http://jupyter.org/
|
||||
[blog]: /blog/2016/07/23/internet-of-things-data-exploration-with-jupyter-notebooks/
|
||||
[DirecTV]: /component/media_player.directv/
|
||||
[Configuration]: /developers/python_api/
|
||||
[DirecTV]: /components/media_player.directv/
|
||||
[Configuration]: /developers/python_api/#get-configuration
|
||||
[X10]: /components/light.x10/
|
||||
[IMAP]: /component/sensor.imap/
|
||||
[type]: https://docs.python.org/3/library/typing.html
|
||||
[IMAP]: /components/sensor.imap/
|
||||
[typing]: https://docs.python.org/3/library/typing.html
|
||||
[PEP484]: https://www.python.org/dev/peps/pep-0484/
|
||||
[MPC-HC]: /components/media_player.mpchc/
|
||||
[Telegram]: /components/notify.telegram/
|
||||
[react-panel]: /cookbook/custom_panel_using_react/
|
||||
[KNX]: /components/thermostat.knx/
|
||||
[Nest]: /components/thermostat.nest/
|
||||
[filters]: /topics/templating/#home-assistant-template-extensions
|
||||
[Hyperion]: /components/light.hyperion/
|
@ -71,8 +71,8 @@ delay:
|
||||
|
||||
```yaml
|
||||
# Waits however many minutes input_slider.minute_delay is set to
|
||||
delay: '00:{{ input_slider.minute_delay }}:00'
|
||||
# Valid formats include HH:MM and HH:MM:SS
|
||||
# Valid formats include HH:MM and HH:MM:SS
|
||||
delay: {% raw %}'00:{{ input_slider.minute_delay }}:00'{% endraw %}
|
||||
```
|
||||
|
||||
#### {% linkable_title Fire an Event %}
|
||||
|
@ -15,16 +15,11 @@ hide_github_edit: true
|
||||
<div class="grid">
|
||||
<div class="grid__item one-third lap-one-third palm-one-whole">
|
||||
<div class='current-version material-card text'>
|
||||
<<<<<<< HEAD
|
||||
<h1>Current Version: 0.24</h1>
|
||||
Released: <span class='release-date'>July 16, 2016</span>
|
||||
=======
|
||||
<h1>Current Version: 0.24.1</h1>
|
||||
Released: <span class='release-date'>July 21, 2016</span>
|
||||
>>>>>>> master
|
||||
<h1>Current Version: 0.25</h1>
|
||||
Released: <span class='release-date'>July 30, 2016</span>
|
||||
|
||||
<div class='links'>
|
||||
<a href='/blog/2016/07/16/sqlalchemy-knx-join-simplisafe/'>Release notes</a>
|
||||
<a href='/blog/2016/07/30/custom-frontend-panels-jupyter-notebooks-directv/'>Release notes</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class='join-community material-card text'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user