Skip to content

Commit

Permalink
The great migration
Browse files Browse the repository at this point in the history
  • Loading branch information
iantrich committed Apr 6, 2019
1 parent 40dce28 commit bc61afa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
.idea/sensor.trakt.iml
.idea/vcs.xml
.idea/workspace.xml

\.idea/encodings\.xml
8 changes: 8 additions & 0 deletions custom_components/trakt/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""
Home Assistant component to feed the Upcoming Media Lovelace card with
Trakt user's upcoming TV episodes.
https://github.com/custom-components/sensor.trakt
https://github.com/custom-cards/upcoming-media-card
"""
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
"""
Home Assistant component to feed the Upcoming Media Lovelace card with
Trakt user's upcoming TV episodes.
https://github.com/custom-components/sensor.trakt
https://github.com/custom-cards/upcoming-media-card
"""
"""Sensor platform for Trakt"""
import json
import logging
import time
Expand All @@ -16,7 +9,7 @@
from homeassistant.components.sensor import PLATFORM_SCHEMA
from homeassistant.helpers.entity import Entity

__version__ = '0.0.6'
__version__ = '1.0.0'

REQUIREMENTS = ['trakt==2.8.2', 'requests_oauthlib==1.0.0']

Expand Down

0 comments on commit bc61afa

Please sign in to comment.