Add Security Package

This commit is contained in:
2022-05-17 09:21:54 -07:00
parent 446dedeeb1
commit aa93d13091
2 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Security Package
This package contains configuration information for a Home Assistant powered home security system. This integration expects the following sensors configured via the UI (ZHA or Zwave):
| Sensor | Area | Entity |
| --- | --- | --- |
| Front Door | Entry | binary_sensor.front_door |
| Back Door | Laundry | binary_sensor.back_door |
| Laundry Window | Laundry | binary_sensor.laundry_window |
| Living Room Door | Living Room | binary_sensor.living_room_door |
| Living Room Window | Living Room | binary_sensor.living_room_window |
| Dining Room Front Window | Dining Room | binary_sensor.dining_room_front_window |
| Dining Room Side Window | Dining Room | binary_sensor.dining_room_side_window |
| Kitchen Left Window | Kitchen | binary_sensor.kitchen_left_window |
| Kitchen Right Window | Kitchen | binary_sensor.kitchen_right_window |
| Office Window | Office | binary_sensor.office_window |
| Guest Room Front Window | Guest Room | binary_sensor.guest_room_front_window |
| Guest Room Side Window | Guest Room | binary_sensor.guest_room_side_window |
| Bathroom Window | Bathroom | binary_sensor.bathroom_window |
| Bedroom Side Window | Bedroom | binary_sensor.bedroom_side_window |
| Bedroom Back Window | Bedroom | binary_sensor.bedroom_back_window |