Is there any way to display an html file in the front end?
I would be interested in the answer to this too, i also have a weather station connected to my Pi which is running weewx as well as HA, so it would be good to display some of the data directly in HA rather than add a link to the site via weblink which will open the site in another tab in the browser.
you can achieve the same approach that I have done by adding:
# Web Links #
weblink: !include weblinks.yaml
to your configuration.yaml file and then create the weblinks.yaml file and add your link in the format below:
entities:
- name: your site name
url: http://your-ip-address:port
save and restart Home Assistant for the configuration to take effect
hope that helps a bit
There is also support for custom user interfaces. This may require some addition work but let you use a given web application inside Home Assistant.
Did you find a solution for this?>
I’m guessing this is long since figured out, but if someone stumbles across this, one way to add a webpage is to use the Webpage Card