Add 'media_player' demo, correct sorting (#6367)

This commit is contained in:
a1ex4 2018-09-27 10:19:02 +02:00 committed by Fabian Affolter
parent 6bbe63d04a
commit aff51ec217

View File

@ -26,13 +26,15 @@ Available demo platforms:
- [Image Processing](/components/image_processing/) (`image_processing`) - [Image Processing](/components/image_processing/) (`image_processing`)
- [Light](/components/light/) (`light`) - [Light](/components/light/) (`light`)
- [Lock](/components/lock/) (`lock`) - [Lock](/components/lock/) (`lock`)
- [Mailbox](/components/mailbox/) (`mailbox`)
- [Media Player](/components/media_player/) (`media_player`)
- [Notification](/components/notify/) (`notify`) - [Notification](/components/notify/) (`notify`)
- [Remote](/components/remote/) (`remote`) - [Remote](/components/remote/) (`remote`)
- [Sensor](/components/sensor/) (`sensor`) - [Sensor](/components/sensor/) (`sensor`)
- [Switch](/components/switch/) (`switch`) - [Switch](/components/switch/) (`switch`)
- [Text-to-speech](/components/tts/) (`tts`) - [Text-to-speech](/components/tts/) (`tts`)
- [Weather](/components/weather/) (`weather`) - [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: To integrate a demo platform in Home Assistant, add the following section to your `configuration.yaml` file: