@scrypted/nvr 0.1.144 → 0.1.146
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/README.md +1 -23
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -118,26 +118,4 @@ In the iOS app:
|
|
|
118
118
|
|
|
119
119
|
### Scrypted NVR and the Home Assistant Addon
|
|
120
120
|
|
|
121
|
-
Scrypted NVR provides Home Assistant cards when Scrypted is installed as an addon.
|
|
122
|
-
|
|
123
|
-
Example:
|
|
124
|
-
|
|
125
|
-
```
|
|
126
|
-
/local/scrypted_card.html?id=SCRYPTED_CAMERA_ID]&accessToken=HA_LONG_LIVED_ACCESS_TOKEN
|
|
127
|
-
```
|
|
128
|
-
|
|
129
|
-
The path will need to be filled in with a long lived access token from Home Assistant.
|
|
130
|
-
|
|
131
|
-
The above card will show a static image, which will play the live stream when clicked. To autoplay video, use the `live` query parameter:
|
|
132
|
-
|
|
133
|
-
```
|
|
134
|
-
/local/scrypted_card.html?id=SCRYPTED_CAMERA_ID&accessToken=HA_LONG_LIVED_ACCESS_TOKEN&live=true
|
|
135
|
-
```
|
|
136
|
-
|
|
137
|
-
Activity notifications can be sent from Scrypted to the Home Assistant App. The Home Assistant plugin is automatically installed in Scrypted. All `notify` services from Home Assistant will be synced. Each `notify` service can be assigned to a `Scrypted NVR User`. The notifications received by that Home Assistant App can be configured once assigned to a user.
|
|
138
|
-
|
|
139
|
-
Scrypted NVR notification clicks will be sent to the Lovelace URL `/lovelace/scrypted-nvr-[camera-id]` where `camera-id` is the numeric `id` (visible in the browser URL) of the camera.
|
|
140
|
-
|
|
141
|
-
Home Assistant users can create a Lovelace url that contains that camera.
|
|
142
|
-
|
|
143
|
-
There is currently no way for Home Assistant notifications to deep link into addons.
|
|
121
|
+
Scrypted NVR provides [Home Assistant cards](https://github.com/koush/nvr.scrypted.app/wiki/Home-Assistant) when Scrypted is installed as an addon.
|
package/dist/plugin.zip
CHANGED
|
Binary file
|