fmartinou / tydom2mqtt

Deltadore Tydom to MQTT Bridge
https://fmartinou.github.io/tydom2mqtt/
MIT License
86 stars 49 forks source link

Fix SyntaxWarning #161

Closed fcollonval closed 4 months ago

fcollonval commented 6 months ago

Thanks a lot for this add-on.

I saw the following warning in the log:

/app/tydom/TydomClient.py:312: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if value is "ACK":

This should fix it.

fmartinou commented 4 months ago

Thank you very much 👍