Skip to content

Home Assistant custom lovelace sonos card

Notifications You must be signed in to change notification settings

exetico/custom-sonos-card

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sonos custom card

Customize media player for sonos speakers!

Features:

  • Group/Ungroup speakers
  • Control multiple speaker
  • Play favorites from list

Screenshot of card

Installation

HACS

Add the URI to HACS's Settings > CUSTOM REPOSITORIES

Manual

Download the resources, as you would do with all other modules.

Add the custom card as a module, like this:

resources:
  - url: /local/custom-sonos-card.js?v=1.0
    type: module

YAML

Here's one example, of how to add the Sonos Lovelace Card to Home Assistant.

views:
  - title: "Sonos"
    icon: mdi:speaker
    id: muziek
    panel: true
    cards:
      - type: "custom:custom-sonos-card"
        name: "Sonos"
        entities:
          - media_player.sonos_kitchen
          - media_player.sonos_hallway
          - media_player.sonos_bedroom
          - media_player.sonos_livingroom

About

Home Assistant custom lovelace sonos card

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 100.0%