Blueprint stops working after Update

Hi,

i need some help, my blueprint stops parsing after the 2023.7.3. Update. It worked till i tried to changed something. And then this Error occured:

blueprint:
  name: Philips Tap Dial Switch
  description:
    "Control brightness of one light with the dial on a Philips Hue Tap Switch. Use the four buttons
    to assign your own actions."
  domain: automation
  input:
    remote:
      name: Philips Hue Tap Switch
      selector:
        device:
          multiple: false
          integration: zha
          manufacturer: Signify Netherlands B.V.
          model:  RDM002
          

In the last three lines, the error "String does not match the pattern of “DEPRECATED^” is shown.
i have no idea, what changed in the for formatting code in blueprint. I didnt found anything in the changelogs.

Does anyone has an idea? I guess it is a really stupid syntax error.

Thank you very much!

First of all, it probably works, you are just getting that syntax error in vscode. The deprecation has not completed as of yet. As some point in the next couple of months it will no longer work.

Second, the syntax has changed a bit. Read the example in the docs.