You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -14,12 +14,12 @@ Control your Yamaha AV receiver from Home Assistant via infrared, using the nati
14
14
- Maybe more, you tell me!
15
15
16
16
17
-
## Requirements
17
+
## Requirements:
18
18
19
19
- Home Assistant **2026.4** or later
20
20
- An ESPHome device configured with the **IR/RF Proxy** component (infrared transmitter) already added to Home Assistant
21
21
22
-
## Installation via HACS
22
+
## Installation via HACS:
23
23
24
24
[](https://my.home-assistant.io/redirect/hacs_repository/?category=integration&repository=RAV311-Remote&owner=alray31)
25
25
@@ -28,18 +28,18 @@ Control your Yamaha AV receiver from Home Assistant via infrared, using the nati
28
28
3. Click **Download**
29
29
4. Restart Home Assistant
30
30
31
-
## Manual installation
31
+
## Manual installation:
32
32
33
33
Copy the `custom_components/rav311_remote/` folder into your `config/custom_components/` directory, then restart Home Assistant.
34
34
35
-
## Setup
35
+
## Setup:
36
36
37
37
1. Go to **Settings → Devices & Services → Add Integration**
38
38
2. Search for **RAV311 Remote**
39
39
3. Select the infrared transmitter entity pointed at your receiver
40
40
4. Done — your receiver appears as a device with all entities
41
41
42
-
## Entities created
42
+
## Entities created:
43
43
44
44
| Platform | Entity | Notes |
45
45
|---|---|---|
@@ -58,7 +58,7 @@ All entities use **assumed state** — IR is one-way, so HA tracks the last comm
58
58
The RAV311 remote uses the **Pioneer IR protocol** at 40 kHz.
59
59
All codes were sourced from a working ESPHome configuration and verified against the physical remote.
60
60
61
-
## Minimum ESPHome hardware setup
61
+
## Minimum ESPHome hardware setup:
62
62
63
63
1. An ESP32 or ESP6266 MCU
64
64
2. An IR diode
@@ -67,10 +67,10 @@ All codes were sourced from a working ESPHome configuration and verified against
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.
74
74
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.
75
75
76
76
```
@@ -111,7 +111,7 @@ infrared:
111
111
remote_transmitter_id: my_ir_transmiter
112
112
```
113
113
114
-
## The original remote this integration replaces.
114
+
## The original remote this integration replaces:
115
115
116
116
If your remote or AV receiver looks like this, this integration will control your AV device.
0 commit comments