bombadiltom / homebridge-rademacher-homepilot

MIT License
26 stars 21 forks source link

Missing quotation mark in readme #81

Closed lindhork closed 3 years ago

lindhork commented 3 years ago

Within the example under configuration in readme a quotation mark is missing behind did_list.

Configuration sample:

  "platforms": [
      {
        "platform": "RademacherHomePilot",
        "name": "RademacherHomePilot",
        "url": "http://192.168.0.1",
        "password": "",
        "password_hashed": "false",
        "scenes_as_switch":"false",
        "debug": "false",
        "did_list_usage": "none",
        "did_list: []
      }
    ]