Skip to content

Commit

Permalink
Merge pull request #61 from ryaowe/main
Browse files Browse the repository at this point in the history
Add T8201 model (identical to T8221)
  • Loading branch information
matijse authored Apr 14, 2021
2 parents 6c5e63f + a1b6306 commit 0eb850e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions enums/device_type.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const deviceType = {
VIDEO_DOORBELL_1080P_BATTERY: 'T8220',
VIDEO_DOORBELL_1080P_BATTERY2: 'T8222',
VIDEO_DOORBELL_1080P_POWERED: 'T8221',
VIDEO_DOORBELL_1080P_POWERED2: 'T8201',
VIDEO_DOORBELL_2K_BATTERY: 'T8210',
VIDEO_DOORBELL_2K_POWERED: 'T8200',
VIDEO_DOORBELL_2K_POWERED2: 'T8202',
Expand Down Expand Up @@ -126,6 +127,12 @@ const capabilities = {
NotificationType.EVENT_DOORBELL_PRESSED,
NotificationType.THUMBNAIL,
],
[deviceType.VIDEO_DOORBELL_1080P_POWERED2]: [
NotificationType.EVENT_MOTION_DETECTED,
NotificationType.EVENT_PERSON_DETECTED,
NotificationType.EVENT_DOORBELL_PRESSED,
NotificationType.THUMBNAIL,
],
[deviceType.VIDEO_DOORBELL_2K_BATTERY]: [
NotificationType.EVENT_MOTION_DETECTED,
NotificationType.EVENT_PERSON_DETECTED,
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ are automatically discovered in Home Assistant.
| Indoor Cam Pan & Tilt (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) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :x: | :heavy_check_mark: | :heavy_check_mark: |
| Eufy video doorbell 1080P (powered) (T8221) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :x: | :heavy_check_mark: | :x: |
| 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 0eb850e

Please sign in to comment.