Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fix in the README #67

Merged
merged 2 commits into from
Jun 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Trakt's upcoming shows for [Home Assistant](https://www.home-assistant.io/)
1. Create new app at https://trakt.tv/oauth/applications
2. Use the following redirect_uri:
- With HA cloud configured: https://\<cloud-remote-url>/auth/external/callback
- Without HA cloud configured: http://\<local-ip>:<port>/auth/external/callback
- Without HA cloud configured: http://\<local-ip>:\<port>/auth/external/callback
3. Save the application and then note down the `client_id` and `client_secret`

## Installation in Home Assistant:
Expand All @@ -32,8 +32,8 @@ Trakt's upcoming shows for [Home Assistant](https://www.home-assistant.io/)

```yaml
type: custom:upcoming-media-card
entity: sensor.upcoming_calendar
title: Upcoming Movies
entity: sensor.trakt_upcoming_calendar
title: Upcoming Media
```

Due to how `custom_components` are loaded, it is normal to see a `ModuleNotFoundError` error on first boot after adding this, to resolve it, restart Home-Assistant.
Expand Down