Robson Felix's Home Assistant add-ons enable smart home automation with AI. Claude Code add-on integrates Anthropic's AI coding assistant to create and manage automations directly in Home Assistant. Ideal for operations teams managing smart home environments.
git clone https://github.com/robsonfelix/robsonfelix-hass-addons.gitRobson Felix's Home Assistant add-ons enable smart home automation with AI. Claude Code add-on integrates Anthropic's AI coding assistant to create and manage automations directly in Home Assistant. Ideal for operations teams managing smart home environments.
[{"step":"Install the Robson Felix Home Assistant add-ons and enable the Claude Code integration. Navigate to the 'Add-ons' section in Home Assistant, locate the 'Claude Code' add-on, and install it. Ensure it’s running and properly configured with your Anthropic API key.","tip":"Check the add-on logs for any errors during installation. If the add-on fails to start, verify your API key and network connectivity."},{"step":"Open the Claude Code add-on interface from the Home Assistant sidebar. Use the prompt template to describe the automation you want to create. For example, type: 'Create an automation that turns off all lights when the front door is locked after 11 PM, but only if no motion is detected in the hallway for 5 minutes.'","tip":"Be as specific as possible with your requirements. Include details like time constraints, device names, and conditions to ensure the AI generates accurate YAML."},{"step":"Review the generated YAML configuration in the add-on output. Test the automation in Home Assistant by triggering the conditions manually (e.g., lock the front door and wait for motion to time out). Use the Home Assistant 'Developer Tools' to simulate triggers and verify the automation works as expected.","tip":"Start with a simple automation to test the workflow. Once comfortable, gradually add more complex conditions or actions."},{"step":"Save the working automation to your Home Assistant configuration files. The add-on will typically provide a download link or direct you to the correct file location. Restart Home Assistant to apply the changes.","tip":"Backup your Home Assistant configuration before making changes. Use the 'Configuration' -> 'Backups' feature in Home Assistant to create a restore point."},{"step":"Monitor the automation’s performance using Home Assistant’s logs. Adjust conditions or actions as needed based on real-world usage. For example, if the hallway motion sensor is too sensitive, tweak the `for: minutes` parameter to reduce false triggers.","tip":"Use the 'History' tab in Home Assistant to visualize how often the automation triggers and whether it’s behaving as intended."}]
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/robsonfelix/robsonfelix-hass-addonsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Use the Robson Felix Home Assistant add-ons with the Claude Code integration to [TASK]. For example: 'Create a new automation that turns off all lights in the house when the front door is locked after 11 PM, but only if no motion is detected in the hallway for 5 minutes.' Include the YAML configuration for the automation and explain how it works in plain language for a non-technical user.
Here’s a fully functional automation created using the Claude Code add-on in Home Assistant, tailored for a smart home environment:
**Automation Name:** Evening Security Mode
**Description:** Activates security protocols when the household settles for the night, ensuring energy efficiency and safety.
```yaml
alias: Evening Security Mode
trigger:
- platform: time
at: '22:30:00'
condition:
- condition: state
entity_id: binary_sensor.front_door
state: 'locked'
- condition: state
entity_id: binary_sensor.hallway_motion
state: 'off'
for:
minutes: 5
action:
- service: light.turn_off
target:
entity_id: group.all_lights
- service: switch.turn_off
target:
entity_id: group.all_switches
- service: climate.set_temperature
target:
entity_id: climate.living_room
data:
temperature: 19
- service: notify.mobile_app
data:
title: "Security Mode Activated"
message: "All lights and non-essential devices are off. Temperature set to 19°C."
mode: restart
```
**How It Works:**
This automation triggers at 10:30 PM every night, but only if the front door is locked *and* no motion has been detected in the hallway for 5 minutes. This ensures the household is settled before activating. It then turns off all lights and non-essential switches, sets the living room temperature to a cozy 19°C, and sends a notification to the household’s phones confirming the security mode is active. The `mode: restart` ensures the automation re-evaluates conditions if triggered multiple times.
**Why This Matters:**
For operations teams managing smart homes, this automation reduces energy waste by ensuring devices aren’t left on unnecessarily. It also enhances security by creating a predictable routine that aligns with the household’s typical nighttime behavior. The Claude Code add-on made it easy to generate this YAML without deep technical knowledge, as the AI handled the logic and syntax validation.Your one-stop shop for church and ministry supplies.
AI assistant built for thoughtful, nuanced conversation
Automate your browser workflows effortlessly
IronCalc is a spreadsheet engine and ecosystem
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan