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.
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.
I'm using the [ADDON_NAME] add-on in Home Assistant to automate [TASK]. Here's my current setup: [SETUP]. Can you help me create an automation that [DESCRIBE_AUTOMATION]? Please provide the YAML code and explain how it works.
# Home Assistant Automation for Smart Lighting
## YAML Code
```yaml
automation:
- alias: 'Sunset Lighting Automation'
trigger:
- platform: sun
event: sunset
offset: '-00:30:00'
action:
- service: light.turn_on
target:
entity_id:
- light.living_room
- light.kitchen
data:
brightness_pct: 75
rgb_color: [255, 187, 100]
```
## Explanation
This automation turns on the living room and kitchen lights 30 minutes before sunset. The lights will be set to a warm orange color (RGB: 255, 187, 100) at 75% brightness. The automation uses the `sun` platform to trigger the action based on the sunset event.
## Additional Tips
- Adjust the `offset` value to change the timing of the automation.
- Modify the `rgb_color` values to achieve different lighting effects.
- Add more entity IDs to the `entity_id` list to include additional lights in the automation.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