[SOLVED] Tagging homekit in home.items using metadata results in an EOF error

  • Platform information:
    • Hardware: Raspberry Pi 3B+
    • OS: OpenHABian (latest)
    • Java Runtime Environment: OpenJDK 1.8.0_252
    • openHAB version: 2.5.5-1
  • Issue of the topic: Whenever i add homekit tags (via metadata method) to my home.items, it results in the following error. Removing the line / lines makes the issue go away completely.
    2020-07-06 16:45:38.150 [WARN ] [el.core.internal.ModelRepositoryImpl] - Configuration model 'home.items' has errors, therefore ignoring it: [14,105]: missing EOF at '{'
  • Please post configurations (if applicable):
Dimmer   BedroomFanSwitchDimmer   "Dimmer"   {channel="zwave:device:f69da8a8:node13:switch_dimmer"}
Dimmer   BedroomFan2SwitchDimmer   "Dimmer"   {channel="zwave:device:f69da8a8:node20:switch_dimmer"}
Switch   ChristmasTreeSwitchBinary   "Switch"   {channel="zwave:device:f69da8a8:node18:switch_binary"}
Dimmer   EntrywayLightSwitchDimmer   "Dimmer"   {channel="zwave:device:f69da8a8:node10:switch_dimmer"}
Dimmer   FamilyRoomFanSwitchDimmer   "Dimmer"   {channel="zwave:device:f69da8a8:node11:switch_dimmer"}
Dimmer   FamilyRoomFan2SwitchDimmer   "Dimmer"   {channel="zwave:device:f69da8a8:node12:switch_dimmer"}
Dimmer   FormalRoomLampSwitchDimmer   "Dimmer"   {channel="zwave:device:f69da8a8:node5:switch_dimmer"}
Dimmer   FormalRoomLamp2SwitchDimmer   "Dimmer"   {channel="zwave:device:f69da8a8:node16:switch_dimmer"}
Dimmer   Garage1SwitchDimmer   "Dimmer"   {channel="zwave:device:f69da8a8:node7:switch_dimmer"}
Dimmer   Garage2SwitchDimmer   "Dimmer"   {channel="zwave:device:f69da8a8:node8:switch_dimmer"}
Dimmer   Kitchen1SwitchDimmer   "Dimmer"   {channel="zwave:device:f69da8a8:node3:switch_dimmer"}
Dimmer   Kitchen2SwitchDimmer   "Dimmer"   {channel="zwave:device:f69da8a8:node4:switch_dimmer"}
Switch   WindowLightsSwitchBinary   "Switch"   {channel="zwave:device:f69da8a8:node19:switch_binary"}
Dimmer   BackyardLightSwitchDimmer   "Dimmer"   {channel="zwave:device:f69da8a8:node9:switch_dimmer"} 	 {homekit="Lighting,Lighting.Brightness" [dimmerMode="normal"]}

So what am i doing wrong here? This happens no matter what homekit type i use (switchable, lighting, etc)
Thanks!

Only one set of curly brackets per Item

{channel="zwave:device:f69da8a8:node9:switch_dimmer", homekit="Lighting,Lighting.Brightness" [dimmerMode="normal"]}`