Commit Graph
3574 Commits
Author SHA1 Message Date
Abílio CostaandGitHub acbbbd2aa6 Remove stale comment from trigger helper (#177909) 2026-08-01 01:41:23 +01:00
Robert ReschandGitHub 77e9fe3a35 Enable ruff rule RUF036 (none-not-at-end-of-union) (#177543) 2026-07-29 14:43:38 +02:00
Ngoc N. TranandGitHub 0355339329 Fix UnboundLocalError in state condition with an empty state value (#176634) 2026-07-29 13:41:54 +02:00
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>Robert Resch
01cb78e311 Update ruff to 0.16.0 (#177534)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Resch <robert@resch.dev>
2026-07-29 12:21:18 +02:00
Erik MontnemeryandGitHub 2a1c3fe5f7 Migrate integrations to setting via_device_id in DeviceInfo (#177494) 2026-07-29 00:42:49 +02:00
Artur PragaczandGitHub 110106bf2c Add setting to customise entity ID generation (#177140) 2026-07-28 22:45:02 +02:00
Erik MontnemeryandGitHub 57041e71d8 Make entity_platform check entity can attach to device (#177459) 2026-07-28 19:51:01 +02:00
Artur PragaczandGitHub 6e459d8c91 Return None from async_is_composite_device_id for unknown ids (#177473) 2026-07-28 18:18:33 +02:00
Artur PragaczandGitHub 7b9c969f90 Resolve colliding device identifiers and connections (#177192) 2026-07-28 16:32:45 +02:00
Erik MontnemeryandGitHub cba75b8474 Clear Entity.device_entry when entity is detached from device (#177445) 2026-07-28 13:22:32 +02:00
Erik MontnemeryandGitHub 82ca35fd45 Add WS command config/device_registry/list_composite_splits (#176693) 2026-07-28 13:18:16 +02:00
Erik MontnemeryandGitHub 504fddd216 Warn when implicitly moving a device to another subentry (#177034) 2026-07-28 10:29:17 +02:00
Artur PragaczandGitHub db089bf8c3 Validate via_device_id in device registry (#177158) 2026-07-27 18:23:33 +02:00
Simone ChemelliandGitHub c08bb9307a Improve docstring for async_get_or_create() method (#174804) 2026-07-26 12:15:46 +02:00
Erik MontnemeryandGitHub 8c8134ccc8 Adjust helper async_remove_helper_devices (#177006) 2026-07-21 18:06:01 +02:00
Erik MontnemeryandGitHub d33c90eab9 Remove confusing set intersection from device registry restore (#176964) 2026-07-21 12:49:21 +02:00
Erik MontnemeryandGitHub 6d8c190b4b Exempt certain protocol integrations from entity limit (#176973) 2026-07-21 11:54:47 +02:00
Erik MontnemeryandGitHub bed1390eb3 Add device registry method async_get_devices (#176931) 2026-07-21 10:44:44 +02:00
Erik MontnemeryandGitHub 93ab89851f Add explicit methods for composite devices (#176923) 2026-07-21 09:37:52 +02:00
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
Clément NotinandGitHub afc0ceabd1 Factorize common code to _datetime_as_string (#172288) 2026-07-18 23:00:11 +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 b3b2e3563a Speed up entity_registry.async_entries_for_device (#176653) 2026-07-17 12:14:51 +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
epenetandGitHub 58ad41bed7 Cleanup type ignore in find_coordinates helper (#176195) 2026-07-10 13:38:43 +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
d0575b6b1b Add latitude/longitude to base EntityStateAttribute enum (#176119)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-09 11:35:01 -04:00
0a1c74e07a Namespace llm helper singleton key to avoid domain collision (#176101)
Co-authored-by: Claude <noreply@anthropic.com>
2026-07-09 15:54: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
fea4cfaa22 Convert tracing context managers to classes to cut per-step overhead (#173687)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-07-09 05:23:42 -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
a71ec5a80e Downgrade per-step script execution log messages to debug level (#175410)
Co-authored-by: David Bonnes <zxdavb@bonnes.me>
2026-07-08 03:31:29 -04:00
Franck NijhofandGitHub 715c355fda Add numeric fast path for template result parsing (#175402) 2026-07-08 03:30:10 -04:00