entities

Manage Home Assistant entity and device registries, including renaming and state queries.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/renne/skills --skill entities
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: entities
Source: https://github.com/renne/skills/tree/main/home-assistant/entities
Command: npx skills add https://github.com/renne/skills --skill entities

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users manage and understand Home Assistant's entity and device registries, simplifying the process of controlling and organizing smart home devices and their states.

Core Features & Use Cases

  • Entity Management: Rename entities, understand their states and attributes, and diagnose visibility issues.
  • Device Management: Group entities by device, rename devices, and assign them to areas.
  • Use Case: You notice a sensor isn't appearing on your dashboard. This Skill can help you check its entity_category, rename it, or ensure it's properly linked to a device.

Quick Start

Use the entities skill to find the integration source for the entity 'sensor.outdoor_temperature'.

Frequently Asked Questions about entities

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why is my Home Assistant sensor not appearing on the dashboard?

A Home Assistant sensor may not appear on the dashboard if it is disabled, hidden, or assigned a specific entity_category. Checking the entity registry settings helps diagnose visibility issues and re-enable missing sensors.

How do I rename a Home Assistant entity or device?

To rename a Home Assistant entity or device, access the entity and device registries to update their names. This process ensures your smart home components are organized and easily identifiable within the system.

What is the entity state model in Home Assistant?

The Home Assistant entity state model represents the current condition and attributes of a device or sensor. Understanding this model is necessary for querying entity states and diagnosing why sensors behave unexpectedly.

How do I group Home Assistant entities by device and assign areas?

Grouping Home Assistant entities by device involves managing the device registry to link related entities and assign them to specific areas. This reorganizes your smart home setup for centralized device management.

Can I disable or hide specific Home Assistant entities?

Yes, you can disable or hide specific Home Assistant entities through the entity registry. Disabling stops the entity from updating, while hiding removes it from the dashboard without stopping its background state updates.

What's the best way to diagnose missing Home Assistant devices?

The best way to diagnose missing Home Assistant devices is to check the device registry for proper integration linkage. Verifying entity IDs and device associations helps identify why specific sensors fail to appear.