Skip to content

Commit

Permalink
updated fork
Browse files Browse the repository at this point in the history
edited author information
added hacs action
  • Loading branch information
NemesisRE committed May 28, 2022
1 parent 83d0be9 commit 5902037
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github: [maykar]
github: [NemesisRE]
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/plex-recently-added-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A clear and concise description of what the bug is.
**The Error**
Copy and paste the full error from Home Assistant

**Indicate if you followed all steps in the [troubleshooting doc](https://github.com/custom-cards/upcoming-media-card/blob/master/troubleshooting.md)**
**Indicate if you followed all steps in the [troubleshooting doc](https://github.com/NemesisRE/upcoming-media-card/blob/master/troubleshooting.md)**
Well, did you?

**What data does the sensor display if any?**
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/hacs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: HACS Action

on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"

jobs:
hacs:
name: HACS Action
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- name: HACS Action
uses: "hacs/action@main"
with:
category: "integration"
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
# Plex Recently Added Component
[![hacs_badge](https://img.shields.io/badge/HACS-Default-41BDF5.svg)](https://github.com/hacs/integration)

Home Assistant component to feed [Upcoming Media Card](https://github.com/custom-cards/upcoming-media-card) with
Home Assistant component to feed [Upcoming Media Card](https://github.com/NemesisRE/upcoming-media-card) with
Plex's recently added media.</br>
This component does not require, nor conflict with, the default Plex components.</br></br>

### Issues
Read through these two resources before posting issues to GitHub or the forums.
* [troubleshooting guide](https://github.com/custom-cards/upcoming-media-card/blob/master/troubleshooting.md)
* [troubleshooting guide](https://github.com/NemesisRE/upcoming-media-card/blob/master/troubleshooting.md)
* [@thomasloven's lovelace guide](https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins).

## Supporting Development
- :coffee:&nbsp;&nbsp;[Buy me a coffee](https://www.buymeacoffee.com/FgwNR2l)
- :1st_place_medal:&nbsp;&nbsp;[Tip some Crypto](https://github.com/sponsors/maykar)
- :heart:&nbsp;&nbsp;[Sponsor me on GitHub](https://github.com/sponsors/maykar)
<br><br>

## Installation:
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/`.
2. Install the card: [Upcoming Media Card](https://github.com/custom-cards/upcoming-media-card)
1. Install this component by copying [these files](https://github.com/NemesisRE/sensor.plex_recently_added/tree/master/custom_components/plex_recently_added) to `custom_components/plex_recently_added/`.
2. Install the card: [Upcoming Media Card](https://github.com/NemesisRE/upcoming-media-card)
3. Add the code to your `configuration.yaml` using the config options below.
4. Add the code for the card to your `ui-lovelace.yaml`.
5. **You will need to restart after installation for the component to start working.**
Expand Down
5 changes: 3 additions & 2 deletions custom_components/plex_recently_added/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"domain": "plex_recently_added",
"name": "Plex Recently Added",
"version": "0.3.8",
"documentation": "https://github.com/custom-components/sensor.plex_recently_added",
"documentation": "https://github.com/NemesisRE/sensor.plex_recently_added",
"issue_tracker": "https://github.com/NemesisRE/sensor.plex_recently_added",
"dependencies": [],
"codeowners": ["@maykar"],
"codeowners": ["@maykar", "@NemesisRE"],
"requirements": []
}
4 changes: 2 additions & 2 deletions custom_components/plex_recently_added/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Home Assistant component to feed the Upcoming Media Lovelace card with
Plex recently added media.
https://github.com/custom-components/sensor.plex_recently_added
https://github.com/NemesisRE/sensor.plex_recently_added
https://github.com/custom-cards/upcoming-media-card
https://github.com/NemesisRE/upcoming-media-card
"""
import os.path
Expand Down
4 changes: 4 additions & 0 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "Plex recently added sensor",
"render_readme": true
}
6 changes: 0 additions & 6 deletions info.md

This file was deleted.

4 changes: 0 additions & 4 deletions resources.json

This file was deleted.

0 comments on commit 5902037

Please sign in to comment.