From d680daeddde11827b686db9f7c5e06df894bf1a8 Mon Sep 17 00:00:00 2001 From: Petro31 <35082313+Petro31@users.noreply.github.com> Date: Wed, 17 Jul 2019 18:10:27 -0400 Subject: [PATCH 1/7] Update solaredge_local.markdown (#9878) * Update solaredge_local.markdown Remove sensors: section head. This is an incorrect section header. Adding the platform as a list item so new users can copy and paste into existing sensor sections. * :pencil2: Tweak --- source/_components/solaredge_local.markdown | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/_components/solaredge_local.markdown b/source/_components/solaredge_local.markdown index a2f0129e713..2e146c5c9d1 100644 --- a/source/_components/solaredge_local.markdown +++ b/source/_components/solaredge_local.markdown @@ -58,11 +58,11 @@ In case you would like to convert the values for example to kWh instead of the d {% raw %} ```yaml -# Example configuration.yaml entry for template platform -sensors: - platform: template - sensors: - solaredge_energy_this_year_template: - value_template: '{{(states('sensor.solaredge_energy_this_year') | float / 1000) | round(2)}}' +# Example configuration.yaml entry for sensor template platform +sensor: + - platform: template + sensors: + solaredge_energy_this_year_template: + value_template: "{{ (states('sensor.solaredge_energy_this_year') | float / 1000) | round(2) }}" ``` {% endraw %} From 48630229caa7cd80a9d87ce0c83244f9b6adba10 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 17 Jul 2019 15:25:11 -0700 Subject: [PATCH 2/7] Mention 25k stars --- source/_posts/2019-07-17-release-96.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_posts/2019-07-17-release-96.markdown b/source/_posts/2019-07-17-release-96.markdown index 00ee3d2ea97..68238607c95 100644 --- a/source/_posts/2019-07-17-release-96.markdown +++ b/source/_posts/2019-07-17-release-96.markdown @@ -85,6 +85,8 @@ Big shout out to [@frenck] who has been doing a lot of clean up on the website. Last week [@balloob] showed a preview of the upcoming [Home Assistant Cast](/blog/2019/07/09/home-assistant-cast-preview/), a new interface for Home Assistant that runs on Chromecasts and Google Assistant devices with screens. +The [Home Assistant code repository on GitHub](https://github.com/home-assistant/home-assistant) has hit 25.000 stars! 🤩 + [@teachingbirds] has redone her Lovelace UI and it is looking fabulous!

Redid my whole layout for the @home_assistant dashboard yesterday on a whim. "Nest hub inspired", I call it. 😄 I like it a lot! Feels put together and less messy. pic.twitter.com/8pmA5CWKev

— Isa (@teachingbirds) July 16, 2019 From d0385649bab9e6bac84a8307ddfa79fc7f7f8a4c Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 17 Jul 2019 16:08:08 -0700 Subject: [PATCH 3/7] Mention podcast --- source/_posts/2019-07-17-release-96.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_posts/2019-07-17-release-96.markdown b/source/_posts/2019-07-17-release-96.markdown index 68238607c95..94a77dfed9e 100644 --- a/source/_posts/2019-07-17-release-96.markdown +++ b/source/_posts/2019-07-17-release-96.markdown @@ -87,6 +87,8 @@ Last week [@balloob] showed a preview of the upcoming [Home Assistant Cast](/blo The [Home Assistant code repository on GitHub](https://github.com/home-assistant/home-assistant) has hit 25.000 stars! 🤩 +The Home Assistant Podcast has published [episode 53](https://hasspodcast.io/ha053/) to discuss all the ins and outs of this new release. + [@teachingbirds] has redone her Lovelace UI and it is looking fabulous!