项目作者: basnijholt

项目描述 :
🏠🔈 Home Assistant integration for KEF LS50 Wireless and LSX speakers
高级语言: Python
项目地址: git://github.com/basnijholt/media_player.kef.git
创建时间: 2019-11-09T12:57:10Z
项目社区:https://github.com/basnijholt/media_player.kef

开源协议:MIT License

下载


CHECK OUT https://www.home-assistant.io/integrations/kef/ (which is more up-to-date)

Home Assistant custom_component for KEF speakers

hacs_badge

Supported: KEF LS50 Wireless (tested with latest firmware at 08-11-2019, p6.2101809171.105039422)
Untested: KEF LSX

Supported features

  • Get and set volume
  • Mute and unmute
  • Get and set source input
  • Turn speaker on and off
  • Automatically connects and disconnects when speakers goes online/offline

Use in Home Assistant

Install

(Recommended) Installation with HACS.
Go to the HACS store and install KEF.

(Alternative) Manual installation.
Download the repo. Create folder in your home assistant config folder:

  1. mkdir -p /path/to/config/custom_components/
  2. cp -r media_player.kef/custom_components/kef /path/to/config/custom_components/

Configure

Add the component to Home Assistant by adding the following to configuration.yaml:

  1. media_player:
  2. - platform: kef
  3. host: 192.168.x.x # the IP of your speaker
  4. type: LS50 # or LSX
  5. name: MyAwesomeSpeaker # optional, the name in Home Assistant
  6. maximum_volume: 0.5 # optional, to avoid extremely loud volumes
  7. volume_step: 0.05 # optional
  8. inverse_speaker_mode: false # optional, switch L/R to R/L
  9. standby_time: 20 # optional, either 20 or 60 (in minutes) or leave out for an infinite standby time

Discussion

See this Home Assistant discussion thread where the creation of the KEF speakers is discussed.

License

MIT License

Contributions