From 8c6c8853774343c3f8dcb396653d7e715d700ce2 Mon Sep 17 00:00:00 2001 From: micha91 Date: Mon, 29 Nov 2021 10:06:35 +0100 Subject: [PATCH] Description of newly added number entities (#20487) --- .../_integrations/yamaha_musiccast.markdown | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/source/_integrations/yamaha_musiccast.markdown b/source/_integrations/yamaha_musiccast.markdown index 2356189114f..f27f40d435b 100644 --- a/source/_integrations/yamaha_musiccast.markdown +++ b/source/_integrations/yamaha_musiccast.markdown @@ -57,6 +57,25 @@ data: media_content_id: "presets:1" 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 In this section known problems and their resolution are documented.