Skip to content

Commit

Permalink
Port of webostv files from home assistant 0.100.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MadmanMonty committed Nov 17, 2019
1 parent 6d26806 commit f5e01ec
Show file tree
Hide file tree
Showing 4 changed files with 531 additions and 0 deletions.
1 change: 1 addition & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Support for WebOS TV."""
11 changes: 11 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"domain": "webostv",
"name": "Webostv",
"documentation": "https://www.home-assistant.io/integrations/webostv",
"requirements": [
"pylgtv==0.1.9",
"websockets==6.0"
],
"dependencies": ["configurator"],
"codeowners": []
}
Loading

0 comments on commit f5e01ec

Please sign in to comment.