NEWS
ESPHome Warnmeldung invalid jsonConfig
-
Beim Verlassen der Einstellungen der ESPHome (v0.6.1) Instanz kommt eine Warnmeldung:
esphome has an invalid jsonConfig: [{"instancePath":"/items/devices/items/encryptionKey","schemaPath":"#/definitions/passwordProps/additionalProperties","keyword":"additionalProperties","params":{"additionalProperty":"freeSolo"},"message":"must NOT have additional properties"},{"instancePath":"/items/devices","schemaPath":"#/properties/items/patternProperties/%5E.%2B/allOf/9/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"},{"instancePath":"","schemaPath":"#/if","keyword":"if","params":{"failingKeyword":"then"},"message":"must match \"then\" schema"}]
Was kann die Ursache sein?
Grüße -
@wibear
Die jsonConfig des Adapters espHome ist fehlerhaft. Das File muss korrigiert werden,
Bitte lege ein issue beim Adapter an.Die Komponente "password" kennt kein Attribut "freeSolo"
https://github.com/DrozmotiX/ioBroker.esphome/blob/8943b065a0fde7cafcf2190b6eebd06529486481/admin/jsonConfig.json5#L157