From 4463c59d26b7beaf5077eaff5daf0f0e211acf92 Mon Sep 17 00:00:00 2001 From: TimL Date: Thu, 5 Sep 2024 03:11:06 +1000 Subject: [PATCH] Document button platform for Smlight integration (#34512) * Add button platform for SMLIGHT integration * Update source/_integrations/smlight.markdown Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/smlight.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/smlight.markdown b/source/_integrations/smlight.markdown index 2301075153d..71495c141fd 100644 --- a/source/_integrations/smlight.markdown +++ b/source/_integrations/smlight.markdown @@ -9,6 +9,7 @@ ha_config_flow: true ha_domain: smlight ha_zeroconf: true ha_platforms: + - button - sensor ha_codeowners: - '@tl-sl' @@ -45,3 +46,10 @@ The following sensors will be created: - **Zigbee Uptime** - Uptime of Zigbee connection to ZHA/Z2M - **RAM Usage** - Monitor RAM Usage - **FS Usage** - Monitor filesystem usage + +The following buttons will be created: + +- **Core restart** - Restart core ESP32 +- **Zigbee restart** - Restart Zigbee CCCC2652 or EFR32 chip +- **Zigbee flash mode** - Trigger the Zigbee chip into bootloader flash mode so it can be flashed. It is possible to flash Zigbee firmware over a network socket once this is activated. +