Skip to content

Commit

Permalink
fix(sensor): Allow attriubtes input to be an array
Browse files Browse the repository at this point in the history
Fixes #725
  • Loading branch information
zachowj committed Oct 31, 2022
1 parent 1545f5b commit d066479
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nodes/binary-sensor/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export const inputSchema: Joi.ObjectSchema = Joi.object({
Joi.number(),
Joi.boolean(),
Joi.object(),
Joi.array(),
])
),
});
Expand Down

0 comments on commit d066479

Please sign in to comment.