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
1. Install this component by copying [these files](https://github.com/custom-components/sensor.plex_recently_added/tree/master/custom_components/plex_recently_added) to `custom_components/plex_recently_added/`.
@@ -33,30 +32,30 @@ If the above My button doesn’t work, you can also perform the following steps
33
32
34
33
- Go to [Settings > Devices & Services](https://my.home-assistant.io/redirect/integrations/).
35
34
36
-
- In the bottom right corner, select the [Add Integration button.](https://my.home-assistant.io/redirect/config_flow_start?domain=plex_recently_added)
35
+
- In the bottom right corner, select the [Add Integration button].(https://my.home-assistant.io/redirect/config_flow_start?domain=plex_recently_added)
37
36
38
37
- From the list, select **Plex Recently added**.
39
38
40
39
- Follow the instructions on screen to complete the setup.
41
40
</details>
42
41
43
-
The number of items in sensor, library types, libraries in general, excluded words and show "on deck" options can be changed later.
42
+
The number of items in the sensor, library types, libraries in general, excluded words, and show "on deck" options can be changed later.
44
43
45
44
**Do not just copy examples, please use config options above to build your own!**
46
45
47
46
## FAQ:
48
47
### When I tried it said *"User already configured"*
49
-
This is because the integration uses the Plex token as a part of its *unique_id* so it does not colide with other instances of the same integration
48
+
This is because the integration uses the Plex token as a part of its *unique_id*, so it does not collide with other instances of the same integration.
50
49
51
50
### I want to change the config of the integration, how do I do it?
52
51
This is very simple, when you go to the *'Settings/Devices & services/Plex Recently Added'* you will see your instance of the Plex Recently Added integration and on the right side you will see **Configure** button, when you press it you can change all necessary config you might need to change and click submit, the instance then should restart and show new values basen on your new settings.
53
52
</br><small>(If you want to change Plex address, token or sensors prefix name you will need to readd the integration with your new parameters)</small>
54
53
55
-
### The number of items in sensor is not the amount I set it to be
54
+
### The number of items in the sensor is not the amount I set it to be
56
55
The sensor you most likely mean is the merged sensor which shows all the data (also sorted) that are in the other sensors, meaning if you've set your man number if values to 7 and you've got 3 section types (movie, show, artist) the total number of items in the merged sensor will be 21 (7 *<small>(for max)</small>* * 3 *<small>(for section types)</small>*)
57
56
58
-
### My sensor is not showing any values and there are no errors
59
-
This may be caused by incorrectly set *Libraries to consider* you can change them in [Config](#i-want-to-change-the-config-of-the-integration-how-do-i-do-it) where if you've configured your Plex token and address right will now show all libraries in dropdown selection.
57
+
### My sensor is not showing any values, but there are no errors
58
+
This may be caused by incorrectly set *Libraries to consider*, you can change them in [Config](#i-want-to-change-the-config-of-the-integration-how-do-i-do-it), where if you've configured your Plex token and address right will now show all libraries in the dropdown selection.
0 commit comments