Create standard package
This commit is contained in:
@@ -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");
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user