Skip to content

Commit

Permalink
Add support for T8114-Z
Browse files Browse the repository at this point in the history
  • Loading branch information
matijse committed Jul 31, 2021
1 parent 9b548b9 commit 4a87d4d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions enums/device_type.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const deviceType = {
DOOR_SENSOR: 'T8900',
EUFYCAM_1: 'T8111',
EUFYCAM_2: 'T8114',
EUFYCAM_2_Z: 'T8114-Z',
EUFYCAM_2C: 'T8113',
EUFYCAM_2C_Z: 'T8113-Z',
EUFYCAM_2C_PRO: 'T8142',
Expand Down Expand Up @@ -47,6 +48,12 @@ const capabilities = {
NotificationType.THUMBNAIL,
SensorType.BATTERY_PERCENTAGE,
],
[deviceType.EUFYCAM_2_Z]: [
NotificationType.EVENT_MOTION_DETECTED,
NotificationType.EVENT_PERSON_DETECTED,
NotificationType.THUMBNAIL,
SensorType.BATTERY_PERCENTAGE,
],
[deviceType.EUFYCAM_2C]: [
NotificationType.EVENT_MOTION_DETECTED,
NotificationType.EVENT_PERSON_DETECTED,
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ are automatically discovered in Home Assistant.
| | Motion detected | Person detected | Doorbell press | Crying detected | Sound detected | Pet detected | Thumbnail last event | Battery status |
|--|--|--|--|--|--|--|--|--|
| Eufy Cam 1 (T8111) | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :x: | :x: | :heavy_check_mark: | :heavy_check_mark: |
| Eufy Cam 2 (T8114) | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :x: | :x: | :heavy_check_mark: | :heavy_check_mark: |
| Eufy Cam 2 (T8114/T8114-Z) | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :x: | :x: | :heavy_check_mark: | :heavy_check_mark: |
| Eufy Cam 2 Pro (T8140/T8140-Z) | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :x: | :x: | :heavy_check_mark: | :heavy_check_mark: |
| Eufy Cam 2C (T8113/T8113-Z) | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :x: | :x: | :heavy_check_mark: | :heavy_check_mark: |
| Eufy Cam 2C Pro (T8142/T8142-Z) | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :x: | :x: | :heavy_check_mark: | :heavy_check_mark: |
Expand All @@ -40,7 +40,7 @@ are automatically discovered in Home Assistant.
| Indoor Cam Pan & Tilt 1080P (T8411) | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: |
| Indoor Cam Pan & Tilt 2K (T8410) | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: |
| Motion Sensor (T8910) | :heavy_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :heavy_check_mark: |
| Eufy video doorbell 1080P (battery) (T8220 / T8222 / T8222-Z) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :x: | :heavy_check_mark: | :heavy_check_mark: |
| Eufy video doorbell 1080P (battery) (T8220 / T8220-Z / T8222 / T8222-Z) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :x: | :heavy_check_mark: | :heavy_check_mark: |
| Eufy video doorbell 1080P (powered) (T8221 / T8201) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :x: | :heavy_check_mark: | :x: |
| Eufy video doorbell 2K (battery) (T8210) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :x: | :heavy_check_mark: | :heavy_check_mark: |
| Eufy video doorbell 2K (powered) (T8200 / T8202) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :x: | :heavy_check_mark: | :x: |
Expand Down

0 comments on commit 4a87d4d

Please sign in to comment.