Error of sensor TS0601_smart_CO_air_box

I use sensor TS0601_smart_CO_air_box (_TZE200_7bztmfm1) from Zigbee2mqtt. Everything works, there is data from sensor in HA, but I have many errors in the Home Assistant Core log:

Logger: homeassistant.util.logging
Source: util/logging.py:168
First occurred: 9:07:21 PM (2846 occurrences)
Last logged: 10:26:55 PM

Exception in state_message_received when handling msg on 'zigbee2mqtt/Датчик CO': '{"carbon_monoxide":"OFF","co":0,"last_seen":"2023-09-08T19:26:48.239Z","linkquality":98}' Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/mqtt/debug_info.py", line 44, in wrapper msg_callback(msg) File "/usr/src/homeassistant/homeassistant/components/mqtt/binary_sensor.py", line 243, in state_message_received self._config[CONF_NAME], ~~~~~~~~~~~~^^^^^^^^^^^ KeyError: 'name'

How do I fix these errors?

I changed the MQTT version number for Z2M from 4 to 5 and there is no more error.
The question is closed.