thejeffreystone / hassio_addons

Apache License 2.0
48 stars 29 forks source link

Timestamp Incompatible with HA #59

Closed dolai1 closed 9 months ago

dolai1 commented 11 months ago

Hello @thejeffreystone. I appreciate the assembly that you have made (sdr2mqtt).

I am running into trouble with the timestamp apparently being incompatible with HA because it's not ISO-formatted. If you were to change "-M time:tz:local" to "-M time:iso:tz:local" in "entry.sh", I think that this would fix the problem.

Could you please either change this or add the option in the config to allow for different formats?

Thank you.

dolai1 commented 11 months ago

Nevermind; I solved the issue with input filtering. Thanks again for the work.