From 7a8bc3a072b4e5f910462eec7cf6de59ca58551f Mon Sep 17 00:00:00 2001 From: Lewis Juggins Date: Fri, 14 Dec 2018 10:43:19 +0000 Subject: [PATCH] Add note about entity_namespace deprecation (#7840) * Add note about entity_namespace deprecation * Update platform_options.markdown --- source/_docs/configuration/platform_options.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_docs/configuration/platform_options.markdown b/source/_docs/configuration/platform_options.markdown index 7823868022e..86ad9d7a7cd 100644 --- a/source/_docs/configuration/platform_options.markdown +++ b/source/_docs/configuration/platform_options.markdown @@ -10,6 +10,8 @@ footer: true redirect_from: /topics/platform_options/ --- +

These options are being phased out and are only available for single platform integrations.

+ Some components or platforms (those that are based on the [entity](https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/helpers/entity.py) class) allows various extra options to be set. ### {% linkable_title Entity namespace %}