mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 18:14:54 -05:00
The structured data generation functionality is now available to all entities that support GENERATE_DATA. This simplifies the API by removing an unnecessary feature flag while maintaining all functionality. - Remove GENERATE_STRUCTURED_DATA from AITaskEntityFeature enum - Remove feature check in task.py - Update services.yaml to remove filter - Update tests to reflect the change 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>