Maybe this is something simple but I can’t find the answer. I have an input datetime showing on an entity card but when I try and change it I get an error message as shown in the pic below. yaml for the card:
I see nothing wrong here. Perhaps it’s a mismatch with your locale settings? For example, your input is 12-hour time, but your locale uses a 24-hour format.
What happens if you try to call the set service under the dev tools? Do you get the same error?
How do you sync your config to your server? If you do this, check the file(s) on the server to make sure it contains the expected config. Do a restart for good measure. Do you typically restart after making changes or do you do a reload of config?
This really shouldn’t be the case, but if none of the above makes a difference, remove the line with has_date: false, sync and reload/restart.
No I think that worked fine. However, when I navigated to the dashboard which shows that datetime the error straight away showed at the bottom but the value was as set back on the dev tools?
I don’t think it should make any difference but this dashboard is a sub view…just trying to think what might be non standard. Tomorrow I will try putting the date time on a different view and see what happens.
Oh and I just edit my yaml directly on the server via a samba share. I do a reload if it is an option otherwise restart.
Edit: Just updated the OS so a full host restart but still same behaviour
Another thing: Which custom frontend components do you have installed? Perhaps start commenting out the loading of such resources one by one under the resources section in your configuration.yaml.
And did you do a hard refresh to make sure nothing’s cached? You can also open your browser’s dev tools and disable the cache completely.
The next step, I think, would be to rename your custom_components directory too just to be completely sure none of that code is being loaded — and do include the floorplan card too. I’ve seen it spew lots of JS errors.
No I generally don’t use UI mode. The first time I ever created anything other than one dashboard was today doing testing with this. OK will delete the helper from the UI then see if it still exists in the .storage folder. Also that does look like a similar problem.