Logger: homeassistant.config_entries
Source: components/esphome/entry_data.py:211
First occurred: 17:13:50 (1 occurrences)
Last logged: 17:13:50
Error setting up entry boiler for esphome
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 382, in async_setup
result = await component.async_setup_entry(hass, self)
File "/usr/src/homeassistant/homeassistant/components/esphome/__init__.py", line 326, in async_setup_entry
infos, services = await entry_data.async_load_from_store()
File "/usr/src/homeassistant/homeassistant/components/esphome/entry_data.py", line 211, in async_load_from_store
infos.append(cls.from_dict(info))
File "/usr/local/lib/python3.10/site-packages/aioesphomeapi/model.py", line 83, in from_dict
return cls(**init_args)
File "<string>", line 16, in __init__
File "/usr/local/lib/python3.10/site-packages/aioesphomeapi/model.py", line 69, in __post_init__
super().__setattr__(field_.name, convert(val))
File "/usr/local/lib/python3.10/site-packages/aioesphomeapi/util.py", line 46, in fix_float_single_double_conversion
if value == 0 or not math.isfinite(value):
TypeError: must be real number, not NoneType
ESP32 connects immediately, this error only occurs with HA start and must be re-integrated. Then everything works again. the same with reloading!
What is wrong?
Can someone help me please?