pbkhrv / rtl_433-hass-addons

Collection of Home Assistant add-ons that use rtl_433
217 stars 102 forks source link

Fix wrong retain value when setting in mqtt connection string #149

Closed cserem closed 1 year ago

cserem commented 1 year ago

rtl433 expects numbers instead of true/false for retain flag. Don't know if this is the proper way to fix it, but it seems to work for me.

deviantintegral commented 1 year ago

Nice, thank you! This matches the docs at https://github.com/merbanan/rtl_433/blob/master/conf/rtl_433.example.conf#L189.