Blackymas / NSPanel_HA_Blueprint

This allows you to configure your complete NSPanel via Blueprint with UI and without changing anything in the code
1.26k stars 234 forks source link

`Bug` [text] is an invalid option for [variables]. #1958

Closed aotsukiqx closed 2 months ago

aotsukiqx commented 3 months ago

TFT Version

4.2.5

ESPHome Version

2024.3.0

Blueprint Version

4.2.5

Panel Model

EU

What is the bug?

yaml compile error

Steps to Reproduce

upgrade esphome then upgrade nspanel firmware

Your Panel's YAML

substitutions:
  ###### CHANGE ME START ######
  device_name: "nspanel"
  wifi_ssid: !secret wifi_ssid
  wifi_password: !secret wifi_password

  nextion_update_url: "http://domain/nspanel.tft"

  ##### CHANGE ME END #####

# Core and optional configurations
packages:
  remote_package:
    url: https://github.com/Blackymas/NSPanel_HA_Blueprint
    ref: main
    files:
      - nspanel_esphome.yaml # Basic package
      # Optional advanced and add-on configurations
      # - esphome/nspanel_esphome_advanced.yaml
      # - nspanel_esphome_addon_climate_cool.yaml
      # - nspanel_esphome_addon_climate_heat.yaml
      # - nspanel_esphome_addon_climate_dual.yaml
    refresh: 300s

ESPHome Logs

when compile yaml, will report an error:

    - service: notification_show
      variables: 
        label: string

        [text] is an invalid option for [variables].
        text: string

Home Assistant Logs

No response

edwardtfn commented 3 months ago

Please take a look at our Compiling Errors Guide and let us know if the error persists after following the instructions there (mainly the clean build files in this case).

edwardtfn commented 2 months ago

Hey @aotsukiqx, are you still having issues compiling this?