mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update kef.markdown (#11786)
Just a minor change to reflect the platform position in the configuration file (media_player) and LSX was successfully tested, have 2 pairs here, let me know if you need more specific tests. Thanks anyway.
This commit is contained in:
parent
8a92d97914
commit
84c7fe33d4
@ -15,7 +15,7 @@ The `kef` platform allows you to control the [KEF LS50 Wireless](https://interna
|
|||||||
Supported devices:
|
Supported devices:
|
||||||
|
|
||||||
- KEF LS50 Wireless
|
- KEF LS50 Wireless
|
||||||
- KEF LSX (untested)
|
- KEF LSX
|
||||||
|
|
||||||
To add KEF Speakers to your installation, add the following to your `configuration.yaml` file:
|
To add KEF Speakers to your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
@ -23,9 +23,10 @@ To add KEF Speakers to your installation, add the following to your `configurati
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
- platform: kef
|
media_player:
|
||||||
host: IP_ADDRESS
|
- platform: kef
|
||||||
type: LS50
|
host: IP_ADDRESS
|
||||||
|
type: LS50
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
@ -72,16 +73,18 @@ standby_time:
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
- platform: kef
|
media_player:
|
||||||
host: IP_ADDRESS
|
- platform: kef
|
||||||
type: LS50
|
host: IP_ADDRESS
|
||||||
name: My KEF speakers
|
type: LS50
|
||||||
maximum_volume: 0.6
|
name: My KEF speakers
|
||||||
volume_step: 0.05
|
maximum_volume: 0.6
|
||||||
|
volume_step: 0.05
|
||||||
```
|
```
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
|
||||||
- The LS50 Wireless is tested with the latest firmware of 19-11-2019: `p6.3001902221.105039422` and older firmware: `p6.2101809171.105039422`
|
- The LS50 Wireless was tested with the latest firmware of 19-11-2019: `p6.3001902221.105039422` and older firmware: `p6.2101809171.105039422`
|
||||||
|
- The LSX Wireless was tested with the latest firmware of 10-10-2019 v4.1: `p20.4101909240.105243`
|
||||||
|
|
||||||
[KEF Speakers]: /integrations/kef/
|
[KEF Speakers]: /integrations/kef/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user