Add support for motion sensors

There doesn't seem to be any distinction in Z2M between occupancy and
motion sensors, but HomeKit has separate types. Most of the sensors are
PIR, so they are technically motion sensors instead of occupancy
sensors. There are of course _real_ occupancy sensors like mmWave, but
we'll deal with those when we get there.
This commit is contained in:
Darell Tan
2023-06-16 23:08:09 +08:00
parent ca0b667ea1
commit 7fbbec79d9
2 changed files with 37 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ Currently only supports the types of Zigbee devices I have:
- Climate sensors (temp, humidity)
- Contact sensors
- Motion sensors
- Wall switch
If you do use this software, note that it's in development and may contains bugs,