IOS Config Invalid

I am using the 2.0 build 60 of the IOS app along with the mobile_app component and it is all working fine. I’m trying to get actionable notifications to work so I have added the ios: component. However when I look at my States page it says my IOS component can’t be set up. The HA log says:

Log Details (ERROR)
Tue Jun 11 2019 17:23:20 GMT-0500 (Central Daylight Time)
Could not parse JSON content: /config/.ios.conf
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/util/json.py", line 30, in load_json
    return json.loads(fdesc.read())  # type: ignore
  File "/usr/local/lib/python3.7/json/__init__.py", line 348, in loads
    return _default_decoder.decode(s)
  File "/usr/local/lib/python3.7/json/decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/local/lib/python3.7/json/decoder.py", line 355, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Does anyone know how to fix this? There is no ios.conf in my config folder. I’m hoping once this is fixed I can get the actionable notifications to work. I’ve had a bear of a time with that so I posted my setup here looking for help. As far as I know this is all correct.