{ "anyOf": [{ "$ref": "#/definitions/CustomizeComponent" }, { "type": "array", "items": { "$ref": "#/definitions/CustomizeComponent" } }], "definitions": { "CustomizeComponent": { "type": "object", "additionalProperties": { "$ref": "#/definitions/CustomizeComponentEntry" } }, "CustomizeComponentEntry": { "additionalProperties": true, "type": "object", "properties": { "friendly_name": { "type": "string" }, "homebridge_name": { "type": "string" }, "hidden": { "type": "boolean" }, "homebridge_hidden": { "type": "boolean" }, "emulated_hue_hidden": { "type": "boolean" }, "entity_picture": { "type": "string" }, "icon": { "type": "string" }, "assumed_state": { "type": "boolean" }, "device_class": { "type": "string" }, "unit_of_measurement": { "type": "string" }, "initial_state": { "type": "boolean" } } } }, "$schema": "http://json-schema.org/draft-07/schema#" }
