Merge branch 'dev' of https://github.com/Blackymas/NSPanel_HA_Blueprint into dev
This commit is contained in:
@@ -13,11 +13,6 @@ substitutions:
|
|||||||
# nextion_update_blank_url: "https://github.com/Blackymas/NSPanel_HA_Blueprint/raw/main/custom_configuration/nspanel_blank.tft"
|
# nextion_update_blank_url: "https://github.com/Blackymas/NSPanel_HA_Blueprint/raw/main/custom_configuration/nspanel_blank.tft"
|
||||||
##############################################
|
##############################################
|
||||||
|
|
||||||
external_components:
|
|
||||||
- source: github://pr#5683 # Remove this when that pr is merged
|
|
||||||
components:
|
|
||||||
- nextion
|
|
||||||
|
|
||||||
button:
|
button:
|
||||||
##### UPDATE TFT DISPLAY #####
|
##### UPDATE TFT DISPLAY #####
|
||||||
- name: ${device_name} Update TFT display
|
- name: ${device_name} Update TFT display
|
||||||
|
|||||||
@@ -10,6 +10,11 @@ substitutions:
|
|||||||
version: "4.2dev"
|
version: "4.2dev"
|
||||||
#############################
|
#############################
|
||||||
|
|
||||||
|
external_components:
|
||||||
|
- source: github://pr#5825 # Remove this when that pr is merged and released
|
||||||
|
components:
|
||||||
|
- nextion
|
||||||
|
|
||||||
##### ESPHOME CONFIGURATION #####
|
##### ESPHOME CONFIGURATION #####
|
||||||
esphome:
|
esphome:
|
||||||
name: ${device_name}
|
name: ${device_name}
|
||||||
@@ -27,7 +32,7 @@ esphome:
|
|||||||
timeout: 60s
|
timeout: 60s
|
||||||
- wait_until:
|
- wait_until:
|
||||||
condition:
|
condition:
|
||||||
- lambda: !lambda return disp1->is_detected();
|
- lambda: !lambda return disp1->is_setup();
|
||||||
timeout: 20s
|
timeout: 20s
|
||||||
- script.execute: exit_reparse
|
- script.execute: exit_reparse
|
||||||
- wait_until:
|
- wait_until:
|
||||||
@@ -1346,7 +1351,7 @@ switch:
|
|||||||
on_turn_on:
|
on_turn_on:
|
||||||
- wait_until:
|
- wait_until:
|
||||||
condition:
|
condition:
|
||||||
- lambda: !lambda return disp1->is_setup();
|
- lambda: !lambda return disp1->is_detected();
|
||||||
timeout: 20s
|
timeout: 20s
|
||||||
- lambda: |-
|
- lambda: |-
|
||||||
if (id(boot_sequence_completed)) {
|
if (id(boot_sequence_completed)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user