Skip to content

Commit

Permalink
Update interface_mqtt.rst (#434)
Browse files Browse the repository at this point in the history
Correct small copy/paste error in documentation of MQTT filter events.
  • Loading branch information
Rosi2143 authored Jan 29, 2024
1 parent fe5d4c5 commit eede9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/interface_mqtt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ and it will also trigger for :class:`~HABApp.mqtt.events.MqttValueUpdateEvent`.
MqttValueChangeEvent
""""""""""""""""""""""""""""""""""""""
Since this event inherits from :class:`~HABApp.core.events.ValueChangeEvent` you can listen to :class:`~HABApp.core.events.ValueChangeEvent`
and it will also trigger for :class:`~HABApp.mqtt.events.MqttValueUpdateEvent`.
and it will also trigger for :class:`~HABApp.mqtt.events.MqttValueChangeEvent`.

.. inheritance-diagram:: HABApp.mqtt.events.MqttValueChangeEvent
:parts: 1
Expand Down

0 comments on commit eede9f6

Please sign in to comment.