diff --git a/panels/config/zwave/zwave-node-options.html b/panels/config/zwave/zwave-node-options.html
deleted file mode 100644
index 0ea1acddf8..0000000000
--- a/panels/config/zwave/zwave-node-options.html
+++ /dev/null
@@ -1,79 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Z-Wave entities
-
- Z-Wave entities contain a lot of options. These controls will allow you to get into the nitty gritty details.
-
-
-
-
-
-
-
-
-
diff --git a/polymer.json b/polymer.json
index 7636fa0d1b..a10a275bf0 100644
--- a/polymer.json
+++ b/polymer.json
@@ -20,7 +20,8 @@
],
"sources": [
"src/**/*",
- "panels/**/*"
+ "panels/**/*",
+ "!src/translations/*"
],
"lint": {
"rules": ["polymer-2"]