Custom card for home assistant for the management of AV Receivers. it is based on the media_player component thus increasing compatibility with various devices and brands
-
add madmicio/ampli-panel-card as custom reposity
-
Find and install
ampli-panel-card
plugin -
Add a reference inside your resources config:
resources:
- type: module
url: /hacsfiles/ampli-panel-card/ampli-panel-card.js
- Download and copy
ampli-panel-card.js
,DS-DIGII.TTF
,LEDCalculator.ttf
from (https://github.com/madmicio/ampli-panel-card/releases) into your custom components directory.
- Add a reference
ampli-panel-card.js
inside your resources config:
resources:
- url: /local/"your_directory"/ampli-panel-card.js
type: module
- entity: media_player.marantz_sr6010
type: 'custom:ampli-panel-card'
name: zona 1
brand: Marantz
info: AV Surround Receiver SR6010
zone2: media_player.proiettore #(option)
Name | Type | Default | Supported options | Description |
---|---|---|---|---|
type |
string | Required | custom:ampli-panel-card |
Type of the card |
entity |
string | Required | Av-Recevier madia_player entity | |
name |
string | Main Zone Receiver Name | text | name of main zone |
brand |
Receiver description | text | Av-Receiver brand name | |
info |
Option | text | Av-Receiver description | |
auto_size |
none | none autosize scale | set the card size | |
scale |
1000 | none auto_size scale | set the card scale, you need to configure auto_size: scale. | |
sets the width of the card in pixels | ||||
zone2 |
Option | text | enable zone2 (second hdmi output) | |
name_zona2 |
string | Zone2 Receiver Name | text | name of main zone |