Remove duplicate event

This commit is contained in:
Aidan Timson
2025-09-01 11:38:31 +01:00
parent af01f66329
commit 44cd425ce8

View File

@@ -134,9 +134,6 @@ export class HaTimePicker extends LitElement {
protected updated(changedProperties: PropertyValues) {
super.updated(changedProperties);
if (changedProperties.has("value")) {
this._timeUpdated();
}
if (changedProperties.has("_hours")) {
this._timeUpdated();