Homekit Binding + Elgato Eve = HELP!

I’m very lost at what I should do right now! I want to add a device to the Elgato Eve Homekit app on my iPhone, but I cannot add any accessories I have in my .items and .sitemap files. I have successfully paired my OpenHAB server in the app, but it doesn’t allow me to add any further accessories. I have included both files below. Any suggestions?

.sitemap

sitemap home label="Home" {
    Switch item=switch1 label="Test Switch" icon="light"
}

.items

Switch switch1 "Test Switch" <light> [ "homekit:Lighting" ] {mqtt=">[mosquitto:/home/room1/switch1/in:command:ON:1],>[mosquitto:/home/room1/switch1/in:command:OFF:0]" }

it should be:
Switch switch1 “Test Switch” [ “Lighting” ] {mqtt=">[mosquitto:/home/room1/switch1/in:command:ON:1],>[mosquitto:/home/room1/switch1/in:command:OFF:0]" }

Yes, I’ve tried that but still no luck. Am I supposed to see my items when I attempt to add an accessory?