From cda7b104fd1f92f4c4a13295e0c4bf89cecfdeab Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 13 Jan 2020 15:55:00 +0100 Subject: [PATCH] Remove auto_hide from emby integration (#11728) --- source/_integrations/emby.markdown | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/_integrations/emby.markdown b/source/_integrations/emby.markdown index 1c0f4490447..0379284835b 100644 --- a/source/_integrations/emby.markdown +++ b/source/_integrations/emby.markdown @@ -42,9 +42,4 @@ port: required: false default: 8096 (No SSL), 8920 (SSL) type: integer -auto_hide: - description: Automatically hide devices that are unavailable from the Home Assistant Interface. - required: false - default: false - type: boolean {% endconfiguration %}