home-assistant-entities-services
Home Assistant Entities & Services
Workflow
- Discover entities and services before acting.
- Inspect current state/metadata before updates.
- When helper selection, templating, or entity renames/refactors are involved, follow
home-assistant-best-practicesreferences. - Provide minimal tool calls or YAML examples.
Tooling map (ha-mcp)
- Discover entities:
ha_get_overview,ha_search_entities,ha_get_state - Find usage/history:
ha_deep_search,ha_get_history,ha_get_statistics - Manage entities:
ha_get_entity,ha_set_entity,ha_rename_entity,ha_rename_entity_and_device - Devices:
ha_get_device,ha_update_device - Helpers:
ha_config_list_helpers,ha_config_set_helper,ha_create_config_entry_helper - Labels:
ha_config_get_label,ha_config_set_label,ha_manage_entity_labels - Groups:
ha_config_list_groups,ha_config_set_group,ha_config_remove_group - Services:
ha_list_services,ha_call_service
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.
513home-assistant-dashboards-cards
Home Assistant Lovelace dashboards and cards. Use when the user asks about dashboard structure, views/sections, card types, resources, or HACS cards, and when mapping those needs to ha-mcp dashboard tools.
450home-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.
366home-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.
360home-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.
333home-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.
312