Create standard package

This commit is contained in:
Edward Firmo
2024-12-27 01:42:41 +01:00
parent d4a18dc595
commit e69873cab5
24 changed files with 507 additions and 202 deletions

View File

@@ -19,8 +19,9 @@ esphome:
- -D TX_ULTIMATE_EASY_ADDON_BLE_PROXY
script:
- id: !extend dump_config
- id: !extend dump_config_list_packages
then:
- script.wait: dump_config
- lambda: |-
// Check for requirements
#if !defined(TX_ULTIMATE_EASY_CORE)
@@ -28,5 +29,5 @@ script:
#endif
// Identify itself
ESP_LOGCONFIG("addon_ble_proxy", "Add-on BLE Proxy installed");
ESP_LOGCONFIG(ESPHOME_PROJECT_NAME, " - Add-on - BLE Proxy");
...