mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
Move config out of subfolder
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
sonos_media_player:
|
||||
default:
|
||||
- info: "short"
|
||||
- sync_volume: true
|
||||
- name:
|
||||
card:
|
||||
type: custom:mini-media-player
|
||||
artwork: cover
|
||||
name: "[[name]]"
|
||||
info: "[[info]]"
|
||||
entity: "[[player]]"
|
||||
scale: 1.2
|
||||
speaker_group:
|
||||
sync_volume: "[[sync_volume]]"
|
||||
entities: &entities_in_gorup
|
||||
- entity_id: media_player.master_bedroom
|
||||
name: Bedroom
|
||||
- entity_id: media_player.living_room
|
||||
name: Living room
|
||||
- entity_id: media_player.kitchen
|
||||
name: Kitchen
|
||||
- entity_id: media_player.bathroom
|
||||
name: Bathroom
|
||||
hide:
|
||||
power: true
|
||||
icon: true
|
||||
shuffle: false
|
||||
idle_view:
|
||||
when_idle: true
|
||||
when_standby: true
|
||||
Reference in New Issue
Block a user