Skip to content

Commit b8fb36e

Browse files
authored
Merge pull request #82 from MaxWinterstein/patch-4
Add T8222-Z
2 parents 00b03f4 + a2f1b3b commit b8fb36e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

enums/device_type.js

+8
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const deviceType = {
2121
MOTION_SENSOR: 'T8910',
2222
VIDEO_DOORBELL_1080P_BATTERY: 'T8220',
2323
VIDEO_DOORBELL_1080P_BATTERY2: 'T8222',
24+
VIDEO_DOORBELL_1080P_BATTERY2_Z: 'T8222-Z',
2425
VIDEO_DOORBELL_1080P_POWERED: 'T8221',
2526
VIDEO_DOORBELL_1080P_POWERED2: 'T8201',
2627
VIDEO_DOORBELL_2K_BATTERY: 'T8210',
@@ -145,6 +146,13 @@ const capabilities = {
145146
NotificationType.THUMBNAIL,
146147
SensorType.BATTERY_PERCENTAGE,
147148
],
149+
[deviceType.VIDEO_DOORBELL_1080P_BATTERY2_Z]: [
150+
NotificationType.EVENT_MOTION_DETECTED,
151+
NotificationType.EVENT_PERSON_DETECTED,
152+
NotificationType.EVENT_DOORBELL_PRESSED,
153+
NotificationType.THUMBNAIL,
154+
SensorType.BATTERY_PERCENTAGE,
155+
],
148156
[deviceType.VIDEO_DOORBELL_1080P_POWERED]: [
149157
NotificationType.EVENT_MOTION_DETECTED,
150158
NotificationType.EVENT_PERSON_DETECTED,

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ are automatically discovered in Home Assistant.
4040
| 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: |
4141
| 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: |
4242
| Motion Sensor (T8910) | :heavy_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: | :heavy_check_mark: |
43-
| 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: |
43+
| 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: |
4444
| Eufy video doorbell 1080P (powered) (T8221 / T8201) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :x: | :heavy_check_mark: | :x: |
4545
| Eufy video doorbell 2K (battery) (T8210) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :x: | :heavy_check_mark: | :heavy_check_mark: |
4646
| Eufy video doorbell 2K (powered) (T8200 / T8202) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :x: | :heavy_check_mark: | :x: |

0 commit comments

Comments
 (0)