Add validation
This commit is contained in:
8
.test/esphome_ard_basic.yaml
Normal file
8
.test/esphome_ard_basic.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
packages:
|
||||
basic_package: !include ../TX-Ultimate-Easy-ESPHome.yaml # Basic package
|
||||
|
||||
esp32:
|
||||
framework:
|
||||
type: arduino
|
||||
...
|
||||
11
.test/esphome_idf5_bluetooth_proxy.yaml
Normal file
11
.test/esphome_idf5_bluetooth_proxy.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
packages:
|
||||
basic_package: !include ../TX-Ultimate-Easy-ESPHome.yaml # Core package
|
||||
addon_bluetooth_proxy: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_addon_ble_proxy.yaml
|
||||
|
||||
esp32:
|
||||
framework:
|
||||
type: esp-idf
|
||||
version: 5.0.2
|
||||
platform_version: 6.3.2
|
||||
...
|
||||
5
.test/esphome_idf_bluetooth_proxy.yaml
Normal file
5
.test/esphome_idf_bluetooth_proxy.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
packages:
|
||||
basic_package: !include ../TX-Ultimate-Easy-ESPHome.yaml # Core package
|
||||
addon_bluetooth_proxy: !include ../ESPHome/TX-Ultimate-Easy-ESPHome_addon_ble_proxy.yaml
|
||||
...
|
||||
9
.test/secrets.yaml
Normal file
9
.test/secrets.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
api_encryption_key: MSANehPIH8kCp/vGcpPcKPSkYnv3zchyxkXCleXJinM=
|
||||
mysntpserver: 192.168.0.1
|
||||
web_server_password: NotASecret01
|
||||
web_server_username: NotASecret01
|
||||
wifi_password: NotASecret01
|
||||
wifi_password_backup: NotASecret01
|
||||
wifi_ssid_backup: NotASecret01
|
||||
...
|
||||
Reference in New Issue
Block a user