[media_player] Tidy up name/id (#4147)

This commit is contained in:
Jesse Hills 2024-08-14 14:38:20 +12:00 committed by GitHub
parent 5e53c6fed8
commit f6b565de76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,8 @@ Base Media Player Configuration
Configuration variables:
- **name** (**Required**, string): The name of the media player.
- **id** (*Optional*, string): Manually specify the ID for code generation. At least one of **id** and **name** must be specified.
- **name** (*Optional*, string): The name of the media player. At least one of **id** and **name** must be specified.
.. note::