From 2bbe4f9135642460d82910fbeba81d593cec6005 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Thu, 13 Aug 2020 15:24:35 +0200 Subject: [PATCH] Update cast documentation (#14244) --- source/_integrations/cast.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_integrations/cast.markdown b/source/_integrations/cast.markdown index a6dbd0e212d..65900c5bfb7 100644 --- a/source/_integrations/cast.markdown +++ b/source/_integrations/cast.markdown @@ -93,19 +93,19 @@ Optional: ### Manual configuration -By default, any discovered Cast device is added to Home Assistant. This can be restricted by supplying a list of wanted chrome casts. +By default, any discovered Cast device is added to Home Assistant. This can be restricted by supplying a list of allowed chrome casts. ```yaml # Example configuration.yaml entry cast: media_player: - - host: 192.168.1.10 + - uuid: "ae3be716-b011-4b88-a75d-21478f4f0822" ``` {% configuration %} media_player: - description: A list that contains all Cast devices. - required: true + description: A list that contains advanced configuration options. + required: false type: list keys: uuid: