-
I have a datapoint that is unix time , e.g. '152': 1719529126 I created this entity in the device yaml:
But I get an error:
Is this an error on my part? Is there somewhere I can set the time zone? |
Beta Was this translation helpful? Give feedback.
Answered by
make-all
Jul 7, 2024
Replies: 1 comment
-
It is not something you are doing wrong, the implementation has the conversion to datetime object indented incorrectly, so it requires a mapping to be defined in the dp to work. I have fixed this in the current HEAD. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
make-all
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is not something you are doing wrong, the implementation has the conversion to datetime object indented incorrectly, so it requires a mapping to be defined in the dp to work. I have fixed this in the current HEAD.