+
+ ${sensorEntities.map(
+ (stateObj) => html`
+
+
+ ${computeDomain(stateObj.entity_id) === "binary_sensor"
+ ? ""
+ : html`
+ ${computeStateDisplay(
+ this.hass!.localize,
+ stateObj,
+ this.hass!.locale
+ )}
+ `}
+
+ `
+ )}
+
+
+
+ ${area.name}
+
+
+ ${entitiesToggle.map(
+ (stateObj) => html`
+
+
+
+ `
+ )}
+
+
+
+