From aff51ec21726fe5f0483c36d32317539bed45c0b Mon Sep 17 00:00:00 2001 From: a1ex4 <12754559+a1ex4@users.noreply.github.com> Date: Thu, 27 Sep 2018 10:19:02 +0200 Subject: [PATCH] Add 'media_player' demo, correct sorting (#6367) --- source/_components/demo.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_components/demo.markdown b/source/_components/demo.markdown index 5f25f13646c..35808dc5c46 100644 --- a/source/_components/demo.markdown +++ b/source/_components/demo.markdown @@ -26,13 +26,15 @@ Available demo platforms: - [Image Processing](/components/image_processing/) (`image_processing`) - [Light](/components/light/) (`light`) - [Lock](/components/lock/) (`lock`) +- [Mailbox](/components/mailbox/) (`mailbox`) +- [Media Player](/components/media_player/) (`media_player`) - [Notification](/components/notify/) (`notify`) - [Remote](/components/remote/) (`remote`) - [Sensor](/components/sensor/) (`sensor`) - [Switch](/components/switch/) (`switch`) - [Text-to-speech](/components/tts/) (`tts`) - [Weather](/components/weather/) (`weather`) -- [Mailbox](/components/mailbox/) (`mailbox`) + To integrate a demo platform in Home Assistant, add the following section to your `configuration.yaml` file: