Update README.md
This commit is contained in:
parent
80cefe6f35
commit
84ba74ee3c
81
README.md
81
README.md
|
@ -33,78 +33,25 @@ api:
|
||||||
|
|
||||||
web_server:
|
web_server:
|
||||||
|
|
||||||
external_components:
|
packages:
|
||||||
- source:
|
# Git repo examples
|
||||||
type: git
|
remote_package:
|
||||||
url: https://github.com/bdraco/esphome-ratgdo
|
url: https://github.com/bdraco/esphome-ratgdo
|
||||||
refresh: 1s
|
files: [base.yml]
|
||||||
|
refresh: 1s # optional
|
||||||
ratgdo:
|
|
||||||
id: ${id_prefix}
|
|
||||||
|
|
||||||
binary_sensor:
|
|
||||||
- platform: ratgdo
|
|
||||||
type: motion
|
|
||||||
id: ${id_prefix}_motion
|
|
||||||
ratgdo_id: ${id_prefix}
|
|
||||||
name: "${friendly_name} Motion"
|
|
||||||
device_class: motion
|
|
||||||
- platform: ratgdo
|
|
||||||
type: obstruction
|
|
||||||
id: ${id_prefix}_obstruction
|
|
||||||
ratgdo_id: ${id_prefix}
|
|
||||||
name: "${friendly_name} Obstruction"
|
|
||||||
device_class: problem
|
|
||||||
|
|
||||||
number:
|
|
||||||
- platform: ratgdo
|
|
||||||
id: ${id_prefix}_rolling_code_counter
|
|
||||||
type: rolling_code_counter
|
|
||||||
entity_category: config
|
|
||||||
ratgdo_id: ${id_prefix}
|
|
||||||
name: "${friendly_name} Rolling Code Counter"
|
|
||||||
|
|
||||||
cover:
|
|
||||||
- platform: ratgdo
|
|
||||||
id: ${id_prefix}_garage
|
|
||||||
device_class: garage
|
|
||||||
name: ${friendly_name}
|
|
||||||
ratgdo_id: ${id_prefix}
|
|
||||||
|
|
||||||
|
|
||||||
light:
|
|
||||||
- platform: ratgdo
|
|
||||||
id: ratgdo_light
|
|
||||||
name: "${friendly_name} Light"
|
|
||||||
ratgdo_id: ${id_prefix}
|
|
||||||
|
|
||||||
uart:
|
|
||||||
tx_pin:
|
|
||||||
number: 2
|
|
||||||
inverted: true
|
|
||||||
rx_pin:
|
|
||||||
number: 4
|
|
||||||
inverted: true
|
|
||||||
baud_rate: 9600
|
|
||||||
|
|
||||||
wifi:
|
|
||||||
ssid: ${wifi_ssid}
|
|
||||||
password: ${wifi_password}
|
|
||||||
|
|
||||||
|
|
||||||
logger:
|
|
||||||
level: VERBOSE
|
|
||||||
|
|
||||||
ota:
|
|
||||||
|
|
||||||
button:
|
|
||||||
- platform: restart
|
|
||||||
name: "${friendly_name} Restart"
|
|
||||||
|
|
||||||
# Sync time with Home Assistant.
|
# Sync time with Home Assistant.
|
||||||
time:
|
time:
|
||||||
- platform: homeassistant
|
- platform: homeassistant
|
||||||
id: homeassistant_time
|
id: homeassistant_time
|
||||||
|
|
||||||
|
ota:
|
||||||
|
|
||||||
|
wifi:
|
||||||
|
ssid: ${wifi_ssid}
|
||||||
|
password: ${wifi_password}
|
||||||
|
|
||||||
|
logger:
|
||||||
|
level: VERBOSE
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue