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>
This commit is contained in:
TimL 2024-09-05 03:11:06 +10:00 committed by GitHub
parent 01738a31e6
commit 4463c59d26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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