Simple Webpage

Hello,

I would like to send text to a simple webpage in Hassio. For instance a webpage at localhost:8123/webpage.

Is this possible and can it incorporate websockets?

Thanks

You can out text in a markup lovelace panel, and yes you could probably control it over webhooks.

Thanks,

Do you know how the HTML and CSS for the web page would be configured?

I am not even sure what you are asking, and I don’t fiddle with css unless I really have to. I suggest reading the lovelace documentation.

If the standard markdown card doesn’t have enough options, there is a mod as well. https://github.com/thomasloven/lovelace-markdown-mod

PS if you told us what exactly you are trying to achieve it might be easier to help :slight_smile:

Look at the ‘hosting files’ part of this page:

Hosting files

1 Like

Thanks Hypnod Toad,

That’s great, I have now created a static webpage.

Do you know if there’s a way to create a dynamic (websocket) webpage?
Also, is there a way to get HASSIO to load automatically to a local webpage by default?

Thanks

I’m afraid I’m no longer using HassIO but I know some people have had the Tileboard UI which is a dynamic (websocket) webpage hosted http component while using HassIO.

Just search the forum for ‘tileboard’ and you should be able to find examples of what files go where.