Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
madmicio committed Dec 6, 2023
1 parent 189f379 commit c960b3f
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 2 deletions.
57 changes: 56 additions & 1 deletion info.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,65 @@

# AV Receiver Panel - Popup Card
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

[![hacs_badge](https://img.shields.io/badge/HACS-Custom-41BDF5.svg?style=for-the-badge)](https://github.com/hacs/integration)

[![buymeacoffee_badge](https://img.shields.io/badge/Donate-buymeacoffe-ff813f?style=flat)](https://www.buymeacoffee.com/madmicio)


![all](example/ampli_1.png)

## Demo Video
[![Watch the video](example/screen_video.png)](https://youtu.be/-ai8dvM8xrc)

## installation and configuration look at the repository
## Hacs Card Install

1. add madmicio/ampli-panel-card as custom reposity

2. Find and install `ampli-panel-card` plugin

2. Add a reference inside your resources config:

```yaml
resources:
- type: module
url: /hacsfiles/ampli-panel-card/ampli-panel-card.js
```
### Manual install
1. 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.

2. Add a reference `ampli-panel-card.js` inside your resources config:

```yaml
resources:
- url: /local/"your_directory"/ampli-panel-card.js
type: module
```


# gui config available
# lovelace manual config example:
```yaml
- 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)
```
### Main Options
| 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 |
| `zone2` | | **Option**| text | enable zone2 (second hdmi output) |
| `name_zona2` | string | **Zone2 Receiver Name** | text | name of main zone |
1 change: 0 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
## n.b: fixed sound panel and input panel error

# AV Receiver Panel - Popup Card
Custom card for home assistant for the management of AV Receivers.
Expand Down

0 comments on commit c960b3f

Please sign in to comment.