Skip to content

Commit

Permalink
fix flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
soberstadt committed Oct 17, 2018
1 parent 6e31e70 commit 15027a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion homeassistant/components/remote/roku.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Support for the Roku remote.
For more details about this platform, please refer to the documentation at
For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/remote.roku/
"""

Expand Down Expand Up @@ -46,6 +47,7 @@ def unique_id(self):

@property
def is_on(self):
"""Return true if device is on."""
return True

@property
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/roku.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Support for Roku platform
Support for Roku platform.
For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/roku/
Expand Down

0 comments on commit 15027a6

Please sign in to comment.