Add note about entity_namespace deprecation (#7840)

* Add note about entity_namespace deprecation

* Update platform_options.markdown
This commit is contained in:
Lewis Juggins 2018-12-14 10:43:19 +00:00 committed by Paulus Schoutsen
parent 8b00c2740e
commit 7a8bc3a072

View File

@ -10,6 +10,8 @@ footer: true
redirect_from: /topics/platform_options/
---
<p class='note info'>These options are being phased out and are only available for single platform integrations.</p>
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 %}