Skip to content

Commit

Permalink
Add button platform for SMLIGHT integration
Browse files Browse the repository at this point in the history
  • Loading branch information
tl-sl committed Aug 31, 2024
1 parent 636c186 commit 3d85e6a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions source/_integrations/smlight.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ha_config_flow: true
ha_domain: smlight
ha_zeroconf: true
ha_platforms:
- button
- sensor
ha_codeowners:
- '@tl-sl'
Expand Down Expand Up @@ -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 network socket once this is activated.

0 comments on commit 3d85e6a

Please sign in to comment.