You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
Buenas tardes, la nueva version me da el siguiente error
Logger: homeassistant
Source: components/integration/sensor.py:403
First occurred: 20 de junio de 2023, 21:51:47 (74 occurrences)
Last logged: 16:06:52
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/restore_state.py", line 234, in _async_dump_states
await self.async_dump_states()
File "/usr/src/homeassistant/homeassistant/helpers/restore_state.py", line 223, in async_dump_states
for stored_state in self.async_get_stored_states()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/restore_state.py", line 190, in async_get_stored_states
stored_states = [
^
File "/usr/src/homeassistant/homeassistant/helpers/restore_state.py", line 192, in
state, self.entities[state.entity_id].extra_restore_state_data, now
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/integration/sensor.py", line 403, in extra_restore_state_data
self._last_valid_state,
^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'CalculatedEnergySensor' object has no attribute '_last_valid_state'
No te se decir si las anteriores tambien me lo daba, ya que es ahora cuando he empezado a revisar los registros del home assistant,
Si puedes ayudarme te lo agradezco, un saludo
c48ee9c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Buenas tardes, la nueva version me da el siguiente error
Logger: homeassistant
Source: components/integration/sensor.py:403
First occurred: 20 de junio de 2023, 21:51:47 (74 occurrences)
Last logged: 16:06:52
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/restore_state.py", line 234, in _async_dump_states
await self.async_dump_states()
File "/usr/src/homeassistant/homeassistant/helpers/restore_state.py", line 223, in async_dump_states
for stored_state in self.async_get_stored_states()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/restore_state.py", line 190, in async_get_stored_states
stored_states = [
^
File "/usr/src/homeassistant/homeassistant/helpers/restore_state.py", line 192, in
state, self.entities[state.entity_id].extra_restore_state_data, now
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/integration/sensor.py", line 403, in extra_restore_state_data
self._last_valid_state,
^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'CalculatedEnergySensor' object has no attribute '_last_valid_state'
No te se decir si las anteriores tambien me lo daba, ya que es ahora cuando he empezado a revisar los registros del home assistant,
Si puedes ayudarme te lo agradezco, un saludo