From 3208eadebd28b1cb16f7c6d0738c64cf1950780c Mon Sep 17 00:00:00 2001 From: coperni <5769938+coperni@users.noreply.github.com> Date: Mon, 20 Nov 2023 02:29:12 -0500 Subject: [PATCH] Fix spelling in Event MQTT section (#29916) --- source/_integrations/event.mqtt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/event.mqtt.markdown b/source/_integrations/event.mqtt.markdown index 3642a0e8cf2..34c2b7b83fb 100644 --- a/source/_integrations/event.mqtt.markdown +++ b/source/_integrations/event.mqtt.markdown @@ -8,7 +8,7 @@ ha_iot_class: Configurable ha_domain: mqtt --- -The `mqtt` event platform allows you to process event info from an MQTT message. Events are signals that are emitted when something happens, for example, when a user presses a physical button like a doorbell or when a button on a remote control is pressed. With the event some event attributes can be sent te become available as an attribute on the entity. MQTT events are stateless. For example, a doorbell does not have a state like being "on" or "off" but instead is momentarily pressed. +The `mqtt` event platform allows you to process event info from an MQTT message. Events are signals that are emitted when something happens, for example, when a user presses a physical button like a doorbell or when a button on a remote control is pressed. With the event some event attributes can be sent to become available as an attribute on the entity. MQTT events are stateless. For example, a doorbell does not have a state like being "on" or "off" but instead is momentarily pressed. ## Configuration