mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 03:37:06 +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.
|
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`
|
||||||
|
|
||||||
Event `platform_discovered` is fired when a new platform has been discovered by the [`discovery`](/integrations/discovery/) component.
|
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/)
|
- [Birth and last will messages](/docs/mqtt/birth_will/)
|
||||||
- [Testing your setup](/docs/mqtt/testing/)
|
- [Testing your setup](/docs/mqtt/testing/)
|
||||||
- [Logging](/docs/mqtt/logging/)
|
- [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
|
type: device_class
|
||||||
default: None
|
default: None
|
||||||
{% endconfiguration %}
|
{% 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