G Johansson
db3090078b
Remove deprecated support feature values in camera ( #146988 )
2025-06-22 09:31:16 +02:00
Marc Mueller
2c13c70e12
Update ruff to 0.12.0 ( #147106 )
2025-06-19 20:39:09 +02:00
karwosts
b003429912
Expose statistics selector, use for recorder.get_statistics ( #147056 )
...
* Expose statistics selector, use for `recorder.get_statistics`
* code review
* syntax formatting
* rerun ci
2025-06-19 20:04:28 +02:00
Erik Montnemery
0db6520802
Add comment in helpers.llm.ActionTool explaining limitations ( #147116 )
2025-06-19 12:59:35 +02:00
Erik Montnemery
8d8ff011fc
Minor improvements of service helper ( #147079 )
2025-06-19 00:17:12 +01:00
Erik Montnemery
058f860be7
Fix incorrect use of zip in service.async_get_all_descriptions ( #147013 )
...
* Fix incorrect use of zip in service.async_get_all_descriptions
* Fix lint errors in test
2025-06-17 14:24:31 +02:00
Paulus Schoutsen
059c12798d
Drop user prompt from LLMContext ( #146787 )
2025-06-13 22:01:39 -04:00
Erik Montnemery
e39edcc234
Remove unused attribute EntityInfo.custom_component ( #146550 )
2025-06-11 17:27:17 +02:00
Erik Montnemery
167e688139
Allow removing entity registry items twice ( #146519 )
2025-06-11 12:42:09 +02:00
Erik Montnemery
c4c8f88765
Simplify helper_integration.async_handle_source_entity_changes ( #146516 )
2025-06-11 12:27:51 +02:00
Erik Montnemery
2afdec4711
Do not remove derivative config entry when input sensor is removed ( #146506 )
...
* Do not remove derivative config entry when input sensor is removed
* Add comments
* Update homeassistant/helpers/helper_integration.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
---------
Co-authored-by: Franck Nijhof <git@frenck.dev >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2025-06-11 11:19:44 +02:00
Erik Montnemery
26fe23eb5c
Improve support for trigger platforms with multiple triggers ( #144827 )
...
* Improve support for trigger platforms with multiple triggers
* Adjust zwave_js
* Refactor the Trigger class
* Silence mypy
* Adjust
* Revert "Adjust"
This reverts commit 17b3d16a267d54c082b12f07550faa8ac4ac3a49.
* Revert "Silence mypy"
This reverts commit c2a011b16f9b02880fc3dc673b5b12501f7995fc.
* Reapply "Adjust"
This reverts commit c64ba202dd .
* Apply suggestions from code review
* Revert "Apply suggestions from code review"
This reverts commit 0314955c5a .
2025-06-10 20:48:51 +02:00
Erik Montnemery
16a0b7f44e
Handle changes to source entity in derivative helper ( #146407 )
...
* Handle changes to source entity in derivative helper
* Rename helper function, improve docstring
* Add tests
* Improve derivative tests
* Deduplicate tests
* Rename helpers/helper_entity.py to helpers/helper_integration.py
* Rename tests
2025-06-10 14:31:18 +02:00
Erik Montnemery
ce739fd9b6
Restore entity ID and user customizations of deleted entities ( #145278 )
...
* Restore entity ID and user customizations of deleted entities
* Clear removed areas, categories and labels from deleted entities
* Correct test
* Fix logic for disabled_by and hidden_by
* Improve test coverage
* Fix sorting
* Always restore disabled_by and hidden_by
* Update mqtt test
* Update pglab tests
2025-06-10 11:47:54 +02:00
Erik Montnemery
11d9014be0
Restore user customizations of deleted devices ( #145191 )
...
* Restore user customizations of deleted devices
* Apply suggestions from code review
* Improve test coverage
* Always restore disabled_by
2025-06-10 11:47:39 +02:00
David Bonnes
9d0fc0d513
Fix HOMEASSISTANT_STOP unsubscribe in data update coordinator ( #145809 )
...
* initial commit
* a better approach
* Add comment
2025-05-28 17:52:51 +01:00
Erik Montnemery
9d4375ca76
Make async_remove_stale_devices_links_keep_entity_device move entities ( #145719 )
...
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com >
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2025-05-27 23:00:52 +02:00
Joost Lekkerkerker
e2a916ff9d
Make sure we can set up OAuth based integrations via discovery ( #145144 )
2025-05-26 20:48:07 +02:00
David Poll
670e8dd434
Add as_function to allow macros to return values ( #142033 )
2025-05-26 20:22:45 +02:00
Erik Montnemery
4e1d5fbeb0
Add WS command to help reset custom entity_id ( #145504 )
...
* Add WS command to help reset custom entity_id
* Calculate suggested object id from entity properties
* Fix logic and add additional tests
* Adjust test
* Update folder_watcher test
* Handle current entity id matches the automatic entity id
* Don't store calculated_object_id
* Update snapshots
* Update snapshots
* Update test
* Tweak logic for reusing current entity_id
* Improve test
* Don't assign same entity_id to several entities
* Prioritize custom entity name
* Update snapshots
* Update snapshots
2025-05-26 19:28:27 +02:00
David Poll
13d7234f97
Add apply to make macros/callables useful in filters and tests ( #144227 )
2025-05-26 17:00:07 +02:00
Petro31
13a6c13b89
Allow base64_encode to support bytes and strings ( #145227 )
2025-05-26 13:56:11 +02:00
Petro31
25f3ab3640
Add from_hex filter ( #145229 )
2025-05-26 13:16:56 +02:00
karwosts
7af731694f
Support readonly selectors in config_flows ( #129456 )
...
* Allow disabled selectors in config flows. Show hidden options for history_stats.
* fix tests
* use optional instead of required
* rename flag to readonly
* rename to read_only
* Update to use read_only field as part of selector definition
* lint fix
* Fix test
* All selectors
2025-05-23 17:05:43 +02:00
Joost Lekkerkerker
4cd3527761
Enable B009 ( #144192 )
2025-05-21 16:37:51 +01:00
Erik Montnemery
e868b3e8ff
Sort and simplify DeletedRegistryEntry ( #145207 )
2025-05-19 14:13:57 +02:00
Erik Montnemery
ce71f6444c
Sort and simplify DeletedDeviceEntry ( #145171 )
...
* Sort and simplify DeletedDeviceEntry
* Fix sort
* Fix sort
2025-05-19 08:40:22 +02:00
Abílio Costa
6d809b0b5a
Add service response support to admin services ( #144837 )
2025-05-13 21:57:15 +01:00
Erik Montnemery
cd61f37df7
Remove support for condition platforms defining only a CONDITION_SCHEMA ( #144832 )
2025-05-13 20:53:08 +02:00
Erik Montnemery
0128d85999
Move sun conditions to the sun integration ( #144742 )
2025-05-12 23:03:37 +01:00
Erik Montnemery
05324dedd0
Deduplicate condition schemas ( #144739 )
2025-05-12 15:38:31 +02:00
starkillerOG
93fd82d1fa
Prevent errors during cleaning of connections/identifiers in device registry ( #144558 )
2025-05-09 14:50:00 +02:00
J. Nick Koston
2890fc7dd2
Only create a single resolver object if there are multiple aiohttp sessions ( #144090 )
2025-05-02 13:43:06 -05:00
J. Nick Koston
9861bd88b9
Avoid working out suggested id in entity_platform when already registered ( #144079 )
...
If the entity is already registered, avoid trying to work
out the suggested_entity_id and suggested_object_id as
async_get_or_create will discard them anyways.
2025-05-02 11:44:38 +02:00
Allen Porter
b16151ac6d
Add an LLM tool for fetching todo list items ( #143777 )
...
* Add a tool for fetching todo list items
* Simplify the todo list interface by adding an "all" status
* Update prompt to improve performance on smaller models
2025-04-30 08:49:33 -04:00
Allen Porter
d924f0b1d6
Improve the live context tool prompt with additional instructions ( #143746 )
...
* Improve the live context tool prompt with additional instructions
* Fix vertical whitespace
2025-04-30 08:47:54 -04:00
Erik Montnemery
16b42cc109
Add cv.renamed ( #143834 )
2025-04-29 07:36:37 +02:00
Erik Montnemery
cec8db173b
Remove redundant entity_id collision check in entity registry ( #143660 )
...
* Remove redundant entity_id collision check in entity registry
* Update test
2025-04-28 07:50:26 +02:00
J. Nick Koston
34d17ca458
Move state length validation to StateMachine APIs ( #143681 )
...
* Move state length validation to StateMachine async_set method
We call validate_state to make sure we do not allow any states
into the state machine that have a length>255 so we do not break
the recorder. Since async_set_internal already requires callers
to pre-validate the state, we can move the check to async_set
instead of at State object creation time to avoid needing to
check it twice in the hot path (entity write state)
* move check in async_set_internal so it only happens on state change
* no need to check if same_state
2025-04-25 21:15:15 -04:00
J. Nick Koston
d61e39743b
Reduce ref counting in _async_write_ha_state ( #143634 )
...
* Reduce ref counting in _async_write_ha_state
It no longer makes sense to keep a temp reference
to entity_id and hass since the function was
refactored and there are very few accesses now.
* one more place we can reduce ref counts
2025-04-25 18:25:16 +02:00
Petro31
ff2c901930
Update trigger based template entity resolution order ( #140660 )
...
* Update trigger based template entity resolution order
* add test
* fix most comments
* Move resolution to base class
* add comment
* remove uncessary if statement
* add more tests
* update availability tests
* update logic stage 1
* phase 2 changes
* fix trigger template entity tests
* fix trigger template entities
* command line tests
* sql tests
* scrape test
* update doc string
* add rest tests
* update sql sensor _update signature
* fix scrape test constructor
* move state check to trigger_entity
* fix comments
* Update homeassistant/components/template/trigger_entity.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Update homeassistant/helpers/trigger_template_entity.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Update homeassistant/helpers/trigger_template_entity.py
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* update command_line and rest
* update scrape
* update sql
* add case to command_line sensor
---------
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2025-04-25 13:17:25 +02:00
Erik Montnemery
dc8e1773f1
Remove unused defaults from entity_registry.RegistryEntry ( #143655 )
2025-04-25 12:41:58 +02:00
J. Nick Koston
fa0bb35e6c
Avoid creating tasks to add entities when no entities are passed ( #143647 )
...
async_add_entities would return early if no entities
were passed but its a bit cleaner to not create the
task in the first place. I noticed in py-spy that
tplink was passing empty lists frequently
which made a task and than did nothing.
2025-04-25 10:16:20 +02:00
J. Nick Koston
cb0523660d
Improve error logging when state is too long ( #143636 )
2025-04-24 18:37:32 -10:00
J. Nick Koston
bb73ecc1f4
Restore service call performance by avoiding expensive runtime cast ( #143378 )
...
Improve service call performance by avoiding expensive runtime type checking
Most of the overhead here was casting
2025-04-21 09:37:10 -04:00
MichaelMKKelly
35f9cc55f1
Fix Automation/Script: sequence within a parallel ignoring enabled flag ( #142977 )
...
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com >
Co-authored-by: Franck Nijhof <git@frenck.dev >
2025-04-19 11:49:05 +02:00
Marc Mueller
c7290908cc
Update mypy-dev 1.16.0a8 ( #143166 )
2025-04-17 18:13:00 +02:00
J. Nick Koston
870350b961
Add async_has_entity_registry_updated_listeners ( #142772 )
2025-04-14 19:45:09 +02:00
Paul Bottein
8ec436423f
Add template function: device_name ( #142683 )
2025-04-14 14:30:00 +02:00
Allen Porter
db043b26da
Fix quality loss for LLM conversation agent question answering ( #142873 )
...
* Fix a bug parsing a streaming response with no json
* Remove debug lines
* Fix quality loss for LLM conversation agent question answering
* Update tests
2025-04-14 10:05:34 +02:00