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
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 507, in async_add_entities
await asyncio.gather(*tasks)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 582, in _async_add_entity
entity_name = entity.name
^^^^^^^^^^^
File "/config/custom_components/sems/sensor.py", line 169, in name
return f"Inverter {self.coordinator.data[self.sn]['name']}"
KeyError: 'name'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 507, in async_add_entities
await asyncio.gather(*tasks)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 582, in _async_add_entity
entity_name = entity.name
^^^^^^^^^^^
File "/config/custom_components/sems/sensor.py", line 169, in name
return f"Inverter {self.coordinator.data[self.sn]['name']}"
The text was updated successfully, but these errors were encountered: