mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-17 02:48:31 -07:00
Add additionalProperties to device schema (#6687)
This commit is contained in:
parent
29343f8e9c
commit
eb930ac544
@ -704,6 +704,10 @@
|
|||||||
"description": "Allows to prevent certain attributes from being published"
|
"description": "Allows to prevent certain attributes from being published"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"additionalProperties": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "Device specific property"
|
||||||
|
},
|
||||||
"required": ["friendly_name"]
|
"required": ["friendly_name"]
|
||||||
},
|
},
|
||||||
"group": {
|
"group": {
|
||||||
|
Loading…
Reference in New Issue
Block a user