-
Hello, I'm using a mqtt sensor to get temperature and I noticed the last temperature date doesn't reflect the moment I receive an mqtt message but the moment the value change. Is it expected and does it affect the security state configuration ? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Auto reply. actually it is due to mqtt |
Beta Was this translation helpful? Give feedback.
Auto reply. actually it is due to mqtt
mqtt by default doesn't update the value if the value doesn't change. need to add
force_update: true
on the mqtt sensor and it fixes my issue