Bluesound
The bluesound
platform allows you to control your Bluesound
配置
要将 Bluesound integration 添加到您的 Home Assistant 实例中,请使用此 My 按钮:
Bluesound 可以被 Home Assistant 自动发现。如果发现了实例, 它将显示为 已发现。您可以立即进行设置。
手动配置步骤
如果没有自动发现,请不要担心!您可以设置一个 手动集成条目:
-
浏览到您的 Home Assistant 实例。
-
转到
设置 > 设备与服务。 -
在右下角,选择
Add Integration 按钮。 -
从列表中选择 Bluesound。
-
按照屏幕上的说明完成设置。
Action bluesound.join
Group players together under a single master speaker. That will make a new group or join an existing group.
Data attribute | Optional | Description |
---|---|---|
master |
no | A single entity_id that will become/hold the master speaker. |
entity_id |
no | String or list of a single entity_id that will group to master speaker. |
Action bluesound.unjoin
Remove one or more speakers from a group of speakers. If no entity_id
is provided, all speakers are unjoined.
Data attribute | Optional | Description |
---|---|---|
entity_id |
yes | String or list of entity_id s that will be separated from their master speaker. |
Action bluesound.set_sleep_timer
Sets a timer that will turn off the speaker. For each time you call this it will increase the time by one step. The steps are (in minutes): 15, 30, 45, 60, 90, 0. If you increase an ongoing timer of for example 13 minutes, it will increase it to 15. If the timer is set to 90, it will remove the time (hence the 0).
Data attribute | Optional | Description |
---|---|---|
entity_id |
no | String or list of entity_id s that will have their timers set. |
Action bluesound.clear_sleep_timer
Clear the sleep timer on a speaker, if one is set.
Data attribute | Optional | Description |
---|---|---|
entity_id |
no | String or list of entity_id s that will have their timers cleared. |