Since updating to 0.113.2 I have been seeing errors in the log about the Transmission sensors, I have looked over breaking changes but have not seen anything related. Most of my sensers are not working.
Same here, i also have a IR sensor connected to a sonoff running tasmota and its picking up the sonoff but not the ir sensor. temerature sensors conected to sonoff seem to work fine.
2020-07-31 13:33:00 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up transmission platform for sensor
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 187, in _async_setup_platform
await asyncio.gather(*pending)
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 293, in async_add_entities
await asyncio.gather(*tasks)
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 452, in _async_add_entity
entity.async_write_ha_state()
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 290, in async_write_ha_state
self._async_write_ha_state()
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 317, in _async_write_ha_state
attr.update(self.device_state_attributes or {})
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/transmission/sensor.py", line 152, in device_state_attributes
limit = self._tm_client.config_entry.options[CONF_LIMIT]
KeyError: 'limit'
openend an issue on github.
I just removed the integration and then added it back. All sensors are working now.
1 Like