Skip to content

Commit 8b6a116

Browse files
committed
Add contexts and integration types to command
1 parent 1220f73 commit 8b6a116

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/commands.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@
66
export const HARDTSEE_COMMAND = {
77
name: 'hardtsee',
88
description: 'Aktuelle Wassertemperatur vom Hardtsee',
9+
contexts: [0, 1, 2],
10+
integration_types: [0, 1],
911
};

0 commit comments

Comments
 (0)