Sensor Management Skill

Generate Home Assistant YAML configurations for sensor entities and automations.

18|2|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/markus41/claude --skill sensor-management-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Sensor Management Skill
Source: https://github.com/markus41/claude/tree/main/plugins/home-assistant-architect/skills/sensor-management
Command: npx skills add https://github.com/markus41/claude --skill sensor-management-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the configuration and management of various sensor types within Home Assistant, enabling more sophisticated automation and monitoring.

Core Features & Use Cases

  • Template Sensors: Create custom sensors for derived data like average temperature or combined occupancy.
  • Presence Detection: Set up reliable motion and presence detection using multiple sensor inputs.
  • Security Monitoring: Configure door, window, and overall house security status sensors.
  • Air Quality & Leak Detection: Monitor environmental factors and set up alerts for critical events like water leaks.
  • Dashboard Integration: Provides examples for creating useful dashboard cards for sensor data visualization.

Quick Start

Use the sensor management skill to create a template sensor for the average house temperature.

Frequently Asked Questions about Sensor Management Skill

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

FAQPage Schema
How do I create a template sensor in Home Assistant for average temperature?

To create a template sensor for average house temperature in Home Assistant, you use YAML configurations to define custom sensors that derive data from multiple existing temperature inputs. This consolidated monitoring enables advanced home automation.

How do I set up presence detection using multiple sensors in Home Assistant?

Presence detection in Home Assistant is set up by configuring YAML to combine multiple motion and presence sensor inputs. This creates reliable detection logic, ensuring accurate occupancy status for triggering automated routines.

Can I configure security monitoring for doors and windows using Home Assistant YAML?

Yes, you can configure security monitoring in Home Assistant using YAML to track door, window, and overall house security status sensors. This unified status reporting allows you to consolidate alerts and monitor your home environment.

How do I create automations for air quality and water leak alerts in Home Assistant?

You create air quality and water leak alert automations in Home Assistant by defining YAML configurations for environmental sensors. These setups monitor critical events and trigger alerts, facilitating advanced and immediate home automation responses.

What is the best way to consolidate multiple sensor states into a single dashboard card?

The best way to consolidate multiple sensor states is by using YAML group definitions to combine entities, then using the provided dashboard integration examples. This creates useful dashboard cards for unified sensor data visualization.

Do I need YAML to manage complex sensor logic in Home Assistant?

Yes, YAML is required to manage complex sensor logic in Home Assistant. This Skill provides the necessary YAML configurations for creating template sensors, group definitions, and automation alerts to enable advanced monitoring.