aboutsummaryrefslogtreecommitdiff
path: root/index.ts
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-08-10 20:12:17 +0200
committerlonkaars <loek@pipeframe.xyz>2021-08-10 20:12:17 +0200
commitefe195d6592d5c6cc64de71fc65f85522bc45dfa (patch)
tree513d0e6afda36198c78a6725dd824fef56cdd34b /index.ts
parentb8c9fc19e6e35679a1b9125396448987d7a6e8d0 (diff)
homebridge to homeassistant baby steps
Diffstat (limited to 'index.ts')
-rw-r--r--index.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/index.ts b/index.ts
deleted file mode 100644
index ece061d..0000000
--- a/index.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-import { API } from 'homebridge';
-
-import BekenBridge from './plugin';
-
-module.exports = (api: API) => {
- api.registerAccessory('BekenBridge', BekenBridge);
-};