diff --git a/homeassistant/components/binary_sensor/strings.json b/homeassistant/components/binary_sensor/strings.json
index 045fcdae7078fec9dae8ed9add77387b265efcfa..7380d1be576bb56fd88f9060df71af8557b60cc0 100644
--- a/homeassistant/components/binary_sensor/strings.json
+++ b/homeassistant/components/binary_sensor/strings.json
@@ -95,6 +95,10 @@
       "off": "Normal",
       "on": "Low"
     },
+    "battery_charging": {
+      "off": "Not charging",
+      "on": "Charging"
+    },
     "cold": {
       "off": "[%key:component::binary_sensor::state::battery::off%]",
       "on": "Cold"
@@ -119,6 +123,10 @@
       "off": "[%key:component::binary_sensor::state::battery::off%]",
       "on": "Hot"
     },
+    "light": {
+      "off": "No light",
+      "on": "Light detected"
+    },
     "lock": {
       "off": "[%key:common::state::locked%]",
       "on": "[%key:common::state::unlocked%]"
@@ -131,6 +139,10 @@
       "off": "[%key:component::binary_sensor::state::gas::off%]",
       "on": "[%key:component::binary_sensor::state::gas::on%]"
     },
+    "moving": {
+      "off": "Not moving",
+      "on": "Moving"
+    },
     "occupancy": {
       "off": "[%key:component::binary_sensor::state::gas::off%]",
       "on": "[%key:component::binary_sensor::state::gas::on%]"
@@ -139,6 +151,10 @@
       "off": "[%key:common::state::closed%]",
       "on": "[%key:common::state::open%]"
     },
+    "plug": {
+      "off": "Unplugged",
+      "on": "Plugged in"
+    },
     "presence": {
       "off": "[%key:component::device_tracker::state::_::not_home%]",
       "on": "[%key:component::device_tracker::state::_::home%]"