Adds advanced components to built in
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user