Can not Accessory in Homekit

First, i had to change the name of the platform from homebridge-htd-mca66 homebridge-htd-mca66.HTD to get the config file to work. Now when i go to HomeKit, press the "+" select Add Accessory, Click "More Options...," The Zone defined show up. When i select any of the zones to be added, the warning about the accessory not being supported shows up. Upon Selecting "Add Anyway," Nothing is added and HomeKit shows a window to end the Setup Code.

How to get past this?

    {
        "name": "HTD",
        "host": "192.168.1.xxx",
        "port": "10006",
        "zones": [
            {
                "zone_1": "Living Room",
                "zone_2": "Front Patio",
                "zone_3": "Roof Deck",
                "zone_4": "Not Used",
                "zone_5": "Back Patio",
                "zone_6": "Office"
            }
        ],
        "inputs": [
            {
                "source_1": "DAC",
                "source_2": "Alexa",
                "source_3": "Source Three",
                "source_4": "Source Four",
                "source_5": "Source Five",
                "source_6": "Source Six"
            }
        ],
        "platform": "homebridge-htd-mca66.HTD"
    }