From ae31032de80fffcf3b9a4597c4bbc90ef0258e6c Mon Sep 17 00:00:00 2001 From: Henning Tvekov <45469813+htvekov@users.noreply.github.com> Date: Sun, 26 Jul 2020 21:58:52 +0200 Subject: [PATCH] docs/examples/Sonos display.md updated from https://stackedit.io/ --- docs/examples/Sonos display.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/examples/Sonos display.md b/docs/examples/Sonos display.md index 9606085b..b58337b6 100644 --- a/docs/examples/Sonos display.md +++ b/docs/examples/Sonos display.md @@ -294,11 +294,11 @@ font: glyphs: '067HADJabjsmx' i2c: - sda: D1 + sda: D1 # scl: D2 interval: - - interval: 5s + - interval: 5s # Display period for each page then: - display.page.show_next: sonos - component.update: sonos @@ -306,7 +306,7 @@ interval: display: - platform: ssd1306_i2c model: "SSD1306 128x64" - reset_pin: D0 # RST - SSD1306/1309. Used to ture + reset_pin: D0 # RST - SSD1306/1309. Used to turn on/off display address: 0x3C # Default I2C adress brightness: 100% # Select brightness id: sonos @@ -411,9 +411,9 @@ _[@htvekov](https://github.com/htvekov)_ \ No newline at end of file