-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is the custom ui working with lovelace? #176
Comments
Yes, it works for me. First, you need to call homeassistant.reload_core_config or restart home assistant to load the customizations. The value/state of the entities that you’re customizing also need to change to reflect the customization, so you either need to wait for that, or call homeassistant.update_entity. |
Thanks for answering. cover.estores1_dinner_room: but I watch my frontend with the entity in question and nothing happens. The log as no error also. |
Sinz HA Version 100.2 this implementation don't work for me. Home Assisrant did not start because of an error in line 27 in custom state card ui. |
I've not been working on HA for almost two years. I've upgraded to 0.93.2, just after Lovelace. Nothing about CustomUI works any more. Not sure what to do. The most important one is hide_in_default_view. Any advice on what might have changed? |
See https://github.com/Mariusthvdb/custom-ui Btw you should really read up on the differences between Ha States and Lovelace. Most functionality of ‘old’ custom_ui was for States. As the one you asked about. |
Looks clean, I can't wait. I must suffer through a Python 3.7 upgrade first though, considering how many versions behind I am. |
Hello,
I am using hass.io 0.100.2 with lovelace and custom ui 20190518, I am nos sure if I am doing something wrong but after installing, loading and customizing entities, nothing happens.
Is it still working with latest lovelace?
The text was updated successfully, but these errors were encountered: