From 89302124546866a1f8684ff6841b1ce6e7fee750 Mon Sep 17 00:00:00 2001 From: Marius <33354141+Mariusthvdb@users.noreply.github.com> Date: Tue, 26 Oct 2021 17:31:37 +0200 Subject: [PATCH] add reload events for Mqtt and Template (#19505) --- source/_docs/configuration/events.markdown | 2 -- source/_integrations/mqtt.markdown | 6 ++++++ source/_integrations/template.markdown | 6 ++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/source/_docs/configuration/events.markdown b/source/_docs/configuration/events.markdown index d337267f5b6..705ab153fa4 100644 --- a/source/_docs/configuration/events.markdown +++ b/source/_docs/configuration/events.markdown @@ -55,8 +55,6 @@ This event has no additional data. Event `scene_reloaded` is fired when scenes have been reloaded and thus might have changed. -This event has no additional data. - ## Event `platform_discovered` Event `platform_discovered` is fired when a new platform has been discovered by the [`discovery`](/integrations/discovery/) component. diff --git a/source/_integrations/mqtt.markdown b/source/_integrations/mqtt.markdown index 007bccc1948..13aa74193d4 100644 --- a/source/_integrations/mqtt.markdown +++ b/source/_integrations/mqtt.markdown @@ -64,3 +64,9 @@ mqtt: - [Birth and last will messages](/docs/mqtt/birth_will/) - [Testing your setup](/docs/mqtt/testing/) - [Logging](/docs/mqtt/logging/) + +## Event `event_mqtt_reloaded` + +Event `event_mqtt_reloaded` is fired when Manually configured MQTT entities have been reloaded and entities thus might have changed. + +This event has no additional data. diff --git a/source/_integrations/template.markdown b/source/_integrations/template.markdown index cd018e79119..4d5ff5fd5e5 100644 --- a/source/_integrations/template.markdown +++ b/source/_integrations/template.markdown @@ -709,3 +709,9 @@ sensor: type: device_class default: None {% endconfiguration %} + +## Event `event_template_reloaded` + +Event `event_template_reloaded` is fired when Template entities have been reloaded and entities thus might have changed. + +This event has no additional data.