5.3 KiB
layout | title | description | date | date_formatted | author | author_twitter | comments | categories |
---|---|---|---|---|---|---|---|---|
post | 0.25: iFrame panels, Jupyther notebooks, DirecTV. | This new release of Home Assistant contains support for iFrame panels. | 2016-07-30 12:00:00 +0000 | July 30, 2016 | Fabian Affolter | fabaff | true | Release-Notes |
We are proud to annonce the availability of Home Assistant 0.25. One highlight in this release are the three new media player platforms. This means that today Home Assistant inclused 26 media player integrations.
The brand-new iFrame panels allows you to integrate third-party web frontends into Home Assistant. They will show up in the sidebar and can be used the same way as you open the frontend in your browser but all within one view.
The Jupyter Notebooks are a great way to create and share documents that contain code, visualizations, and explanatory text. It's easy to work with your stored information about your home. The blog post by @kireyeu shows an advanced usecase while our Notebooks in the Home Assistant Notebooks repository only covers the basics.
Starting with this release cycle we are now using typing as described in PEP484. This is another step to improve the code and make us ready for the future. The test coverage is still 99.9999999 %.
- Frontend: Support for iFrame panels (@balloob)
- Light: MagicLight/Flux WiFi Color LED Light support (@Danielhiversen)
- Script: Delay support for Scripts (@Teagan42)
- Media player: Russound RNET integration (@laf)
- Python API: Option to define a timeout for call (@n8henrie)
- Tests: Dependencies were removed from tests (@balloob)
- Thermostat: Integration of [KNX] thermostat (@open-homeautomation])
- Thermostat: Support for HVAC mode of [Nest] devices (@vladonemo)
- InfluxDB: Option to mark data with tags (@open-homeautomation)
- Input slider: Support for value (@ngraziano)
- Template: New filters (
timestamp_local
andtimestamp_utc
) (@fabaff) - Binary sensor: Water leak sensor support added (@w1ll1am23)
- Sensor: Support for luminance of Tellduslive sensors (@PetitCircuitLab)
- Switch: Inverted logic for RPi GPIO (@zeroDenial)
- Z-Wave: Rollershutter update (@turbokongen)
- Rfxtrx: Fire events when receiving signals from sensors (@Danielhiversen)
- Core: First work about typing (@fabianhjr)
- API: Support for getting the Configuration through the Python API (@fabaff)
- Media player: Support for DirecTV (@cbulock)
- Use local timezone for log and history dates (@armills)
- Light: New support for x10 lights (@fotoetienne)
- Sensor: Support for observing IMAP accounts (@danieljkemp)
- Mediaplayer: Integration for MPC-HC mediaplayer (@abcminiuser)
- Notify:
location
extension for Telegram (@keatontaylor and @pvizeli)
{% linkable_title Breaking changes %}
- Google Voice SMS notification support was removed.
{% linkable_title FAQ %}
- Frequently asked questions about this release will show up here...