From d6e62bf8795e165e9b24e0285670aaaa40730040 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 11 Feb 2017 23:39:36 +0100 Subject: [PATCH 1/3] Update description --- source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown b/source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown index 395f3389630..b1158f070b2 100644 --- a/source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown +++ b/source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown @@ -1,7 +1,7 @@ --- layout: post title: "0.38: Alert, AppleTV, MQTT discovery, and Yeelight" -description: "Faster and more configurable frontend, " +description: "Faster and more configurable frontend, configuration check, and complete move to async for core" date: 2017-02-11 08:04:05 +0000 date_formatted: "February 11, 2017" author: Robbie Trencheny, Fabian Affolter From 0c2da1dbd0b2fda5c648c1de561b582426af7821 Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Sat, 11 Feb 2017 14:41:45 -0800 Subject: [PATCH 2/3] Spelling fix --- source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown b/source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown index b1158f070b2..04eb0a9118b 100644 --- a/source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown +++ b/source/_posts/2017-02-11-alert-appletv-mqtt-yeelight.markdown @@ -22,7 +22,7 @@ Another Saturday, another release! The frontend has been completely been rewritten, optimizing for speed and lost connection recovery. Even on the slowest phones it should fly now. The frontend also now uses the new [WebSockets API][websocket-api] instead of the [EventStream API][event-stream-api]. ### {% linkable_title Custom state card UI %} -A nice new feature is the possibility to create [custom state cards][custom-ui] in the frondend. Go ahead and write your own state card for [lights][light], sensors, locks, etc. +A nice new feature is the possibility to create [custom state cards][custom-ui] in the frontend. Go ahead and write your own state card for [lights][light], sensors, locks, etc. ### {% linkable_title MQTT discovery %} MQTT now has [discovery][mqtt-discovery] support which is different than our [`discovery`][discovery] component. Similar to the HTTP sensor and HTTP binary sensor, MQTT discovery removes the need for configuration by allowing devices to make their presence known to Home Assistant. From 6914713ff12fd73763f698cb8552433f0ad0f4e0 Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Sat, 11 Feb 2017 15:52:20 -0800 Subject: [PATCH 3/3] Fix frontmatter on notify.twilio_call.markdown --- source/_components/notify.twilio_call.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_components/notify.twilio_call.markdown b/source/_components/notify.twilio_call.markdown index a5989bd1424..9458a14ca0c 100644 --- a/source/_components/notify.twilio_call.markdown +++ b/source/_components/notify.twilio_call.markdown @@ -1,4 +1,5 @@ -yout: page +--- +layout: page title: "Twilio Call" description: "Instructions how to add user notifications to Home Assistant." date: 2017-01-27 00:09