mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
add squeezebox page
This commit is contained in:
parent
6dde975923
commit
b9a73a5a93
26
source/components/media_player.squeezebox.markdown
Normal file
26
source/components/media_player.squeezebox.markdown
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Logitech Squeezebox support"
|
||||||
|
description: "Instructions how to integrate a Logitech Squeezebox into Home Assistant."
|
||||||
|
date: 2015-08-09 11:00
|
||||||
|
sidebar: false
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
---
|
||||||
|
|
||||||
|
<img src='/images/supported_brands/logitech.png' class='brand pull-right' />
|
||||||
|
The squeezebox platform allows you to control a [Logitech Squeezebox](https://en.wikipedia.org/wiki/Squeezebox_%28network_music_player%29) multimedia system from Home Assistant.
|
||||||
|
|
||||||
|
To add your Squeezebox to your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
|
```
|
||||||
|
# Example configuration.yaml entry
|
||||||
|
media_player:
|
||||||
|
platform: squeezebox
|
||||||
|
host: 192.168.1.21
|
||||||
|
port: 9090
|
||||||
|
username: user
|
||||||
|
password: password
|
||||||
|
```
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user