From 3825aa3ccf3129d857030fea5a1ca0b49eeaa965 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 17 Jul 2019 13:53:07 -0700 Subject: [PATCH] Fix code blocks in breaking changes --- source/_posts/2019-07-17-release-96.markdown | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/source/_posts/2019-07-17-release-96.markdown b/source/_posts/2019-07-17-release-96.markdown index 95804099b0e..4ac0558101c 100644 --- a/source/_posts/2019-07-17-release-96.markdown +++ b/source/_posts/2019-07-17-release-96.markdown @@ -117,10 +117,12 @@ Experiencing issues introduced by this release? Please report them in our [issue - __OpenTherm__ - Adds support for more than one OpenTherm Gateway device which changes the configuration structure. ([@mvn23] - [#22932]) ([opentherm_gw docs]) Example configuration: - ``` + + ```yaml opentherm_gw: living_room: device: /dev/ttyUSB0 + ``` - __Ambient Weather Station__ - By default, the Ambient solar radiation (i.e., brightness) sensor is measured in W/m². Since this unit of measurement is not used anywhere else, this change updates the sensor to use the more prevalent lx unit. Any automations that use this sensor should be updated accordingly. ([@bachya] - [#24690]) ([ambient_station docs]) @@ -128,7 +130,8 @@ Experiencing issues introduced by this release? Please report them in our [issue - __Google Cloud__ - Changed the default encoding to mp3 from opus ogg, allowing it to support many more media players. ([@GrandNewbien] - [#24808]) ([google_cloud docs]) Example configuration: - ``` + + ```yaml tts: - platform: google_cloud key_file: googlecloud.json