What is the /states page?

On the page http://homeassistant:8123/states I could see the states of all sensors. But since 2 days, this does not work any more. I did not update HA. Why is this page gone?

Did you try a forced refresh in your browser?

Ctrl + F5

I tried a refresh and the /states page is now the main page and the iframe inside the main page is again the main page. So it is the same if you have 2 mirrors and you can see the mirror in the mirror.

If you go to development tools then follow the link “go to states UI” ?
Could you just also show us a screenshot ? :slight_smile:

This is the URI /dev-state, this works. I was looking for /states

Wow, now i’m lost :smiley:
you are looking for the old states UI ? Which was here before lovelace ?

If you are looking for this old UI go to dev tools, tab INFO then follow the link to states UI :

Yes and this points to /states and does not work any more.

Could you do screenshot of what you get ?

Working for me. You should migrate to lovelace because states will probably be dropped in the future.

I have lovelace but sometimes I find it useful to check the /states page.
I solved the problem. It appeared because I had this in configuration.yaml:

panel_iframe:
  states:
    title: 'States'
    url: '/states'
    icon: 'mdi:mdi-file-document-box-multiple-outline'