From 07265093bead87267d805ace921e286d2adb4230 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 27 Jul 2016 15:46:52 +0200 Subject: [PATCH] Add DirecTV --- source/_posts/2016-07-30-tbd.markdown | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/source/_posts/2016-07-30-tbd.markdown b/source/_posts/2016-07-30-tbd.markdown index e557977c841..68b8b7dae6f 100644 --- a/source/_posts/2016-07-30-tbd.markdown +++ b/source/_posts/2016-07-30-tbd.markdown @@ -1,6 +1,6 @@ --- layout: post -title: "0.25: iFrame panels, Jupyther notebooks." +title: "0.25: iFrame panels, Jupyther notebooks, DirecTV." description: "This new release of Home Assistant contains support for iFrame panels." date: 2016-07-30 12:00:00 +0000 date_formatted: "July 30, 2016" @@ -18,7 +18,7 @@ The [Jupyter] Notebooks allows you to create and share documents that contain co Typing, Tests... - + - Frontend: Support for [iFrame panels][panel] ([@balloob]) - Light: [MagicLight/Flux WiFi Color LED Light][flux] support ([@Danielhiversen]) @@ -36,6 +36,8 @@ Typing, Tests... - Switch: Inverted logic for RPi GPIO ([@zeroDenial]) - Z-Wave: Rollershutter update ([@turbokongen]) - Rfxtrx: Fire events when receiving signals from sensors ([@Danielhiversen]) +- API: Support for getting the [Configuration] through the Python API ([@fabaff]) +- Media player: Support for [DirecTV] ([@cbulock]) ### {% linkable_title Breaking changes %} @@ -60,6 +62,7 @@ Typing, Tests... [@zeroDenial]: https://github.com/zeroDenial [@turbokongen]: https://github.com/turbokongen [@kireyeu]: https://github.com/kireyeu +[@cbulock]: https://github.com/cbulock [panel]: /components/planel_iframe/ [flux]: /component/light.flux_led/ @@ -71,3 +74,5 @@ Typing, Tests... [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/