Broadlink RM4C Mini Error executing service

I have four RM3 mini working very well. I’ve integrated and additional RM4C as a switch via the following

    - platform: broadlink 
      host: 10.0.1.125
      mac: '24:DF:7A:42:6D:56'
      friendly_name: 'rmmini4-1' # Master bedroom
      type: rm4c_mini

yet I’m unable to get the RM4C to operate, now running HA 0.112.0 I get the following error:

Log Details (ERROR)
Logger: homeassistant.core
Source: components/broadlink/__init__.py:114
First occurred: 11:45:14 PM (3 occurrences)
Last logged: 11:46:32 PM

Error executing service: <ServiceCall broadlink.send (c:be8a7d4d90664fb691c0b4e3a76109ce): host=10.0.1.125, packet=[b'&\x00\x92\x00\x00\x01)\x92\x175\x17\x10\x17\x11\x175\x175\x17\x11\x16\x11\x17\x11\x17\x11\x16\x11\x17\x11\x17\x11\x16\x11\x17\x11\x17\x10\x17\x11\x17\x11\x17\x10\x17\x11\x17\x11\x16\x11\x175\x17\x11\x17\x11\x16\x11\x17\x11\x17\x11\x16\x11\x175\x17\x11\x166\x16\x11\x17\x11\x175\x17\x10\x17\x00\x02\x90\x17\x11\x16\x11\x17\x11\x17\x11\x16\x11\x17\x11\x17\x10\x17\x11\x17\x11\x17\x10\x17\x11\x17\x11\x17\x10\x175\x17\x11\x17\x11\x16\x11\x17\x11\x17\x11\x16\x11\x17\x11\x17\x11\x16\x11\x17\x11\x17\x11\x16\x11\x17\x11\x17\x11\x165\x17\x11\x175\x17\x11\x16\x00\r\x05\x00\x00\x00\x00\x00\x00']>
Error executing service: <ServiceCall broadlink.send (c:8de93a9f8f4a4035887fa067641840c4): host=10.0.1.125, packet=[b'&\x00\x92\x00\x00\x01)\x93\x166\x16\x12\x16\x12\x15\x12\x16\x12\x166\x16\x12\x15\x12\x165\x17\x12\x15\x12\x165\x17\x12\x16\x12\x15\x12\x16\x12\x16\x12\x15\x12\x16\x12\x16\x12\x15\x12\x166\x16\x12\x15\x12\x16\x12\x16\x12\x15\x12\x16\x12\x165\x17\x11\x165\x17\x12\x16\x12\x157\x15\x12\x16\x00\x02\x90\x17\x11\x16\x12\x16\x12\x15\x12\x16\x12\x16\x12\x15\x12\x16\x12\x16\x12\x15\x12\x16\x12\x16\x12\x15\x12\x165\x17\x12\x16\x12\x15\x12\x16\x12\x16\x11\x16\x12\x16\x12\x16\x11\x16\x12\x16\x12\x16\x11\x16\x12\x16\x12\x16\x12\x15\x12\x166\x165\x17\x12\x15\x00\r\x05\x00\x00\x00\x00\x00\x00']>
Error executing service: <ServiceCall broadlink.send (c:6bb2dd347b66448496faa3288abdefe7): host=10.0.1.125, packet=[b'&\x00\x92\x00\x00\x01)\x93\x166\x16\x12\x16\x12\x15\x12\x16\x12\x166\x16\x12\x15\x12\x165\x17\x12\x15\x12\x165\x17\x12\x16\x12\x15\x12\x16\x12\x16\x12\x15\x12\x16\x12\x16\x12\x15\x12\x166\x16\x12\x15\x12\x16\x12\x16\x12\x15\x12\x16\x12\x165\x17\x11\x165\x17\x12\x16\x12\x157\x15\x12\x16\x00\x02\x90\x17\x11\x16\x12\x16\x12\x15\x12\x16\x12\x16\x12\x15\x12\x16\x12\x16\x12\x15\x12\x16\x12\x16\x12\x15\x12\x165\x17\x12\x16\x12\x15\x12\x16\x12\x16\x11\x16\x12\x16\x12\x16\x11\x16\x12\x16\x12\x16\x11\x16\x12\x16\x12\x16\x12\x15\x12\x166\x165\x17\x12\x15\x00\r\x05\x00\x00\x00\x00\x00\x00']>
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/core.py", line 1276, in catch_exceptions
    await coro_or_task
  File "/usr/src/homeassistant/homeassistant/core.py", line 1295, in _execute_service
    await handler.func(service_call)
  File "/usr/src/homeassistant/homeassistant/components/broadlink/__init__.py", line 114, in async_send_packet
    device = hass.data[DOMAIN][call.data[CONF_HOST]]
KeyError: '10.0.1.125'

Solved with HA 0.115.1 by using the new Broadlink integration.