You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and third party devices that connect to the Ring Alarm System.
12
+
12
13
13
14
## Installation
14
15
@@ -82,8 +83,8 @@ Option | Default | Explanation
82
83
`hideCameraSirenSwitch` | `false` | If `true`, hides the siren switch for Ring cameras in HomeKit.
83
84
`hideAlarmSirenSwitch` | `false` | If you have a Ring Alarm, you will see both the alarm and a "Siren" switch in HomeKit. The siren switch can sometimes get triggered by Siri commands by accident, which is loud and annoying. Set this option to `true` to hide the siren switch.
84
85
`cameraStatusPollingSeconds` | `20` | How frequently to poll for updates to your cameras. Information like light/siren status do not update in real time and need to be requested periodically.
85
-
`cameraDingsPollingSeconds` | `2` | How frequently to poll for new events from your cameras. These include motion and doorbell presses.
86
-
`locationIds` | All Locations | Use this option if you only want a subset of your locations to appear in HomeKit. If this option is not included, all of your locations will be added to HomeKit (which is what most users will want to do).
86
+
`cameraDingsPollingSeconds` | `2` | How frequently to poll for new events from your cameras. These include motion and doorbell presses.
87
+
`locationIds` | All Locations | Use this option if you only want a subset of your locations to appear in HomeKit. If this option is not included, all of your locations will be added to HomeKit (which is what most users will want to do).
87
88
88
89
### Camera Setup
89
90
@@ -92,7 +93,7 @@ Don't worry, it's really easy. Due to homebridge/HAP limitations, the cameras ca
92
93
Configure the homebridge plugin like normal, then click on the "+" in the upper right in
93
94
the Home app, then "Don't have a Code or Can't Scan?", then you should see the cameras listed as individual devices which
94
95
which you can add. The code that you need for each is the same code you used when setting up homebridge. It should be in
95
-
the output when you start homebridge, or in your homebridge `config.json` file.
96
+
the output when you start homebridge, or in your homebridge `config.json` file.
96
97
Walk through the setup pages and when you are done, you should see several devices related to the camera:
97
98
98
99
* Camera Feed
@@ -115,7 +116,7 @@ If you turn on notifications for the motion sensors, or for any doorbell camera,
115
116
HomeKit with a snapshot from the camera
116
117
117
118
If you are having issues with your cameras in the Home app, please see the [Camera Troubleshooting Wiki](https://github.com/dgreif/ring/wiki/Camera-Troubleshooting)
118
-
119
+
119
120
### Supported Devices via Ring Alarm and Ring Smart Lighting Hubs
120
121
* Security Panel
121
122
* This is a software device that represents the alarm for a Ring location
@@ -145,6 +146,9 @@ If you are having issues with your cameras in the Home app, please see the [Came
145
146
* Carbon Monoxide Alarm
146
147
* Smoke/Carbon Monoxide Listener
147
148
* Smart Locks
149
+
* Fans
150
+
* On/Off
151
+
* Speed
148
152
* Lights/Switches
149
153
* On/Off
150
154
* Brightness Level (if applicable)
@@ -165,7 +169,7 @@ Entry delays and bypassed sensors (ex. for Home mode) are all controlled in the
165
169
These settings will automatically be used by HomeKit.
166
170
167
171
**Note**: Using `Night` mode in HomeKit will activate `Home` mode on the Ring alarm.
168
-
HomeKit should immediately switch to `Home` to match.
172
+
HomeKit should immediately switch to `Home` to match.
0 commit comments