mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +00:00
Update metadata for Smlight integration (#34741)
* Update platforms for Smlight integration * add missing sub-heading for supported platforms
This commit is contained in:
parent
79428a403f
commit
c4587065d2
@ -2,7 +2,10 @@
|
|||||||
title: SMLIGHT SLZB
|
title: SMLIGHT SLZB
|
||||||
description: The SMLIGHT SLZB integration allows users to monitor and manage their SMLIGHT SLZB-06x devices from directly within Home Assistant.
|
description: The SMLIGHT SLZB integration allows users to monitor and manage their SMLIGHT SLZB-06x devices from directly within Home Assistant.
|
||||||
ha_category:
|
ha_category:
|
||||||
|
- Binary sensor
|
||||||
|
- Button
|
||||||
- Sensor
|
- Sensor
|
||||||
|
- Switch
|
||||||
- Update
|
- Update
|
||||||
ha_release: 2024.9
|
ha_release: 2024.9
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
@ -10,8 +13,10 @@ ha_config_flow: true
|
|||||||
ha_domain: smlight
|
ha_domain: smlight
|
||||||
ha_zeroconf: true
|
ha_zeroconf: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
|
- binary_sensor
|
||||||
- button
|
- button
|
||||||
- sensor
|
- sensor
|
||||||
|
- switch
|
||||||
- update
|
- update
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@tl-sl'
|
- '@tl-sl'
|
||||||
@ -40,6 +45,8 @@ You need a supported SLZB-06 adapter.
|
|||||||
|
|
||||||
## Integration entities
|
## Integration entities
|
||||||
|
|
||||||
|
### Sensors
|
||||||
|
|
||||||
The following sensors will be created:
|
The following sensors will be created:
|
||||||
|
|
||||||
- **Core temperature** - Temperature of core ESP32
|
- **Core temperature** - Temperature of core ESP32
|
||||||
@ -56,6 +63,8 @@ The following sensors will be created:
|
|||||||
- **Firmware channel** - Channel for updates, stable, or development firmware or currently installed firmware.
|
- **Firmware channel** - Channel for updates, stable, or development firmware or currently installed firmware.
|
||||||
- **Zigbee type** - Current mode of Zigbee chip. Coordinator, router, or Thread. Only works with official firmware installed via OTA in SMLIGHT web UI.
|
- **Zigbee type** - Current mode of Zigbee chip. Coordinator, router, or Thread. Only works with official firmware installed via OTA in SMLIGHT web UI.
|
||||||
|
|
||||||
|
### Buttons
|
||||||
|
|
||||||
The following buttons will be created:
|
The following buttons will be created:
|
||||||
|
|
||||||
- **Core restart** - Restart core ESP32
|
- **Core restart** - Restart core ESP32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user