Skip to content

Commit 61bbfcd

Browse files
authored
Update README.md
1 parent 8366711 commit 61bbfcd

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![banner](https://raw.githubusercontent.com/alray31/RAV311-Remote/main/assets/banner.gif)
22

3-
# RAV311 Remote — Home Assistant Custom Integration
3+
# RAV311 Remote — Home Assistant Custom Integration:
44

55
[![HACS Custom](https://img.shields.io/badge/HACS-Custom-orange.svg?style=flat)](https://github.com/hacs/integration) [![HACS Validation](https://github.com/alray31/RAV311-Remote/actions/workflows/hacs.yml/badge.svg)](https://github.com/alray31/RAV311-Remote/actions/workflows/hacs.yml) [![Hassfest](https://github.com/alray31/RAV311-Remote/actions/workflows/hassfest.yml/badge.svg)](https://github.com/alray31/RAV311-Remote/actions/workflows/hassfest.yml) [![GitHub Release](https://img.shields.io/github/v/release/alray31/RAV311-Remote?style=flat&color=orange)](https://github.com/alray31/RAV311-Remote/releases) [![GitHub Release Date](https://img.shields.io/github/release-date/alray31/RAV311-Remote)](https://github.com/alray31/RAV311-Remote/releases) [![GitHub Stars](https://img.shields.io/github/stars/alray31/RAV311-Remote?style=flat)](https://github.com/alray31/RAV311-Remote/stargazers) [![GitHub Forks](https://img.shields.io/github/forks/alray31/RAV311-Remote?style=flat)](https://github.com/alray31/RAV311-Remote/network/members) [![GitHub Issues](https://img.shields.io/github/issues/alray31/RAV311-Remote)](https://github.com/alray31/RAV311-Remote/issues) [![Last Commit](https://img.shields.io/github/last-commit/alray31/RAV311-Remote)](https://github.com/alray31/RAV311-Remote/commits) [![Home Assistant](https://img.shields.io/badge/Home%20Assistant-2026.4%2B-41BDF5?logo=homeassistant)](https://www.home-assistant.io/) [![License](https://img.shields.io/github/license/alray31/RAV311-Remote)](LICENSE)
66

@@ -14,12 +14,12 @@ Control your Yamaha AV receiver from Home Assistant via infrared, using the nati
1414
- Maybe more, you tell me!
1515

1616

17-
## Requirements
17+
## Requirements:
1818

1919
- Home Assistant **2026.4** or later
2020
- An ESPHome device configured with the **IR/RF Proxy** component (infrared transmitter) already added to Home Assistant
2121

22-
## Installation via HACS
22+
## Installation via HACS:
2323

2424
[![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?category=integration&repository=RAV311-Remote&owner=alray31)
2525

@@ -28,18 +28,18 @@ Control your Yamaha AV receiver from Home Assistant via infrared, using the nati
2828
3. Click **Download**
2929
4. Restart Home Assistant
3030

31-
## Manual installation
31+
## Manual installation:
3232

3333
Copy the `custom_components/rav311_remote/` folder into your `config/custom_components/` directory, then restart Home Assistant.
3434

35-
## Setup
35+
## Setup:
3636

3737
1. Go to **Settings → Devices & Services → Add Integration**
3838
2. Search for **RAV311 Remote**
3939
3. Select the infrared transmitter entity pointed at your receiver
4040
4. Done — your receiver appears as a device with all entities
4141

42-
## Entities created
42+
## Entities created:
4343

4444
| Platform | Entity | Notes |
4545
|---|---|---|
@@ -58,7 +58,7 @@ All entities use **assumed state** — IR is one-way, so HA tracks the last comm
5858
The RAV311 remote uses the **Pioneer IR protocol** at 40 kHz.
5959
All codes were sourced from a working ESPHome configuration and verified against the physical remote.
6060

61-
## Minimum ESPHome hardware setup
61+
## Minimum ESPHome hardware setup:
6262

6363
1. An ESP32 or ESP6266 MCU
6464
2. An IR diode
@@ -67,10 +67,10 @@ All codes were sourced from a working ESPHome configuration and verified against
6767

6868
<img width="688" height="586" alt="image" src="https://github.com/user-attachments/assets/23424035-66e3-4836-91f1-823ac231dac7" />
6969

70-
## Minimum ESPHome config
70+
## Minimum ESPHome config:
7171

7272
Here is an example of the required esphome config. Change variables to fit your needs (board type, wifi credentials, GPIO, etc)
73-
1. You need to add the [ir transmitter](https://esphome.io/components/remote_transmitter/) component, set the correct GPIO corresponding to the IR LED and give your ir tranmisster an ID.
73+
1. You need to add the [ir transmitter](https://esphome.io/components/remote_transmitter/) component, set the correct GPIO corresponding to the IR LED and give your ir transmitter an ID.
7474
2. Then add the [ir proxy](https://esphome.io/components/ir_rf_proxy/) transmitter compoenent, set the "remote_transmitter_id:" value so it matches the ID previously give the the ir_transmitter.
7575

7676
```
@@ -111,7 +111,7 @@ infrared:
111111
remote_transmitter_id: my_ir_transmiter
112112
```
113113

114-
## The original remote this integration replaces.
114+
## The original remote this integration replaces:
115115

116116
If your remote or AV receiver looks like this, this integration will control your AV device.
117117

0 commit comments

Comments
 (0)