Commit Graph
2221 Commits
Author SHA1 Message Date
Allen PorterandGitHub f5093afa58 Fix voluptuous schema conversion of custom callables (#176814) 2026-07-20 20:49:06 +02:00
Erik MontnemeryandGitHub 16d7c56637 Simplify async_remove_helper_devices (#176919) 2026-07-20 19:36:36 +02:00
Erik MontnemeryandGitHub 23d051d694 Migrate template helper to new device cleanup helper (#176900) 2026-07-20 17:40:03 +02:00
Erik MontnemeryandGitHub e11bf3f5c5 Validate disabled_by flag in async_update_device (#176681) 2026-07-20 15:54:51 +02:00
Erik MontnemeryandGitHub 1471ce2aff Deprecate helpers async_remove_stale_devices_links_* (#176881) 2026-07-20 15:28:12 +02:00
Erik MontnemeryandGitHub f54c00b38c Don't raise when attempting to link an entity to a composite device (#176886) 2026-07-20 15:24:56 +02:00
Erik MontnemeryandGitHub 33aae34ab6 Minor improvement of async_remove_helper_devices (#176880) 2026-07-20 13:18:54 +02:00
Erik MontnemeryandGitHub dff7210c4d Add device registry methods async_get_device_by_identifier/_connection (#176879) 2026-07-20 13:15:26 +02:00
Erik MontnemeryandGitHub bcbefdfcc3 Rename async_remove_helper_config_entry_from_source_device (#176714) 2026-07-20 10:20:38 +02:00
8440451202 Detach entities from composite device when no matching device is found (#176819)
Co-authored-by: Artur Pragacz <49985303+arturpragacz@users.noreply.github.com>
2026-07-19 11:43:01 +02:00
Erik MontnemeryandGitHub a868b498e2 Deprecate passing add_helper_config_entry_to_device to async_handle_source_entity_changes (#176701) 2026-07-17 17:51:13 +02:00
Erik MontnemeryandGitHub cb6a5187de Deprecate no longer working device helpers (#176696) 2026-07-17 16:48:52 +02:00
Niklas WagnerandGitHub ddf73de52d Add manufacturer, model, and model_id filtering to entity filter selector (#162989) 2026-07-17 16:14:19 +02:00
Erik MontnemeryandGitHub 201ac314a4 Align DeviceRegistryEntrySnapshot with the device registry model (#176654) 2026-07-17 09:39:13 +02:00
Erik MontnemeryandGitHub 32ce6e2220 Don't allow binding an entity to a composite device_id (#176650) 2026-07-17 09:36:47 +02:00
Erik MontnemeryandGitHub 1d885bd073 Restrict device registry entries to a single config entry and subentry (#175785) 2026-07-16 22:10:10 +02:00
Franck NijhofGitHubcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
0cf4a8240d Extract entities from zone condition options (#175421)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-07-12 13:17:58 +02:00
ed0d5cfd8d Move script tool-alias logic into the script integration (#176114)
Co-authored-by: Claude <noreply@anthropic.com>
2026-07-10 07:08:57 +02:00
075e5666b2 Remove migrated dead code from helpers/llm.py (#176082)
Co-authored-by: Claude <noreply@anthropic.com>
2026-07-09 20:09:53 +02:00
Franck NijhofGitHubcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2395296739 Extract entities from device triggers and device actions (#175454)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-07-09 19:19:00 +02:00
d578a07cd7 Deprecate async_render_no_api_prompt (#176111)
Co-authored-by: Claude <noreply@anthropic.com>
2026-07-09 18:11:48 +02:00
7043ec06ce Have the Assist API get its tools and prompt from the llm integration (#175659)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-09 06:30:17 -04:00
G JohanssonandGitHub 5ec3d4d5ef Remove deprecated props from entity platform (#175606) 2026-07-08 23:31:21 +02:00
G JohanssonandGitHub 30815a0f41 Core integrations not explicitly setting config entry parameter for coordinator now raises (#175608) 2026-07-08 23:00:37 +02:00
Franck NijhofandGitHub 715c355fda Add numeric fast path for template result parsing (#175402) 2026-07-08 03:30:10 -04:00
Franck NijhofandGitHub b2ea48d435 Include repeat actions in script reference extraction (#175420) 2026-07-08 03:19:35 -04:00
Franck NijhofandGitHub 7066f95f0d Extract entities and devices from event action data (#175491) 2026-07-08 02:59:48 -04:00
Franck NijhofandGitHub aeeb57305b Extract entities from time triggers and time conditions (#175503) 2026-07-08 02:58:59 -04:00
G JohanssonandGitHub d79653b288 Remove deprecated classes from Service (#175611) 2026-07-05 13:23:19 -04:00
005af60478 Lazy media source platforms (#174375)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-05 10:36:00 -05:00
631179dffe Skip compressing HTTP JSON responses below 1 KiB (#175560)
Co-authored-by: Claude <noreply@anthropic.com>
2026-07-03 23:02:32 +02:00
7dac0506d3 Make LLMContext.assistant a required non-optional field (#175553)
Co-authored-by: Claude <noreply@anthropic.com>
2026-07-03 15:54:54 -04:00
Franck NijhofandGitHub 353043c537 Pin recently compiled template code objects in a bounded LRU (#175399) 2026-07-03 01:25:21 +02:00
Erik MontnemeryandGitHub 16a6824799 Report errors in numerical entity triggers (#175093) 2026-06-30 15:08:44 +01:00
de6b679e6e Rewrite homeassistant started trigger (#175160)
Co-authored-by: Artur Pragacz <49985303+arturpragacz@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-06-30 10:27:31 +02:00
Erik MontnemeryandGitHub 34679b033a Improve tests of entity limits (#174793) 2026-06-25 20:23:50 +02:00
Nicolas MowenandGitHub 10ce428387 Handle case where GetLiveContext includes an entity with StrEnum key (#174822) 2026-06-25 19:53:32 +02:00
Martin HjelmareandGitHub c9d91d5812 Add enabled entity limit per config entry (#174194) 2026-06-24 16:07:54 +02:00
Erik MontnemeryandGitHub de9d9c66c1 Add additional sun conditions (#174537) 2026-06-24 16:00:08 +02:00
Paul BotteinandGitHub dfcc4d1ae4 Fix friendly name for restored unavailable entities (#174614) 2026-06-24 14:47:39 +01:00
c542f38387 Add checks for did_not_trigger calls to trigger tests (#174636)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-24 13:05:08 +01:00
Erik MontnemeryandGitHub e8824bedf5 Add additional sun triggers (#174485) 2026-06-23 14:23:29 +02:00
91f4168439 Simplify sun entity (#174464)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2026-06-22 20:29:59 +02:00
Erik MontnemeryandGitHub b6b8391cbf Remove purpose-specific triggers and conditions from labs (#174450) 2026-06-22 16:58:51 +01:00
Erik MontnemeryandGitHub 16671e29d8 Trigger add did not trigger callback (#174116) 2026-06-22 10:54:16 +02:00
d782cd8289 Fix singleton leaving a dangling Event when wrapped coroutine raises (#174400)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-21 23:26:44 -04:00
ae8f689388 Lazily load system_health and hardware integration platforms (#174325)
Co-authored-by: Claude <noreply@anthropic.com>
2026-06-20 10:45:07 -04:00
05553090b9 Strict port matching for network URL helpers (#173657)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-06-20 10:29:31 -04:00
epenetandGitHub 3b25b4cfa6 Add service helper to get a single loaded config entry (#174190) 2026-06-19 13:01:07 +02:00
Erik MontnemeryandGitHub 605f69f056 Improve tests of helpers.trigger.extract_devices/entities (#172407) 2026-06-18 09:36:54 +02:00