Skip to content

Unable to set input_datetime via UI Frontend #23489

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

Closed
4 tasks done
antsca opened this issue Dec 28, 2024 · 2 comments
Closed
4 tasks done

Unable to set input_datetime via UI Frontend #23489

antsca opened this issue Dec 28, 2024 · 2 comments
Labels

Comments

@antsca
Copy link

antsca commented Dec 28, 2024

Checklist

  • I have updated to the latest available Home Assistant version.
  • I have cleared the cache of my browser.
  • I have tried a different browser to see if it is related to my browser.
  • I have tried reproducing the issue in safe mode to rule out problems with unsupported custom resources.

Describe the issue you are experiencing

I have an input_datetime helper with both date and time. When I try to change the date via UI or input_datetime.set_datetime service I get the following error:
Failed to perform the action input_datetime.set_datetime. Could not parse date for dictionary value @ data['date']. Got None

Describe the behavior you expected

Expecting the date changes to the input value

Steps to reproduce the issue

  1. Create an input_datetime helper called "test" with (at least) date enabled (has_date: true).
  2. Open "Developer tools" and go to "Actions" tab.
  3. Switch to YAML Mode and enter the following lines:
action: input_datetime.set_datetime
data:
  date: "2024-01-01"
target:
  entity_id: input_datetime.test

  1. Click "Permorm Action" button.

What version of Home Assistant Core has the issue?

2024.12.5

What was the last working version of Home Assistant Core?

No response

In which browser are you experiencing the issue with?

Google Chrome 131.0.6778.205 (64 bit)

Which operating system are you using to run this browser?

Microsoft Windows 11 Home (Version 10.0.22631 build 22631)

State of relevant entities

No response

Problem-relevant frontend configuration

No response

Javascript errors shown in your browser console/inspector

No response

Additional information

No response

@ildar170975
Copy link
Contributor

Cannot reproduce in 2024.12.0 (a bit diff version):
image
image

Copy link

github-actions bot commented Apr 2, 2025

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍
This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Apr 2, 2025
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants