From 4876e35fd82ec21dd5eee580ce43781b737af3c8 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Wed, 24 Jul 2024 20:12:20 +0200 Subject: [PATCH] Matter event follow up (#122553) --- homeassistant/components/matter/event.py | 2 +- homeassistant/components/matter/strings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/matter/event.py b/homeassistant/components/matter/event.py index 885ba83ce07..3cb3fe385d4 100644 --- a/homeassistant/components/matter/event.py +++ b/homeassistant/components/matter/event.py @@ -64,7 +64,7 @@ class MatterEventEntity(MatterEntity, EventEntity): # Momentary switch with multi press support # NOTE: We ignore 'multi press ongoing' as it doesn't make a lot # of sense and many devices do not support it. - # Instead we we report on the 'multi press complete' event with the number + # Instead we report on the 'multi press complete' event with the number # of presses. max_presses_supported = self.get_matter_attribute_value( clusters.Switch.Attributes.MultiPressMax diff --git a/homeassistant/components/matter/strings.json b/homeassistant/components/matter/strings.json index 3c50ccbaa21..c23a2d6fe94 100644 --- a/homeassistant/components/matter/strings.json +++ b/homeassistant/components/matter/strings.json @@ -74,7 +74,7 @@ "state": { "switch_latched": "Switch latched", "initial_press": "Pressed", - "long_press": "Hold down", + "long_press": "Held down", "short_release": "Released after being pressed", "long_release": "Released after being held down", "multi_press_1": "Pressed once",