#automations.yaml - String does not match the pattern of "LEGACY_SYNTAX^".yaml-schema: http://schemas

1 messages · Page 1 of 1 (latest)

native galleon
#

Hello
When look at my automations.yaml file it has a lot of "String does not match the pattern of "LEGACY_SYNTAX^".yaml-schema: http://schemas.home-assistant.io/integration-automation"

eg:

  alias: Water-valve State change notification
  description: ''
  trigger:
    platform: device       String does not match the pattern of "LEGACY_SYNTAX^".
    type: changed_states
    device_id: 5f47a9f988ff97d64bbbe40a48b9a049
    entity_id: 744049288da8d8d9f305adea1e376320
    domain: switch
  condition: []
  action:
  - action: notify.mobile_app_sm_g780g
    data:
      message: Front Water Valve changed state
      data: {}
  mode: single```

Have I missed changing something with an update?

Thanks
south adder
#

Look at it how? What tool?

lime abyssBOT
#

@native galleon To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.

native galleon
#

With Studio Code Server

south adder
#

That's needing an update, the devs are aware