Beyond suggesting you clear your browser cache, how do you expect any help with so little information.
what information do you need? i have cleared the browser cash and still it show no entities what so ever. there is no error messages. if i go to the history or log book tabs i can see the the list of all the items but on on the main page where everything should be its blank.
this link seems identical: https://www.reddit.com/r/homeassistant/comments/a5su7o/no_entities_after_upgrading_to_841/
Are you using lovelace? If so, did you read/do what it said to preserve yaml mode for lovelace in the relase notes? Did you set your log level to debug and look for error messages in the log file?
You have to understand you did the equivalent of calling a mechanic and saying âMy car wonât run. Itâs a BMW.â
Hey guys! I was waiting for the Netatmo Home coach integration from a long time! I have a Hassio setup on a Raspberry Pi. The Netatmo discovery function didnât find my Home Coach, even if I disable it and I configure the Sensor, it doesnât work. Any clue? (Of course it can find the Thermostat)
Thanks in advance,
Marco
Has someone an answer?
âidâ was changed to âpathâ in 0.84
Any news regarding this? Really annoying.
Should be Open, Closed and not off (same goes for Away, Home and not not_home
Mine are all still ID: I donât see path anywhere. 0.84.3
I upate from 083.3 where I used Lovelace. Then I do the following steps, because I use Lovelace before:
https://www.home-assistant.io/blog/2018/12/12/release-84/#for-existing-lovelace-testers
You can do this by opening the Lovelace UI and click on Configure UI, this will prompt you to change to storage mode. This will unlock a new option in the menu called âraw config editorâ. Open this and paste the content of your
ui-lovelace.yaml
file into it and click save.
But I still get the same error as marcurs in his post:
I noticed this error when trying to edit the Lovelace UI from web.
The error disappears manually removing ID field.
The ID field was automatically generated by HA in some previous update. Is it still necessary or can it be removed?
do you happen to use Custom-ui? It was not compatible and now has been updated. Fixed the disappearing groups in my desktops and mobile devices.
there is a github issue open for it.
A couple of questions about the lightwave component.
- Does it communicate with the lightwave hub locally, or do the API calls go via the internet
- Does the component work with both generation 1 and 2 lightwave items (with state reporting on Gen 2)?
If it is local and has state reporting then I think this a big new feature! Thanks
Mine is working fine. Running hassio though.
allright, thnx will check.
Thank you. I fixed it. Component can only recognize the usb device by ID.
Itâs a bug! See: https://github.com/home-assistant/home-assistant-polymer/issues/2354, the âfriendly namesâ should be visible by default. Probably fixed in the next release 0.84.4 with this PR: https://github.com/home-assistant/home-assistant-polymer/pull/2356
I see that but in my imported lovelace it is still showing ID not path and itâs not crashing. Itâs not clear from the docs how path is to be used - it seems totally different to the ID.
It shows IDâs for the views and uses that in the URL and also IDâs for the cards⊠Strange itâs crashing your(?) system but not mine.
fwiw, using yaml mode, I had views with id: name
which were automatically created by ne of the available scripts (not the current Lovelace functionality).
Loading Lovelace wouldnât recognize these and used numbered views instead. Which were automatically created following my regular HA view: yes groups now by the Lovelace functionality.
Changing id: to path: in all of my view files, made my original views re-appear immediately in the path and browser window.
I just asked on Discord and apparently all the IDâs can be deleted so Iâm going to do that and see if anything breaks. Wish me luck!