https://github.com/custom-components/sensor.radarr_upcoming_media
🎬 Radarr component to feed Upcoming Media Card.
https://github.com/custom-components/sensor.radarr_upcoming_media
hacs home-assistant home-assistant-integration
Last synced: 6 months ago
JSON representation
🎬 Radarr component to feed Upcoming Media Card.
- Host: GitHub
- URL: https://github.com/custom-components/sensor.radarr_upcoming_media
- Owner: custom-components
- License: apache-2.0
- Created: 2018-08-31T18:37:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T04:37:14.000Z (about 2 years ago)
- Last Synced: 2024-05-22T05:41:14.738Z (about 2 years ago)
- Topics: hacs, home-assistant, home-assistant-integration
- Language: Python
- Homepage:
- Size: 131 KB
- Stars: 55
- Watchers: 8
- Forks: 24
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Radarr Upcoming Media Component
Home Assistant component to feed [Upcoming Media Card](https://github.com/custom-cards/upcoming-media-card) with
Radarr's upcoming added media.
This component does not require, nor conflict with, the default Radarr component.
### 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)
* [@thomasloven's lovelace guide](https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins).
This product uses the TMDb API but is not endorsed or certified by TMDb.
### If you're having issues, check out the [troubleshooting guide](https://github.com/custom-cards/upcoming-media-card/blob/master/troubleshooting.md) before posting an issue or asking for help on the forums.
## Installation:
1. Install this component by copying [these files](https://github.com/custom-components/sensor.radarr_upcoming_media/tree/master/custom_components/radarr_upcoming_media) to `/custom_components/radarr_upcoming_media/`.
2. Install the card: [Upcoming Media Card](https://github.com/custom-cards/upcoming-media-card)
3. Add the code for the card to your `ui-lovelace.yaml`.
4. **You will need to restart after installation for the component to start working.**
### Adding device
To add the **Radarr Upcoming Media** integration to your Home Assistant, use this My button:
Manual configuration steps
If the above My button doesn’t work, you can also perform the following steps manually:
- Browse to your Home Assistant instance.
- Go to [Settings > Devices & Services](https://my.home-assistant.io/redirect/integrations/).
- In the bottom right corner, select the [Add Integration button.](https://my.home-assistant.io/redirect/config_flow_start?domain=radarr_upcoming_media)
- From the list, select **Radarr Upcoming Media**.
- Follow the instructions on screen to complete the setup.
**Do not just copy examples, please use config options above to build your own!**
### Sample for ui-lovelace.yaml:
- type: custom:upcoming-media-card
entity: sensor.radarr_upcoming_media
title: Upcoming Movies
### Card Content Defaults
| key | default | example |
| --- | --- | --- |
| title | $title | "Night of the Living Dead" |
| line1 | $release | "In Theaters Mon, 10/31" if it's a theater release and more than a week away or "Available Monday" if it's a physical release and within a week.|
| line2 | $genres | "Action, Adventure, Comedy" |
| line3 | $rating - $runtime | "★ 9.8 - 01:30"
| line4 | $studio | "Laurel Group Inc."
| icon | mdi:arrow-down-bold | https://materialdesignicons.com/icon/arrow-down-bold