✨ 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