日志记录器: homeassistant.helpers.event
来源: helpers/event.py:352
首次出现: 21:19:59 (3 次总计出现)
上次记录: 21:29:44
Error while dispatching event for sensor.miaomiaoce_t2_5423_temperature_humidity_sensor to <Job track state_changed event ['sensor.miaomiaoce_t2_5423_temperature_humidity_sensor'] HassJobType.Coroutinefunction <bound method GreeClimate._async_temp_sensor_changed of <entity climate.gree_ac_192_168_2_46=cool>>>
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/event.py", line 352, in _async_dispatch_entity_id_event
hass.async_run_hass_job(job, event)
File "/usr/src/homeassistant/homeassistant/core.py", line 940, in async_run_hass_job
return self._async_add_hass_job(hassjob, *args, background=background)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 756, in _async_add_hass_job
hassjob.target(*args), name=hassjob.name, loop=self.loop
^^^^^^^^^^^^^^^^^^^^^
TypeError: GreeClimate._async_temp_sensor_changed() missing 2 required positional arguments: 'old_state' and 'new_state'
|