Skip to content

Commit 1bd8acf

Browse files
authored
Merge pull request #100 from Moohan/patch-1
Update README.md
2 parents 29fddb0 + b84a572 commit 1bd8acf

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ Plex's recently added media.</br>
55
This component does not require, nor conflict with, the default Plex components.</br></br>
66

77
### **New Features! ⭐**
8-
* Added support for Plex 'deep_links' in sensor attributes (Direct URLs to each TV Episode & Movie on Plex Web).
9-
* Added support for 'season_num' & 'episode_num' in sensor attributes for TV Episodes.
10-
<br>
11-
<br>
8+
- Added support for Plex 'deep_links' in sensor attributes (Direct URLs to each TV Episode & Movie on Plex Web).
9+
- Added support for 'season_num' & 'episode_num' in sensor attributes for TV Episodes.
10+
1211
### Issues
1312
Read through these two resources before posting issues to GitHub or the forums.
14-
* [troubleshooting guide](https://github.com/custom-cards/upcoming-media-card/blob/master/troubleshooting.md)
15-
* [@thomasloven's lovelace guide](https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins).
13+
- [upcoming-media-card troubleshooting guide](https://github.com/custom-cards/upcoming-media-card/blob/master/troubleshooting.md)
14+
- [@thomasloven's lovelace guide](https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins).
1615

1716
## Installation:
1817
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
3332

3433
- Go to [Settings > Devices & Services](https://my.home-assistant.io/redirect/integrations/).
3534

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)
3736

3837
- From the list, select **Plex Recently added**.
3938

4039
- Follow the instructions on screen to complete the setup.
4140
</details>
4241

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.
4443

4544
**Do not just copy examples, please use config options above to build your own!**
4645

4746
## FAQ:
4847
### 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.
5049

5150
### I want to change the config of the integration, how do I do it?
5251
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.
5352
</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>
5453

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
5655
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>*)
5756

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.
6059

6160
### Card Content Defaults
6261

0 commit comments

Comments
 (0)