readability and notes (#4335)

* Update media_player.yamaha_musiccast.markdown

https://community.home-assistant.io/t/support-for-new-yamaha-receivers-and-musiccast-devices/17001/22

* moved section

'authentication' guide should be right below the 'scanning' guide. it's one workflow

* easier searchable variable 'login_id'

* added a hint to enable home sharing

* fixed wrong syntax in config example

* added note for use over https

see https://github.com/home-assistant/home-assistant/issues/1258
This commit is contained in:
Marco 2018-01-05 17:33:35 +01:00 committed by Fabian Affolter
parent 137d6a4a04
commit 1d7c8dce63
4 changed files with 33 additions and 26 deletions

View file

@ -60,10 +60,12 @@ Each group consists of a name and a list of entity IDs. Entity IDs can be retrie
```yaml
# Example configuration.yaml entry showing two styles
group:
living_room: light.table_lamp, switch.ac
living_room:
entities: light.table_lamp, switch.ac
bedroom:
- light.bedroom
- media_player.nexus_player
entities:
- light.bedroom
- media_player.nexus_player
```
For more details please check the [Group](/components/group/) page.