Skip to content

Commit c079f8e

Browse files
DerekSeamanclaude
andcommitted
Fix: Use dashboard_import for project URL
- Remove invalid url from project block - Add dashboard_import with package_import_url for GitHub link 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5572e2e commit c079f8e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

ESPHome Devices/irk-capture-base.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ esphome:
2828
project:
2929
name: "DerekSeaman.irk-capture"
3030
version: "1.5.1"
31-
url: "https://github.com/DerekSeaman/irk-capture"
31+
32+
# Dashboard import for ESPHome adoption
33+
dashboard_import:
34+
package_import_url: github://DerekSeaman/irk-capture/ESPHome%20Devices/irk-capture-base.yaml@main
35+
import_full_config: false
3236

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

ESPHome Devices/irk-capture-full.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ esphome:
3838
project:
3939
name: "DerekSeaman.irk-capture"
4040
version: "1.5.1"
41-
url: "https://github.com/DerekSeaman/irk-capture"
41+
42+
# Dashboard import for ESPHome adoption
43+
dashboard_import:
44+
package_import_url: github://DerekSeaman/irk-capture/ESPHome%20Devices/irk-capture-full.yaml@main
45+
import_full_config: false
4246

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

0 commit comments

Comments
 (0)