Fix null not allowed for Home Assistant device options. #12340

This commit is contained in:
Koen Kanters
2022-05-03 19:39:30 +02:00
parent b9499618d3
commit 40ef638e0e
+1 -1
View File
@@ -836,7 +836,7 @@
"description": "The user-defined device icon for the frontend. It can be a link to an image (not a path to a file) or base64 encoded data URL like: image/svg+xml;base64,PHN2ZyB3aW....R0aD"
},
"homeassistant": {
"type": "object",
"type": ["object", "null"],
"title": "Home Assistant",
"properties": {
"name": {