From d2fbd11c5e83d5d6d056a36bc37af032f99da137 Mon Sep 17 00:00:00 2001 From: gerard33 Date: Sat, 30 Dec 2017 09:58:25 +0100 Subject: [PATCH] Update cover.tahoma.markdown (#4304) Yaml code was not shown correctly --- source/_components/cover.tahoma.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/cover.tahoma.markdown b/source/_components/cover.tahoma.markdown index 9dfebff30f9..787b6fb126c 100644 --- a/source/_components/cover.tahoma.markdown +++ b/source/_components/cover.tahoma.markdown @@ -14,8 +14,8 @@ ha_release: 0.59 To use your tahoma covers in your installation, add the following to your `configuration.yaml` file: -``yaml +```yaml # Example configuration.yml entry cover: platform: tahoma -``` \ No newline at end of file +```