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",