Hi,
log shows this error quite often:
2020-03-04 14:43:18 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 284, in async_update_ha_state
self._async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 328, in _async_write_ha_state
attr.update(self.device_state_attributes or {})
File "/config/custom_components/shelly/device.py", line 93, in device_state_attributes
for key, value in self._dev.block.info_values.items():
RuntimeError: dictionary changed size during iteration
Simone
Fixed in 0.1.7.b2
Confirmed fixed in b2
Hi, for me this is still happening on version 0.1.8

Different issue.
You have to update your config, there is no more a generic “power”.
Always review release notes for all version to lean changes.
Simone
Different issue.
You have to update your config, there is no more a generic “power”.Always review release notes for all version to lean changes.
Simone
Omg, sorry for the confusion. I didn't realize that this was a different error.
Different issue.
You have to update your config, there is no more a generic “power”.Always review release notes for all version to lean changes.
Simone
BTW I've reviewed my config and I don´t know what do you mean with generic power, I don´t have any generic power on my config.
shelly:
cloud_auth_key: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
cloud_server: "shelly-xxxxxxxxxxxxxxxxxxxxx"
discovery: true
igmp_fix: true
host_ip: a.b.c.d
additional_information: true
power_decimals: 1
scan_interval: 5
sensors:
what about that
sensors:
- power
?
Simone
what about that
sensors: - power?
Simone
Hi, this is in the documentation,

If I remove that my sensor disapears.