Datetime Date

Hello

  1. I added in HA Configuration / Helpers:
    Date and / or time / Name: Date test
    Date Type

  2. In the Dashboard; a Card entities with input_Datetime.date_test

  3. In HA Developer Tool / STATES
    Entity: input_Datetime.date_test

  4. When I change the date in the Card, the state does not change in State of developer Tool (a similar test with an input_datemime.time works)

But if you change it from the dev tools states it does change?

Yes with the code off State attributes (YAML,optional)

editable: false
has_date: true
has_time: false
year: 2021
month: 6
day: 10
timestamp: 1618005600
friendly_name: Input with only date

I didn’t mean by using the “set state” but by clicking the info button and change it in the pop up. This should be the same pop up if you long press the entity in the frond end.

No and the following information is wrong because I made the change at 2:29:00
HA-bug

Finally fixed after a Core update

1 Like