Adds advanced components to built in

This commit is contained in:
Edward Firmo
2023-10-11 11:54:08 +02:00
parent c703b832e2
commit d5a73a0a60

View File

@@ -1,13 +1,14 @@
substitutions: substitutions:
device_name: nspanel device_name: nspanel
nextion_update_url: "http://homeassistant.local:8123/local/nspanel/dev/nspanel_us_land.tft" nextion_update_url: ""
packages: packages:
remote_package: remote_package:
url: https://github.com/Blackymas/NSPanel_HA_Blueprint url: https://github.com/Blackymas/NSPanel_HA_Blueprint
ref: dev ref: dev
files: files:
- nspanel_esphome.yaml # Core package only - nspanel_esphome.yaml # Core package
- nspanel_esphome_advanced.yaml
refresh: 300s refresh: 300s
esphome: esphome:
@@ -25,3 +26,6 @@ captive_portal:
button: button:
- id: !extend tft_update - id: !extend tft_update
internal: true internal: true
- id: !extend tft_reparse_off
internal: true