From 919c62d9b9160d2023dc5aad1b825efc495db43c Mon Sep 17 00:00:00 2001 From: mileperhour <45832940+mileperhour@users.noreply.github.com> Date: Thu, 16 May 2019 20:00:31 +0200 Subject: [PATCH] Add files via upload 0.92 breakout changes --- custom_components/localtuya/__init__.py | 1 + custom_components/localtuya/manifest.json | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 custom_components/localtuya/__init__.py create mode 100644 custom_components/localtuya/manifest.json diff --git a/custom_components/localtuya/__init__.py b/custom_components/localtuya/__init__.py new file mode 100644 index 0000000..e9abf36 --- /dev/null +++ b/custom_components/localtuya/__init__.py @@ -0,0 +1 @@ +"""The Tuya local integration.""" \ No newline at end of file diff --git a/custom_components/localtuya/manifest.json b/custom_components/localtuya/manifest.json new file mode 100644 index 0000000..66dea19 --- /dev/null +++ b/custom_components/localtuya/manifest.json @@ -0,0 +1,8 @@ +{ + "domain": "localtuya", + "name": "Tuya Local", + "documentation": "https://github.com/mileperhour/localtuya-homeassistant/", + "dependencies": [], + "codeowners": ["@mileperhour"], + "requirements": [] +} \ No newline at end of file