@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 CHANGED
@@ -1,6 +1,17 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.1.145
5
+
6
+ refer ha users to wiki
7
+ fix bug where notification on/off switch broke
8
+
9
+
10
+ ### 0.1.144
11
+
12
+ fix card issues on ha companion app
13
+
14
+
4
15
  ### 0.1.141
5
16
 
6
17
  support HA notifications
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. Within the Scrypted NVR UI, open a camera's settings and click `Integrate` to get the Home Assistant card URL.
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrypted/nvr",
3
- "version": "0.1.144",
3
+ "version": "0.1.146",
4
4
  "scripts": {
5
5
  "scrypted-setup-project": "scrypted-setup-project",
6
6
  "prescrypted-setup-project": "scrypted-package-json",