home-assistant-dashboards-cards
Home Assistant Dashboards & Cards
Workflow
- Determine whether to create a new dashboard or edit an existing one.
- If editing, locate target cards first and transform config with a current
config_hash. - Use built-in cards unless a custom card is required.
- Discover entity IDs before wiring cards.
- Provide minimal, valid dashboard snippets or tool-driven changes.
Tooling map (ha-mcp)
- Discover entities:
ha_get_overview,ha_search_entities - List/get dashboards:
ha_config_get_dashboard - Find cards:
ha_dashboard_find_card - Card docs:
ha_get_card_types,ha_get_card_documentation - Update config:
ha_config_set_dashboard,ha_config_update_dashboard_metadata - Resources:
ha_config_list_dashboard_resources,ha_config_set_dashboard_resource,ha_config_set_inline_dashboard_resource,ha_config_delete_dashboard_resource - HACS cards:
ha_hacs_info,ha_hacs_list_installed,ha_hacs_search,ha_hacs_download
More from bradsjm/hassio-addons
home-assistant-automation-scripts
Home Assistant automations, scripts, and blueprints. Use when the user requests automation/script syntax, triggers/conditions/actions, blueprint usage, run modes, or troubleshooting, and when mapping those needs to ha-mcp automation/script tools.
510home-assistant-entities-services
Home Assistant entity discovery, states, helpers, labels, groups, and services. Use when the user asks about entities or services, needs to rename/move/hide/label entities, or requires service calls via ha-mcp tools.
410home-assistant-esphome
ESPHome + Home Assistant workflows for provisioning, adoption, entity naming, encryption keys (noise_psk / api encryption), OTA updates, and troubleshooting offline devices. Use when working with ESPHome Device Builder, the HA ESPHome integration, or when generating ESPHome YAML and validating entities in HA.
364home-assistant-integrations-addons
Home Assistant integrations, add-ons, updates, and system operations. Use when the user asks about config entries, add-ons, updates, reloads/restarts, or system health, and when mapping those needs to ha-mcp tools.
359home-assistant-custom-integration
Example scaffolding and checklists for developing Home Assistant custom integrations. Use when building or reviewing a custom integration based on the included example templates.
331home-assistant-awtrix
Manage AWTRIX 3 devices via HTTP filesystem and utility endpoints. Use when listing/uploading/renaming/deleting files, checking flash usage, configuring Wi-Fi, controlling LiveView, or importing LaMetric icons.
311