Node-Red Dashboards

Is it possible to add node red dashboards to the Lovelace UI, and if so what is the best way?

I haven’t tested myself, but panel_iframe could possibly work quite well. Or you could just make a button of sorts and navigate to https://YOURURL of your dashboard

I have just gone through process of doing this.

  1. In Lovelace add new webpage card and put the address <homeassistantip>:1880/endpoint/ui

This will actually add it as an iFrame.

Code would like this

type: iframe
url: 'https://192.168.0.299:1880/endpoint/ui'
aspect_ratio: 100%

This is for adding tabs to the left hand side of Home Assistant like configurator, node red, lovelace, etc