Skip to content

Commit 5572e2e

Browse files
DerekSeamanclaude
andcommitted
Fix: Move project URL inside project block
- Change project_url to url inside project block (ESPHome schema fix) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7984f85 commit 5572e2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ESPHome Devices/irk-capture-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ esphome:
2828
project:
2929
name: "DerekSeaman.irk-capture"
3030
version: "1.5.1"
31-
project_url: "https://github.com/DerekSeaman/irk-capture"
31+
url: "https://github.com/DerekSeaman/irk-capture"
3232

3333
# IMPORTANT: Do NOT include esp32_ble:, esp32_ble_tracker:, or bluetooth_proxy: here.
3434
# The irk_capture component fully initializes and manages NimBLE itself.

ESPHome Devices/irk-capture-full.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ esphome:
3838
project:
3939
name: "DerekSeaman.irk-capture"
4040
version: "1.5.1"
41-
project_url: "https://github.com/DerekSeaman/irk-capture"
41+
url: "https://github.com/DerekSeaman/irk-capture"
4242

4343
# IMPORTANT: Do NOT include esp32_ble:, esp32_ble_tracker:, or bluetooth_proxy: here.
4444
# The irk_capture component fully initializes and manages NimBLE itself.

0 commit comments

Comments
 (0)