mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 17:57:14 +00:00
add reload events for Mqtt and Template (#19505)
This commit is contained in:
parent
31fe320370
commit
8930212454
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user