https://github.com/josh/homeassistant-trakt
Home Assistant custom component for Trakt
https://github.com/josh/homeassistant-trakt
home-assistant python
Last synced: 3 months ago
JSON representation
Home Assistant custom component for Trakt
- Host: GitHub
- URL: https://github.com/josh/homeassistant-trakt
- Owner: josh
- License: mit
- Created: 2023-12-04T21:46:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-02T17:39:02.000Z (about 1 year ago)
- Last Synced: 2025-06-03T06:54:42.474Z (about 1 year ago)
- Topics: home-assistant, python
- Language: Python
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homeassistant-trakt
This custom component for Home Assistant allows you to integrate your [Trakt](https://trakt.tv) now playing status as a sensor.
## Installation
Use [HACS](https://hacs.xyz) or manually installed the files into your `config/custom_components/` directory.
```sh
$ ssh homeassistant
$ cd /config/custom_components/
$ curl -L https://github.com/josh/homeassistant-trakt/archive/refs/heads/main.tar.gz |
tar -xz --strip-components=2 homeassistant-trakt-main/custom_components/trakt
```