add reload events for Mqtt and Template (#19505)

This commit is contained in:
Marius 2021-10-26 17:31:37 +02:00 committed by GitHub
parent 31fe320370
commit 8930212454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 2 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.