From 8b7a01a05159d007417a39bf0787916e8ad2230c Mon Sep 17 00:00:00 2001 From: Paul Tarjan Date: Sun, 18 Aug 2019 08:16:50 -0700 Subject: [PATCH] Update to required (#10174) If you don't have this you get: ``` Invalid config for [roku]: required key not provided @ data['roku'][0]['host']. Got None. (See ?, line ?). Please check the docs at https://home-assistant.io/components/roku/ ``` --- source/_components/roku.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/roku.markdown b/source/_components/roku.markdown index 69602f122db..2b48e436ea8 100644 --- a/source/_components/roku.markdown +++ b/source/_components/roku.markdown @@ -30,8 +30,8 @@ roku: {% configuration %} host: - description: Set the IP address of the Roku device. Use only if you don't want to autodiscover devices. - required: false + description: Set the IP address of the Roku device. + required: true type: string {% endconfiguration %}