From e8db4735cace5b023d312d07d1cb6e0b26f39b91 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 16 Mar 2020 10:11:46 -0500 Subject: [PATCH] =?UTF-8?q?Remove=20emulated=5Fhue=5Fhidden=20from=20custo?= =?UTF-8?q?mizing=20devices=20as=20its=20dep=E2=80=A6=20(#12359)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Remove emulated_hue_hidden from customizing devices as its deprecation is now complete * Point users to what to do about emulated_hue_hidden * Remove mention of emulated_hue --- source/_docs/configuration/customizing-devices.markdown | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/_docs/configuration/customizing-devices.markdown b/source/_docs/configuration/customizing-devices.markdown index 8db4c27b143..b4eaa8182ba 100644 --- a/source/_docs/configuration/customizing-devices.markdown +++ b/source/_docs/configuration/customizing-devices.markdown @@ -40,11 +40,6 @@ hidden: required: false type: boolean default: false -emulated_hue_hidden: - description: Set to `true` to hide the entity from `emulated_hue` (this will be deprecated in the near future and should be configured in [`emulated_hue`](/integrations/emulated_hue)). - required: false - type: boolean - default: false entity_picture: description: URL to use as picture for entity. required: false