Hidden Card Objects (hidden_card_objects)
This multi-select parameter is used to hide specific UI elements rendered by the card. Removing unused features reduces the overall footprint, allowing you to personalize the interface according to your dashboard.
title: The Title in the card's header. When added to the list, the state text is displayed in its place.state: The text showing the current vacuum state under the title, such as "Sweeping", "Washing" or "Charging Completed".menu: The Main Menu () in the top right.status: The Status Icons at the top of the card representing battery level, cleaning time and similar metrics.task_type: The Task Type Selector used for choosing room, zone, or spot cleaning tasks.controls: Both the Task Type Selector and Control Buttons.action_buttons: The Action Buttons located at the bottom right by default, or at the bottom left when theleft_handedmode is enabled.animations: The UI animations for the card for page transition fades, dropdown menus, selectors and switches. When added to the hidden objects list, all interactions become instant. Note: Dialog and notification animations remain active to stay consistent with Home Assistant's native behavior.shortcuts: Prevents the device's native shortcuts from being displayed. If customscriptsare configured, the Shortcuts action button remains visible but exclusively lists the custom scripts. If no custom scripts are defined, the action button is hidden entirely. Note: While hidden from the home screen action button, native shortcuts remain fully accessible and manageable via the Shortcuts section under Device Settings.cruising_history: The Cruising History item located within the Main Menu ().saved_notification: The brief notification message that appears at the bottom of the screen when a change is successfully saved.information_notification: General informational notifications displayed on the home screen.fault_notification: Critical fault warnings and notifications on the home screen, detailed in the Error Reporting section.warning_notification: General warning notifications on the home screen, detailed in the Error Reporting section.low_water_notification: The "low water" warning notification on the home screen, detailed in the Error Reporting section.map_change_confirmation: The confirmation dialog that appears when selecting a different map from the Maps list on the home screen.progress_bar: The cleaning progress bar drawn at the very top of the map, which is only available on supported devices.
Only Map
Using the special all parameter (hidden_card_objects: all) acts as a shortcut that automatically selects every item in this list. This leaves only the map visible, which is useful when embedding the map within the Picture Glance Card.
YAML Example
yaml
type: custom:dreame-vacuum-card
entity: vacuum.l10s_gen2
hidden_card_objects:
- title
- state
- status
- animations
- shortcuts
- cruising_history
- saved_notification
- map_change_confirmation