[FIXED] How add resources on yaml dashboard

this config thats i need, system dont accept

lovelace:
  mode: storage
  # Add yaml dashboards
  dashboards:
    lovelace-yaml:
      resources:
        - url: /local/zigbee2mqtt-networkmap.js?v=0.7.0
      type: module
      mode: yaml
      title: YAML
      icon: mdi:script
      show_in_sidebar: true
      filename: ui-lovelace.yaml

resource cant use on dashboard

Invalid config for [lovelace]: [resources] is an invalid option for [lovelace]. Check: lovelace->lovelace->dashboards->lovelace-yaml->resources. (See /config/configuration.yaml, line 63).

Added in the GUI resources on main dashboard fix the issue

1 Like