[homekit] fix for battery charging state (#12959)
* fix for battery charging state Signed-off-by: Eugen Freiter <freiter@gmx.de>
This commit is contained in:
@@ -473,6 +473,7 @@ For example, ceiling fans often include lighting functionality. Such fans can be
|
||||
- two separate HomeKit accessories - fan **and** light.
|
||||
|
||||
iOS home app would show them as **two tiles** that can be controlled directly from home screen.
|
||||
|
||||

|
||||
|
||||
- one complex accessory - fan **with** light.
|
||||
@@ -517,12 +518,17 @@ Group FanWithLight "Fan with Light" {
|
||||
|
||||

|
||||
|
||||
Similarly, you can create a sensor with battery
|
||||
|
||||

|
||||
|
||||
However, home app does not support changing of tiles for already added accessory.
|
||||
If you want to change the tile after the accessory was added, you need either to rename the group, if you use textual item configuration, or to delete and to create a new group with a different name, if you use UI for configuration.
|
||||
|
||||
You can combine more than two accessories as well as accessories linked to different physical devices.
|
||||
You can also do unusually combinations, e.g. you can combine temperature sensor with blinds and light.
|
||||
It will be represented by home app as follows
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user