home-assistant.io/source/_components/media_player.bluesound.markdown
2017-08-26 12:11:19 -07:00

1.4 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, featured, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category featured ha_release ha_iot_class
page Bluesound Instructions how to integrate Bluesound devices into Home Assistant. 2017-04-21 19:00 true false true true bluesound.png Media Player false 0.51 Local Polling

The bluesound platform allows you to control your Bluesound HiFi wireless speakers and audio components from Home Assistant.

If you want to automatically discover new devices, just make sure you have discovery: in your configuration.yaml file. To manually add a Bluesound device to your installation, add the following to your configuration.yaml file:

# Example configuration.yaml
media_player:
  - platform: bluesound
    hosts:
      - host: 192.168.1.100

Configuration variables:

  • hosts (Optional): List with your bluesound devices
    • host (Required): IP-address or hostname of the player
    • name (Optional): The name of the device used in the frontend
    • port (Optional): Port of communication to the device (default: 11000)

Advanced configuration example

# Example configuration.yaml entry with manually specified addresses
media_player:
  - platform: bluesound
    hosts:
      - host: 192.168.1.100
        name: bluesound_kitchen
        port: 11000
      - host: 192.168.1.131