Skip to content

Commit

Permalink
Fix null not allowed for Home Assistant device options. #12340
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed May 3, 2022
1 parent b949961 commit 40ef638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/settings.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 40ef638

Please sign in to comment.