From c4681c7c71bc8839f55a529a95115713760559b0 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 23 Jan 2019 11:35:56 -0800 Subject: [PATCH] Update blog posts --- source/_components/notify.discord.markdown | 4 +- source/_components/notify.group.markdown | 2 +- source/_includes/asides/about.html | 2 +- source/_includes/custom/footer.html | 2 +- source/_includes/custom/header.html | 2 +- source/_includes/custom/welcome.html | 2 +- source/_includes/site/hero_unit.html | 2 +- .../2019-01-23-lovelace-released.markdown | 42 ++++--- source/_posts/2019-01-23-release-86.markdown | 106 +++++++++++++++--- source/demo/index.html | 99 +--------------- source/images/blog/2019-01-lovelace/demo.png | Bin 0 -> 69839 bytes .../images/blog/2019-01-release-86/demo.png | Bin 0 -> 109411 bytes source/images/blog/2019-01-release-86/zha.png | Bin 0 -> 32153 bytes source/images/favicon-192x192-full.png | Bin 0 -> 13472 bytes 14 files changed, 123 insertions(+), 140 deletions(-) create mode 100644 source/images/blog/2019-01-lovelace/demo.png create mode 100644 source/images/blog/2019-01-release-86/demo.png create mode 100644 source/images/blog/2019-01-release-86/zha.png create mode 100644 source/images/favicon-192x192-full.png diff --git a/source/_components/notify.discord.markdown b/source/_components/notify.discord.markdown index 01fca89820b..6f296ea538e 100644 --- a/source/_components/notify.discord.markdown +++ b/source/_components/notify.discord.markdown @@ -18,7 +18,7 @@ In order to get a token you need to go to the [Discord My Apps page](https://dis Retreive the **Client ID** from the information section and the (hidden) **Token** of your bot for later. -When setting up the application you can use this [icon](/demo/favicon-192x192.png). +When setting up the application you can use this [icon](/images/favicon-192x192-full.png). To use Discord notifications, add the following to your `configuration.yaml` file: @@ -79,7 +79,7 @@ This channel ID has to be used as the target when calling the notification servi "0987654321" ], "data": { - "images": [ + "images": [ "/tmp/garage_cam.jpg" ] } diff --git a/source/_components/notify.group.markdown b/source/_components/notify.group.markdown index 467ec40282b..dd315ce0339 100644 --- a/source/_components/notify.group.markdown +++ b/source/_components/notify.group.markdown @@ -57,5 +57,5 @@ An example on how to use it in an automation: action: service: notify.NAME_OF_NOTIFIER_GROUP data: - message: "The sun is {% if is_state('sun.sun', 'above_horizon') %}up{% else %}down{% endif %}!" + message: "{% raw %}The sun is {% if is_state('sun.sun', 'above_horizon') %}up{% else %}down{% endif %}{% endraw %}!" ``` diff --git a/source/_includes/asides/about.html b/source/_includes/asides/about.html index 5d672861adc..e4a12f32618 100644 --- a/source/_includes/asides/about.html +++ b/source/_includes/asides/about.html @@ -5,7 +5,7 @@ Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
  • Get started with Home Assistant
  • -
  • Try the online demo
  • +
  • Try the online demo
  • diff --git a/source/_includes/custom/footer.html b/source/_includes/custom/footer.html index 911b66602cd..d82ba666e56 100644 --- a/source/_includes/custom/footer.html +++ b/source/_includes/custom/footer.html @@ -1,7 +1,7 @@