mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
✨ Add loadOptions for Home Assistant
This commit is contained in:
@@ -33,7 +33,10 @@ export const cameraProxyFields = [
|
||||
{
|
||||
displayName: 'Camera Entity ID',
|
||||
name: 'cameraEntityId',
|
||||
type: 'string',
|
||||
type: 'options',
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getCameraEntities',
|
||||
},
|
||||
default: '',
|
||||
required: true,
|
||||
displayOptions: {
|
||||
|
||||
Reference in New Issue
Block a user