+ ${
+ this.narrow
+ ? html`
+
+ `
+ : html``
+ }
+
+ ${
+ this.narrow
+ ? html`
+
+
+ ${this.hass.localize(
+ "ui.panel.config.automation.picker.bulk_actions.add_label"
+ )}
+
+
+
+ ${labelItems}
+
+ `
+ : nothing
+ }
+
+
+
+
+ ${this.hass.localize(
+ "ui.panel.config.entities.picker.enable_selected.button"
+ )}
+
+
+
+
+
+ ${this.hass.localize(
+ "ui.panel.config.entities.picker.disable_selected.button"
+ )}
+
+
+
+
+
+
+
+ ${this.hass.localize(
+ "ui.panel.config.entities.picker.unhide_selected.button"
+ )}
+
+
+
+
+
+ ${this.hass.localize(
+ "ui.panel.config.entities.picker.hide_selected.button"
+ )}
+
+
+
+
+
+
+
+ ${this.hass.localize(
+ "ui.panel.config.entities.picker.remove_selected.button"
+ )}
+
+
+
+
+ ${
+ this._filters.config_entry?.value?.length
+ ? html`