Skip to content

Commit

Permalink
technical debt
Browse files Browse the repository at this point in the history
  • Loading branch information
e154 committed Jan 3, 2024
1 parent 8e47baf commit d370ec0
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const pluginChanged = async (value?: string) => {
const schema = [
{field: 'entityIds', path: 'hidden', value: value !== 'state_change'},
{field: 'timePluginOptions', path: 'hidden', value: value !== 'time'},
{field: 'systemPluginOptions', path: 'hidden', value: value !== 'system'},
{field: 'alexaPluginOptions', path: 'hidden', value: value !== 'alexa'}
]
setSchema(schema)
Expand Down Expand Up @@ -159,17 +158,6 @@ const schema = reactive<FormSchema[]>([
placeholder: t('automation.triggers.timePluginOptions')
}
},
{
hidden: false,
field: 'systemPluginOptions',
label: t('automation.triggers.pluginOptions'),
component: 'Input',
colProps: {
span: 24
}, componentProps: {
placeholder: t('automation.triggers.pluginOptions')
}
},
{
hidden: false,
field: 'alexaPluginOptions',
Expand Down

0 comments on commit d370ec0

Please sign in to comment.