Skip to content

Commit a90b6fb

Browse files
authored
Add ID to OTA to allow extension for overrides (#296)
1 parent f721a72 commit a90b6fb

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

base.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ api:
4949
5050
ota:
5151
- platform: esphome
52+
id: ratgdo_ota
5253

5354
sensor:
5455
- platform: ratgdo

base_drycontact.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ ratgdo:
2929

3030
ota:
3131
- platform: esphome
32+
id: ratgdo_ota
3233

3334
binary_sensor:
3435
- platform: ratgdo

base_secplusv1.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ ratgdo:
3232

3333
ota:
3434
- platform: esphome
35+
id: ratgdo_ota
3536

3637
lock:
3738
- platform: ratgdo

0 commit comments

Comments
 (0)