HA integration not adding outputs

I have Homeassistant integrated and it works great pulling in data from the inputs from iota watt. However after adding outputs I can’t get HA to add those entities. I tried from a second HA instance to rule out a HA issue and it didn’t help.
I found an error in the logbook that seems to be related but I’m not totally sure. Any ideas on how I can get the outputs to appear? Thanks!

Logger: homeassistant.components.sensor
Source: components/iotawatt/sensor.py:188
Integration: Sensor (documentation, issues)
First occurred: 11:43:56 AM (2 occurrences)
Last logged: 11:43:56 AM

Error adding entities for domain sensor with platform iotawatt
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 438, in async_add_entities
await asyncio.gather(*tasks)
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 709, in _async_add_entity
await entity.add_to_platform_finish()
File “/usr/src/homeassistant/homeassistant/helpers/entity.py”, line 803, in add_to_platform_finish
await self.async_added_to_hass()
File “/usr/src/homeassistant/homeassistant/components/iotawatt/sensor.py”, line 293, in async_added_to_hass
await self.coordinator.async_request_refresh()
File “/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py”, line 175, in async_request_refresh
await self._debounced_refresh.async_call()
File “/usr/src/homeassistant/homeassistant/helpers/debounce.py”, line 82, in async_call
await task
File “/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py”, line 201, in async_refresh
await self._async_refresh(log_failures=True)
File “/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py”, line 316, in _async_refresh
self.async_update_listeners()
File “/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py”, line 121, in async_update_listeners
update_callback()
File “/usr/src/homeassistant/homeassistant/components/iotawatt/sensor.py”, line 264, in _handle_coordinator_update
self._accumulated_value += float(self._sensor_data.getValue())
File “/usr/src/homeassistant/homeassistant/components/iotawatt/sensor.py”, line 188, in _sensor_data
return self.coordinator.data[“sensors”][self._key]
KeyError: ‘output_Production_energy’