Skip to content
This repository was archived by the owner on Mar 9, 2023. It is now read-only.

Commit 1889aa7

Browse files
authored
Update README.md
1 parent 983e29d commit 1889aa7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cover:
4242
send_stop_at_ends: False #optional
4343
always_confident: False #optional
4444
device_class: garage #optional
45-
availability_template: "{{ is_state('binary_sensor.rfbridge_status', 'on') }}" #optional
45+
availability_template: "{{ is_state('binary_sensor.rf_bridge_status', 'on') }}" #optional
4646
```
4747
4848
**OR**:
@@ -340,7 +340,7 @@ Use the following configuration for [ESPHome on Sonoff RF Bridge](https://esphom
340340
```yaml
341341
substitutions:
342342
device_name: sonoff-rf-bridge
343-
friendly_name: "Sonoff RF Bridge"
343+
friendly_name: "RF Bridge"
344344
device_ip: 192.168.81.22
345345
346346
esphome:
@@ -402,7 +402,7 @@ status_led:
402402
403403
binary_sensor:
404404
- platform: status
405-
name: ${friendly_name} State
405+
name: ${friendly_name} Status
406406
407407
switch:
408408
- platform: restart

0 commit comments

Comments
 (0)