Skip to content
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

Open
fernmac2 opened this issue Oct 21, 2019 · 6 comments
Open

Is the custom ui working with lovelace? #176

fernmac2 opened this issue Oct 21, 2019 · 6 comments

Comments

@fernmac2
Copy link

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?

@rccoleman
Copy link

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.

@fernmac2
Copy link
Author

Thanks for answering.
Maybe I am doing something wrong, I installed and loaded as instructions, I restarted HA, in my customize.yaml file, I wrote for testing:

cover.estores1_dinner_room:
custom_ui_state_card: state-card-custom-ui
state_card_mode: break-slider

but I watch my frontend with the entity in question and nothing happens. The log as no error also.

@duffel90
Copy link

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.

@jtitley
Copy link

jtitley commented May 31, 2020

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?

@Mariusthvdb
Copy link

Mariusthvdb commented May 31, 2020

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.

@jtitley
Copy link

jtitley commented May 31, 2020

Looks clean, I can't wait. I must suffer through a Python 3.7 upgrade first though, considering how many versions behind I am.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants