- Add new channel definition for silent mode - Implement silent mode service - Add unit tests - Add documentation - Fix some minor documentation issues Closes #14779 Signed-off-by: David Pace <dev@davidpace.de>
This commit is contained in:
@@ -7,7 +7,7 @@ Binding for the Bosch Smart Home.
|
||||
- [In-Wall Switch](#in-wall-switch)
|
||||
- [Compact Smart Plug](#compact-smart-plug)
|
||||
- [Twinguard Smoke Detector](#twinguard-smoke-detector)
|
||||
- [Door/Window Contact](#doorwindow-contact)
|
||||
- [Door/Window Contact](#door-window-contact)
|
||||
- [Motion Detector](#motion-detector)
|
||||
- [Shutter Control](#shutter-control)
|
||||
- [Thermostat](#thermostat)
|
||||
@@ -116,6 +116,7 @@ Radiator thermostat
|
||||
| temperature | Number:Temperature | ☐ | Current measured temperature. |
|
||||
| valve-tappet-position | Number:Dimensionless | ☐ | Current open ratio of valve tappet (0 to 100). |
|
||||
| child-lock | Switch | ☑ | Indicates if child lock is active. |
|
||||
| silent-mode | Switch | ☑ | Enables or disables silent mode on thermostats. When enabled, the battery usage is higher. |
|
||||
| battery-level | Number | ☐ | Current battery level percentage as integer number. Bosch-specific battery levels are mapped to numbers as follows: `OK`: 100, `LOW_BATTERY`: 10, `CRITICAL_LOW`: 1, `CRITICALLY_LOW_BATTERY`: 1, `NOT_AVAILABLE`: `UNDEF`. |
|
||||
| low-battery | Switch | ☐ | Indicates whether the battery is low (`ON`) or OK (`OFF`). |
|
||||
|
||||
@@ -193,7 +194,7 @@ A smart bulb connected to the bridge via Zigbee such as a Ledvance Smart+ bulb.
|
||||
| brightness | Dimmer | ☑ | Regulates the brightness on a percentage scale from 0 to 100%. |
|
||||
| color | Color | ☑ | The color of the emitted light. |
|
||||
|
||||
### Smoke detector
|
||||
### Smoke Detector
|
||||
|
||||
The smoke detector warns you in case of fire.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user