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

notification_clear`Bug` #1931

Closed Gertc555 closed 3 months ago

Gertc555 commented 3 months ago

TFT Version

4.3.0

ESPHome Version

4.3.0

Blueprint Version

4.3.0

Panel Model

US

What is the bug?

When calling service to clear notification, nothing happens. ESPHome: nspanelwhite_notification_clear

Notification clear

Steps to Reproduce

No response

Your Panel's YAML

- service: esphome.nspanelwhite_notification_show
        data:
          label: ALARM
          message: ALARM DISARMED
      - delay:
          hours: 0
          minutes: 0
          seconds: 1
          milliseconds: 0
      - service: esphome.nspanelwhite_notification_clear
        data: {}
mode: single

ESPHome Logs

No response

Home Assistant Logs

No response

edwardtfn commented 3 months ago

Fixed in dev and will be included in the next release.