mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
docs for Squeezebox server device binary sensors (#33939)
* Add binary sensor plaform * Fix spelling * update wording based on feedback * Update source/_integrations/squeezebox.markdown Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> * Update source/_integrations/squeezebox.markdown Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> * add binary sensors and descriptions * Update source/_integrations/squeezebox.markdown Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> * clarify impact of rescan * tiny tweak to fix linter * tiny formatting tweaks * actions * rewert my unnecessary edits --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
a6d24bd6fc
commit
7eeaa05c82
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Squeezebox (Lyrion Music Server)
|
||||
description: Instructions on how to integrate a Squeezebox player into Home Assistant.
|
||||
description: Instructions on how to integrate Squeezebox players and a Lyrion Music Server (LMS) into Home Assistant.
|
||||
ha_category:
|
||||
- Media player
|
||||
ha_release: pre 0.7
|
||||
@ -12,10 +12,13 @@ ha_config_flow: true
|
||||
ha_dhcp: true
|
||||
ha_platforms:
|
||||
- media_player
|
||||
- binary_sensor
|
||||
ha_integration_type: integration
|
||||
---
|
||||
|
||||
The Squeezebox integration allows you to control music players from the [Lyrion Music Server](https://lyrion.org/) (LMS) ecosystem. Lyrion Music Server was previously known as [Logitech Media Server](https://en.wikipedia.org/wiki/Squeezebox_%28network_music_player%29).
|
||||
The Squeezebox integration allows you to control music players from the [Lyrion Music Server](https://lyrion.org/) (LMS) ecosystem. Lyrion Music Server was formerly known as [Logitech Media Server](https://en.wikipedia.org/wiki/Squeezebox_%28network_music_player%29).
|
||||
|
||||
This integration provides both media players connected to the server and supporting binary sensors for the server status.
|
||||
|
||||
The Squeezebox music player ecosystem, which can be controlled through this integration, includes hardware audio players from Logitech, including [Squeezebox 3rd Generation, Squeezebox Boom, Squeezebox Receiver, Transporter, Squeezebox2, Squeezebox and SLIMP3](https://lms-community.github.io/players-and-controllers/hardware-comparison/), and many software emulators like [Squeezelite, SqueezeSlave, SoftSqueeze and SqueezePlay](https://sourceforge.net/projects/lmsclients/files/).
|
||||
|
||||
@ -46,6 +49,15 @@ transporter_toslink:
|
||||
media_content_type: "music"
|
||||
```
|
||||
|
||||
## Entities
|
||||
|
||||
### Binary sensors
|
||||
|
||||
- **Needs restart**: Server Service needs to be restarted (typically, this is needed to apply updates).
|
||||
- **Library rescan**: The music library is currently being scanned by LMS (depending on the type of scan, some content may be unavailable).
|
||||
|
||||
## Actions
|
||||
|
||||
### Action `call_method`
|
||||
|
||||
Call a custom Squeezebox JSON-RPC API.
|
||||
|
Loading…
x
Reference in New Issue
Block a user