diff --git a/src/panels/config/automation/trigger/types/ha-automation-trigger-tag.ts b/src/panels/config/automation/trigger/types/ha-automation-trigger-tag.ts index ec80254f35..9a12ab7b55 100644 --- a/src/panels/config/automation/trigger/types/ha-automation-trigger-tag.ts +++ b/src/panels/config/automation/trigger/types/ha-automation-trigger-tag.ts @@ -56,6 +56,9 @@ export class HaTagTrigger extends LitElement implements TriggerElement { } private _tagChanged(ev) { + if (this.trigger.tag_id === ev.detail.value) { + return; + } fireEvent(this, "value-changed", { value: { ...this.trigger,