Artur Pragacz
|
fad217837f
|
Accept more templates in service fields (#150239)
|
2025-11-03 16:40:42 +01:00 |
|
Artur Pragacz
|
b157afac13
|
Remove templates from schemas for service fields validation (#150063)
|
2025-10-30 18:46:43 +01:00 |
|
karwosts
|
03b15f1dba
|
Log script condition warnings with the instance logger (#154966)
|
2025-10-24 18:42:17 +02:00 |
|
Erik Montnemery
|
a020a32d8a
|
Remove translations from WS get_services and REST /api/services (#147120)
|
2025-10-23 17:26:33 +02:00 |
|
Jan-Philipp Benecke
|
2f5fbc1f0e
|
Add instance ID (mDNS) conflict detection and repair flow for zeroconf integration (#151487)
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2025-10-19 21:37:10 +02:00 |
|
Louis Pré
|
34ab725b75
|
LLM prefix caching optimization using new GetDateTime tool (#152408)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: Denis Shulyaka <Shulyaka@gmail.com>
|
2025-10-16 12:47:12 -04:00 |
|
epenet
|
8dc33ece7b
|
Remove sensor from _IGNORE_ROOT_IMPORT in pylint plugin (#154602)
|
2025-10-16 11:28:29 +01:00 |
|
Paulus Schoutsen
|
3c001bd6ed
|
Revert "Expose the entity_id of an entity to LLMs" (#154561)
Co-authored-by: Michael Hansen <mike@rhasspy.org>
|
2025-10-15 16:07:34 -04:00 |
|
Omer Korner
|
e2c281549e
|
Expose the entity_id of an entity to LLMs (#149428)
|
2025-10-15 21:24:32 +02:00 |
|
G Johansson
|
188459e3ff
|
Allow use of Selector in ObjectSelector fields (#147929)
|
2025-10-15 13:25:04 +02:00 |
|
Abílio Costa
|
b494074ee0
|
Fix device registry arg docstring (#154453)
|
2025-10-14 15:32:31 +01:00 |
|
Joakim Plate
|
d140eb4c76
|
Protect internal coordinator state (#153685)
|
2025-10-14 14:14:37 +02:00 |
|
Marc Mueller
|
1e5f5f4ad3
|
Enable pylint consider-math-not-float check (#154338)
|
2025-10-13 21:14:57 +02:00 |
|
G Johansson
|
0bfdd70730
|
async_config_entry_first_refresh in update coordinator requires a config entry (#154114)
|
2025-10-13 19:47:07 +02:00 |
|
G Johansson
|
929d76e236
|
Add validation for ObjectSelector (#153081)
|
2025-10-09 21:46:03 +02:00 |
|
Abílio Costa
|
66fb5f4d95
|
Simplify firing of trigger actions (#152772)
Co-authored-by: Erik Montnemery <erik@montnemery.com>
|
2025-10-08 21:40:20 +01:00 |
|
Erik Montnemery
|
045b9d7f01
|
Correct homeassistant.helpers.trigger._trigger_action_wrapper (#153983)
|
2025-10-08 17:33:44 +02:00 |
|
G Johansson
|
142daf5e49
|
Call async_track_template_result with template without hass now fails (#153473)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
|
2025-10-08 10:14:51 +02:00 |
|
G Johansson
|
19f3559345
|
Remove previously deprecated template attach function (#153370)
|
2025-10-05 23:16:57 +02:00 |
|
G Johansson
|
1818fce1ae
|
Validating schema outside the event loop will now fail (#153472)
|
2025-10-05 22:37:14 +02:00 |
|
Joakim Plate
|
7203cffbd7
|
Schedule update coordinator again if it is active (#153596)
|
2025-10-04 15:13:41 -05:00 |
|
Marc Mueller
|
2341d1d965
|
Fix flaky template test (#153624)
|
2025-10-04 18:28:36 +03:00 |
|
Erik Montnemery
|
905f5e7289
|
Add device class filter to entity services (#153247)
|
2025-09-30 14:28:04 +01:00 |
|
Erik Montnemery
|
fdca16ea92
|
Fix typing in ObjectSelectorConfig (#153043)
|
2025-09-26 15:18:18 +02:00 |
|
Abílio Costa
|
52de5ff5ff
|
Remove deprecated zone and event condition keys (#152986)
|
2025-09-25 19:23:40 +02:00 |
|
Artur Pragacz
|
cf1a745283
|
Move condition-specific fields into options (#152635)
|
2025-09-25 15:55:50 +02:00 |
|
Paulus Schoutsen
|
a0f67381e5
|
Allow configuring Z-Wave JS to talk via ESPHome (#152590)
Co-authored-by: Artur Pragacz <49985303+arturpragacz@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2025-09-23 12:58:36 +02:00 |
|
epenet
|
018d59a892
|
Drop hass argument from service extraction helpers (#152738)
|
2025-09-22 16:08:07 +02:00 |
|
Abílio Costa
|
a4f2c88c7f
|
Add TriggerConfig to reduce ambiguity (#152563)
|
2025-09-22 12:24:47 +01:00 |
|
Abílio Costa
|
ca1c366f4f
|
Remove unused var from llm helper (#152724)
|
2025-09-22 09:57:16 +02:00 |
|
epenet
|
de42ac14ac
|
Drop unused hass argument from internal helper (#152733)
|
2025-09-22 09:56:52 +02:00 |
|
epenet
|
8a70a1badb
|
Drop hass argument from verify_domain_control (#147946)
|
2025-09-22 08:15:41 +02:00 |
|
Franck Nijhof
|
12cc0ed18d
|
Refactor template engine: Extract raise_no_default() into helper module (#152661)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-09-20 17:20:05 +01:00 |
|
Franck Nijhof
|
1a167e6aee
|
Refactor template engine: Extract context and render info (#152630)
|
2025-09-20 14:15:24 +02:00 |
|
Erik Montnemery
|
5bd39804f1
|
Remove EntityComponent.async_register_legacy_entity_service (#152539)
|
2025-09-18 20:34:25 +02:00 |
|
Erik Montnemery
|
1740984b3b
|
Improve comments in SelectedEntities (#152540)
|
2025-09-18 14:12:33 +03:00 |
|
Artur Pragacz
|
a1f2eb44ae
|
Move trigger-specific fields into options in new-style triggers (#151314)
|
2025-09-18 07:35:39 +02:00 |
|
Franck Nijhof
|
4a4c124181
|
Refactor template engine: Extract collection & data structure functions into CollectionExtension (#152446)
|
2025-09-16 18:48:50 -04:00 |
|
Franck Nijhof
|
ca6289a576
|
Refactor template engine: Extract string functions into StringExtension (#152420)
|
2025-09-16 13:15:43 +03:00 |
|
Erik Montnemery
|
0f372f4b47
|
Improve condition schema validation (#144793)
|
2025-09-16 10:44:26 +02:00 |
|
Franck Nijhof
|
4bba167ab3
|
Refactor template engine: Extract regex functions into RegexExtension (#152417)
|
2025-09-16 10:38:01 +02:00 |
|
Franck Nijhof
|
cbdc1dc5b6
|
Refactor template engine: Extract math & statistical functions into MathExtension (#152266)
|
2025-09-14 20:48:29 -04:00 |
|
G Johansson
|
af9717c1cd
|
Raise error for entity services without a correct schema (#151165)
|
2025-09-14 19:17:26 +02:00 |
|
Franck Nijhof
|
70df7b8503
|
Restructure template engine, add crypto & base64 Jinja extension (#152261)
|
2025-09-13 22:21:29 +02:00 |
|
Artur Pragacz
|
b93072865b
|
Clean up unused partial action response in intent helper (#151908)
|
2025-09-12 19:21:41 +02:00 |
|
Abílio Costa
|
ab7081d26a
|
Include non-primary entities targeted directly by label (#149309)
|
2025-09-11 17:34:15 +01:00 |
|
Artur Pragacz
|
1b99ffe61b
|
Pass satellite id through assist pipeline (#151992)
|
2025-09-11 11:13:23 -05:00 |
|
Erik Montnemery
|
480527eb68
|
Call DeviceRegistry._async_update_device from device registry (#151295)
|
2025-09-10 13:14:03 +02:00 |
|
Erik Montnemery
|
a1e68336fc
|
Add service helper for registering platform services (#151965)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
|
2025-09-10 11:21:31 +01:00 |
|
Erik Montnemery
|
3e39f77e92
|
Remove duplicated call to time.time in device registry (#152024)
|
2025-09-10 11:15:59 +02:00 |
|