Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Add manifest.json file #111

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 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
2 changes: 0 additions & 2 deletions sonoff/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@

DOMAIN = "sonoff"

REQUIREMENTS = ['uuid', 'websocket-client==0.54.0']

import websocket

_LOGGER = logging.getLogger(__name__)
Expand Down
8 changes: 8 additions & 0 deletions sonoff/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"domain": "sonoff",
"name": "Sonoff / eWeLink",
"documentation": "https://github.com/peterbuga/HASS-sonoff-ewelink",
"dependencies": [],
"codeowners": ["@peterbuga"],
"requirements": ["uuid", "websocket-client==0.54.0"]
}