Claude
568011162d
Add corrected Sony TV remote card for media_player.kd_55s8005c_2
2025-12-13 15:21:03 +00:00
Claude
1fe028f4af
Add Sony Bravia TV remote card and auto-setup script
...
- lovelace_sony_tv_remote.yaml: Ready-to-use Lovelace card template
- setup_tv_remote.py: Auto-detects TV entities and generates customized card
2025-12-13 14:34:56 +00:00
Claude
2ec4bc93d5
Improve error handling for Home Assistant API requests
...
Add _safe_request method with proper error handling for:
- Invalid/expired tokens (401)
- Permission denied (403)
- Connection timeouts
- Invalid JSON responses
- Network errors
This provides clearer error messages to users instead of cryptic JSON parse errors.
2025-12-13 14:21:05 +00:00
Claude
eb77fdd17d
Add Claude-friendly export format for Home Assistant data
...
Adds a new 'Export für Claude (AI)' button that generates a well-structured
Markdown file optimized for pasting into Claude. The export includes:
- System information
- Statistics overview
- Entities grouped by domain with details
- Installed components
- Available services
- Helpful hints for Claude on how to use the data
2025-12-13 13:31:19 +00:00
Kenearos
140ef2000d
Merge pull request #2 from Kenearos/copilot/add-instructions-for-frontend-backend
...
Add web GUI with integrated step-by-step instructions
2025-11-17 21:45:52 +01:00
copilot-swe-agent[bot]
a6abfce322
Fix security issue: disable Flask debug mode
...
Co-authored-by: Kenearos <86194771+Kenearos@users.noreply.github.com>
2025-11-17 20:16:58 +00:00
copilot-swe-agent[bot]
be9ed433b6
Add web-based GUI with frontend and backend
...
Co-authored-by: Kenearos <86194771+Kenearos@users.noreply.github.com>
2025-11-17 20:14:28 +00:00
copilot-swe-agent[bot]
c269cb0ef0
Initial plan
2025-11-17 20:08:18 +00:00
Kenearos
3a941b36fa
Add Home Assistant overview tool
...
This script connects to Home Assistant and generates a comprehensive overview report of integrations, entities, and services, including options to save the report in JSON, TXT, and HTML formats.
2025-11-17 21:03:23 +01:00
Kenearos
7993be63f5
Initial commit
2025-11-17 20:59:38 +01:00