From 95641ec967a832c260689cf8b807057e30a56361 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 22 Jun 2020 15:39:53 +0200 Subject: [PATCH] Remove period char from ZHA example YAML to make it valid (#13810) --- source/_integrations/zha.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/zha.markdown b/source/_integrations/zha.markdown index da3390c27c5..17817159e7e 100644 --- a/source/_integrations/zha.markdown +++ b/source/_integrations/zha.markdown @@ -150,7 +150,7 @@ To enable OTA firmware updates for the ZHA integration you need to add the follo ```yaml ota: - ikea_provider: true. # Auto update Trådfri devices + ikea_provider: true # Auto update Trådfri devices ledvance_provider: true # Auto update LEDVANCE devices #otau_directory: /path/to/your/ota/folder # Utilize .ota files to update everything else ```