🔀 Merge branch 'ha-load-options' of https://github.com/pemontto/n8n into pemontto-ha-load-options

This commit is contained in:
Jan Oberhauser
2021-12-11 17:54:20 +01:00
5 changed files with 95 additions and 8 deletions

View File

@@ -33,7 +33,10 @@ export const cameraProxyFields: INodeProperties[] = [
{
displayName: 'Camera Entity ID',
name: 'cameraEntityId',
type: 'string',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getCameraEntities',
},
default: '',
required: true,
displayOptions: {