5) Document as for python3 only. Change env lines to python3. I don't
see any reason anyone would actually want to use python2.7 with these --
they don't need to be included in a larger python program that's stuck
on 2.7, and surely nobody has computers that can't run python3 but
somehow work with built-in-2022 rtl_433.
6) Create python subdir, setup.py, and migrate scripts to it, so if you
build that (as could be done by a packaging system, or by hand), these
get properly installed. Implies dropping contrib label.
51) very maybe, think about how the mqtt hass script relates, and
perhaps merge it making the hass discovery topics an option, figuring
out what else is different and why.