RTL_433 MQTT help

HA’s MQTT integration is installed and seems to be operational. I’m trying to send a LaCrosse-TX141THBv2 sensor’s data to my HA. I’ve gotten this far:

rtl_433 -R 73 -C customary -F mqtt://homeass:1883,user=mqttu,pass=mqttu

Returns:

rtl_433 version 21.12 (2021-12-14) inputs file rtl_tcp RTL-SDR SoapySDR

Use -h for usage help and see https://triq.org/ for documentation.Trying conf file at “rtl_433.conf”…
Trying conf file at “/home/jeff/.config/rtl_433/rtl_433.conf”…
Trying conf file at “/usr/local/etc/rtl_433/rtl_433.conf”…
Trying conf file at “/etc/rtl_433/rtl_433.conf”…

Publishing MQTT data to homeass port 1883
Publishing device info to MQTT topic “rtl_433/linux/devices[/type][/model][/subtype][/channel][/id]”.
Publishing events info to MQTT topic “rtl_433/linux/events”.
Publishing states info to MQTT topic “rtl_433/linux/states”.
Registered 1 out of 207 device decoding protocols [ 73 ]
Detached kernel driver
Found Rafael Micro R828D tuner
RTL-SDR Blog V4 Detected
Exact sample rate is: 250000.000414 Hz
Sample rate set to 250000 S/s.
Tuner gain set to Auto.
Tuned to 433.920MHz.
MQTT Connected…
MQTT Connection established.

How do I set up a card to display temp/humidity?