diff --git a/panels/dev-state/ha-panel-dev-state.html b/panels/dev-state/ha-panel-dev-state.html
index 3a2df37722..fb3cbd3120 100644
--- a/panels/dev-state/ha-panel-dev-state.html
+++ b/panels/dev-state/ha-panel-dev-state.html
@@ -10,6 +10,7 @@
+
@@ -25,6 +26,11 @@
padding: 16px;
}
+ ha-entity-dropdown {
+ display: block;
+ max-width: 300px;
+ }
+
.entities th {
text-align: left;
}
@@ -66,7 +72,11 @@
This will not communicate with the actual device.
-
+
Set State
diff --git a/src/components/entity/ha-entity-dropdown.html b/src/components/entity/ha-entity-dropdown.html
new file mode 100644
index 0000000000..76642cec2c
--- /dev/null
+++ b/src/components/entity/ha-entity-dropdown.html
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ [[computeStateName(item)]]
+ [[item.entity_id]]
+
+
+
+
+
+
+
+
+