Description of newly added number entities (#20487)

This commit is contained in:
micha91 2021-11-29 10:06:35 +01:00 committed by GitHub
parent 8ac5a011fa
commit 8c6c885377
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,25 @@ data:
media_content_id: "presets:1" media_content_id: "presets:1"
media_content_type: "music" media_content_type: "music"
``` ```
## Configuration/Diagnostic Entities
Depending on the features supported by the device, several entities will be added for every MusicCast Device. Some of the entities are related to the MusicCast device and some are related to a zone of the device. All device and main zone related entities will be assigned to the Home Assistant device of the main zone. Entities related to other zones will be assigned to the Home Assistant device of the corresponding zone.
### Number Entities
The following entities will be added, if they are supported by the MusicCast device:
- Equalizer (configuration, zone level)
- One number entity each is added for high, mid and low
- Tone Control (configuration, zone level)
- One number entity each is added for bass and treble
- Dialogue Level (configuration, zone level)
- Set the volume of dialogues in relation to the general volume
- Dialogue Lift (configuration, zone level)
- Set the vertical position of the dialogues in the surround system
- DTS Dialogue Control (configuration, zone level)
- Control the volume of dialogues for DTS:X content
## Troubleshooting ## Troubleshooting
In this section known problems and their resolution are documented. In this section known problems and their resolution are documented.