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

Fix for time_date sensor #10694

Merged
merged 3 commits into from
Nov 20, 2017
Merged

Fix for time_date sensor #10694

merged 3 commits into from
Nov 20, 2017

Conversation

etsinko
Copy link
Contributor

@etsinko etsinko commented Nov 20, 2017

Description:

This is a fix to date option of time_date sensor.

Related issue (if applicable): fixes #10477

Example entry for configuration.yaml (if applicable): N/A

Checklist:

If the code does not interact with devices:

  • Local tests with tox run successfully. Your PR cannot be merged unless tests pass
  • Tests have been added to verify that the new code works.

@balloob
Copy link
Member

balloob commented Nov 20, 2017

Thanks!

@balloob balloob merged commit 7695ca2 into home-assistant:dev Nov 20, 2017
@etsinko etsinko deleted the time_date_fix branch November 20, 2017 04:52
cgtobi pushed a commit to cgtobi/home-assistant that referenced this pull request Nov 20, 2017
* fix to time_date sensor

* cleaned up the code and added unit tests

* fixed lint errors
balloob pushed a commit that referenced this pull request Nov 21, 2017
* fix to time_date sensor

* cleaned up the code and added unit tests

* fixed lint errors
@balloob balloob mentioned this pull request Nov 21, 2017
@thundergreen
Copy link

is this a fix for the time date picker or is this picker still not available?

@tinloaf
Copy link
Contributor

tinloaf commented Nov 22, 2017

The datetime_input should be "available". What bug are you experiencing?

@jer78
Copy link

jer78 commented Nov 23, 2017

Not necessarily a bug, but the current method of entering a time is nearly impossible. A 0 gets added automatically at times, the field jumps from the hour to minute when you don’t want it to, and all of this is worse using the iOS app. I don’t know if there’s a better way to select a time that’s less frustrating, but it’s currently very difficult.

Also, the calendar doesn’t display correctly with the iOS app. Only one week appears in the monthly popup and it’s difficult to scroll and pick the correct date.

Maybe this is an iOS app bug??

@home-assistant home-assistant locked and limited conversation to collaborators Nov 23, 2017
@balloob
Copy link
Member

balloob commented Nov 23, 2017

Don't discuss unrelated topics in a PR

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

Successfully merging this pull request may close these issues.

Time & Date sensor doesn't update as expected
7 participants