Shay Levy and GitHub
03bacd747e
Use device_registry fixture in Switcher test_remove_device ( #143723 )
2025-04-26 17:05:51 +03:00
Manu and GitHub
97b6a68cda
Improve device handling for disconnected IronOS devices ( #143446 )
...
* Improve device handling for disconnected IronOS devices
* requested changes
* ble_device
2025-04-26 13:34:44 +02:00
Shay Levy and GitHub
eee18035cf
Use value_fn in Switcher sensor platform ( #143711 )
2025-04-26 13:34:13 +02:00
Maciej Bieniek and GitHub
f1b3b0c155
Refactor tests for Shelly config flow ( #143517 )
...
* Add mock_setup_entry
* Add mock_setup
* Improve test_form_gen1_custom_port
* Improve test_form_errors_get_info
* Improve test_form_errors_test_connection
* Improve test_reconfigure_with_exception
* Improve test_form_auth_errors_test_connection_gen1
* Improve test_form_auth_errors_test_connection_gen2
* Cleaning
* Upate quality scale
* Always use result variable
* Remove unnecessary async_block_till_done
2025-04-26 13:00:45 +03:00
Åke Strandberg and GitHub
f5d3495c62
Add properties to miele entity class ( #143622 )
...
* Add properties to Entity class
* Remove setter and most platform constructors
2025-04-26 09:55:11 +02:00
Martin Hjelmare and GitHub
e14a356c24
Allow Z-Wave controller migration on USB discovery ( #143677 )
...
Allow migration on USB discovery
2025-04-26 07:52:32 +02:00
J. Nick Koston and GitHub
4e7d396e5b
Add WebSocket API to zeroconf to observe discovery ( #143540 )
...
* Add WebSocket API to zeroconf to observe discovery
* Add WebSocket API to zeroconf to observe discovery
* increase timeout
* cover
* cover
* cover
* cover
* cover
* cover
* fix lasting side effects
* cleanup merge
* format
2025-04-25 21:18:09 -04:00
J. Nick Koston and GitHub
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 and GitHub
03950f270a
Remove lower call in async_reserve ( #143682 )
...
async_reserve is only called from the the entity_platform helper
which already ensures the entity_id is validated and in lower
case.
https://github.com/home-assistant/core/blob/a783b6a0abda02b26e193356c4f3db8b86e13b86/homeassistant/helpers/entity_platform.py#L936
2025-04-25 21:12:55 -04:00
Denis Shulyaka and GitHub
7074331461
Preserve reasoning during tool calls for openai_conversation ( #143699 )
...
Preserve reasoning after tool calls for openai_conversation
2025-04-25 21:12:23 -04:00
4c9cd70f65
Set unique id in ephember ( #143180 )
...
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2025-04-25 23:06:16 +01:00
Ville Skyttä and GitHub
7a105de969
Add missing huawei_lte sensor translations ( #143694 )
2025-04-25 22:54:56 +01:00
Åke Strandberg and GitHub
eec9a28fe8
Add zeroconf discovery to miele ( #143259 )
...
* Add zeroconf discovery
* Strip unnecessary code
* Remove one line more
* Remove one more
* Add test for zeroconf flow
* Finish zeroconf flow
2025-04-25 23:18:20 +02:00
Arie Catsman and GitHub
963f1b1907
bump pyenphase to 1.26.0 ( #143686 )
2025-04-25 08:50:37 -10:00
dependabot[bot] and GitHub
dcac9b5f20
Bump actions/download-artifact from 4.2.1 to 4.3.0 ( #143650 )
2025-04-25 20:40:18 +02:00
Joost Lekkerkerker and GitHub
765a95c273
Set entities to config category in SmartThings ( #143669 )
2025-04-25 20:21:35 +02:00
Tomáš Bedřich and GitHub
6a115d0133
Add S3 integration ( #139325 )
...
* Add S3 integration
* Improve translations and error handling
* Test S3 integration
* Update QoS
* Add missing data_description strings
* Fix missing async_initialize_backup in tests
* PR changes
* Remove unique ID, rely on abort_entries_match
* Raise only BackupAgentError (#139754 ), introduce decorator for error handling
* Switch to metadata-file based solution
* PR changes
* Revert strict typing
* Bump dependency
* Silence mypy
* Pass docs URLs as description_placeholders
* PR changes
* Rename _api to api
* PR Changes
* PR Changes 2
* Remove api abstraction
* Handle S3 multipart upload size limitations
* PR changes
2025-04-25 20:16:44 +02:00
Åke Strandberg and GitHub
a057effad5
Add miele binary_sensor platform ( #142903 )
...
* Add binary_sensor platform
* Address review comments
* Adjust icons and names.
* Change Info to Notification active
* Trigger CI
* Trig CI
* Adjust tests
* Update strings.json
* Update strings.json
2025-04-25 19:32:08 +02:00
94b0800989
Fix surepetcare sensor error ( #143286 )
...
* fix: changed boolean to map to 'online' attribute.
* fix: added catch in case of future changes to prevent complete sensor failure.
* fix: surepetcare - added additional catches in case rssi values aren't included in online status.
* fix: remove hub_rssi when not defined.
* fix: proper code spacing
* fix: use .get for clarity instead of try.
* fix: now written in Python.
* fix: renamed variables for clarity.
* Update homeassistant/components/surepetcare/binary_sensor.py
* fix: update surepetcare test __init__.py mock_feeder with online status.
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2025-04-25 19:29:29 +02:00
a783b6a0ab
Add climate platform to miele integration ( #143333 )
...
* Add climate platform
* Merge
* Address review and improve test
* Address review comments
* Streamline entity naming
* Update tests/components/miele/test_climate.py
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2025-04-25 19:18:39 +02:00
Åke Strandberg and GitHub
5302964eb6
Add button platform to miele ( #143508 )
...
* WIP Button platform
* Add button platform
* Disable by default, Address review , update tests
* Follow review comments
2025-04-25 19:10:32 +02:00
Norbert Rittel and GitHub
261dbd16a6
Add common state "Fault" ( #143390 )
2025-04-25 18:47:19 +02:00
Guido Schmitz and GitHub
672dbc03c6
Use coordinator data for devolo Home Network PLC data rate sensor ( #143606 )
2025-04-25 18:45:16 +02:00
Åke Strandberg and GitHub
ed0bdf9e5f
Add switch platform to miele integration ( #142925 )
...
* Add switch platform
* Add a type hint
* Update after review
2025-04-25 18:40:52 +02:00
Simone Chemelli and GitHub
735e2e4192
Add missing exception translations to Comelit ( #142861 )
...
* Add missing exception translations to Comelit
* update quality scale
* remove unwanted placeholder
2025-04-25 18:34:29 +02:00
Martin Hjelmare and GitHub
0aabb11220
Improve Z-Wave migration flow ( #143673 )
2025-04-25 18:33:19 +02:00
Jozef Kruszynski and GitHub
09ad14bc28
Update Music Assistant browse media types ( #143249 )
...
* Update Music Assistant browse media types
* changes based on review comments
2025-04-25 18:32:48 +02:00
J. Nick Koston and GitHub
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
Paulus Schoutsen and GitHub
ea90df434b
Add an icon to the VoIP assist satellite entities ( #143671 )
2025-04-25 11:02:53 -05:00
Norbert Rittel and GitHub
67fc682df2
Sentence-case "webhook" in locative ( #143646 )
2025-04-25 17:27:32 +02:00
Norbert Rittel and GitHub
381b495efc
Change "webhook (applet)" to lowercase in ifttt ( #143642 )
2025-04-25 17:27:22 +02:00
Norbert Rittel and GitHub
812db815f1
Change "webhook" to lowercase and use "webhook service" in dialogflow ( #143643 )
...
* Change "webhook" to lowercase and fix grammar in `dialogflow`
* Replace "integration" with "service"
2025-04-25 17:22:12 +02:00
Retha Runolfsson and GitHub
24ee19f1e2
Update quality scale for switchbot ( #143145 )
...
update quality_scale
2025-04-25 17:21:01 +02:00
Everton Leite and GitHub
f72c5ebb76
Add ratio attribute to Transmission torrent info ( #143459 )
2025-04-25 17:00:02 +02:00
epenet and GitHub
1075ea1220
Bump renault-api to 0.3.0 ( #143657 )
2025-04-25 16:52:23 +02:00
Glenn Waters and GitHub
ce7edca136
Bump env_canada lib to 0.10.2 ( #143664 )
2025-04-25 16:44:16 +02:00
Doug Hoffman and GitHub
3e16857a1e
Bump uiprotect to 7.5.5 ( #143668 )
...
* Update manifest.json
* Update requirements_all.txt
* Update requirements_test_all.txt
2025-04-25 16:43:52 +02:00
Martin Hjelmare and GitHub
5b1e32f51d
Clean up Z-Wave config flow ( #143670 )
2025-04-25 16:43:19 +02:00
4adf5ce826
Support for Matter 1.4 Water Heater device type ( #131505 )
...
* Create water_heater.json
* Update water_heater.json
* Update water_heater.json
* TankVolume
* TankPercentage
* WaterHeaterMode
WaterHeaterMode
* Update sensor.py
* ruff-format
* Update water_heater.json
Attributes of WaterHeaterManagement Cluster on Endpoint 2
ClusterId 148 (0x0094)
* Update test_sensor.py
water_heater fixture
* Update test_sensor.py
* SensorDeviceClass=VOLUME_STORAGE for `TankVolume`
* `BoostStateEnum` map
* WaterHeaterManagementBoostState
* Update sensor.py
* WaterHeaterManagementEstimatedHeatRequired
* Fix UnitOfEnergy
* Format
* Add `device_types.WaterHeater` to Climate
* Strings for Tank sensors
* WaterHeater icons
* Update icons.json
* Update strings.json
* Update water_heater.json
* ruff-format
* Fix tests
* Fix sensor.py
* Fix icons
* WaterHeaterManagementEstimatedHeatRequired
* WaterHeaterManagementBoostState
* BoostState as a binary sensor
* ElectricalPowerMeasurement values
* Fix tests
* Create water_heater.py
* Update climate.py from dev branch
* Resolve conflicts
* ruff-format
* Add Platform.WATER_HEATER
* Update water_heater.py
* Update water_heater.py
* Update water_heater.py
* Update water_heater.py
* Add WaterHeaterManagement sensors
* Update tests
* Add select test
* Add strings
* First try with water_heater
* Testing current_operation
* BoostState attribute
* target_temperature attributes
* target_temperature attribute
* set_temperature and set_operation_mode
* turn_on / turn_off
* Trigger Boost command
* Fix WaterHeaterBoostInfoStruct
* Add test file
* Add climate cluster to fixture
* Add climate cluster to fixture
* Add tests
* Add ON_OFF feature
* Update tests
* Update tests
* Translate WaterHeaterMode
* Change description
* Update test and snapshots
* Update snapshots
* Set entity name to None to make the device name be the name of the entity
* Format
* Update water_heater.py
* Fix format
* ruff-format
* Import ServiceValidationError
* Update homeassistant/components/matter/water_heater.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
* Update water_heater.py
* Update test_water_heater.py
* Update test_water_heater.ambr
* Update test_water_heater.py
* Update select.py
* Update snapshots
* Rename to boost_info
* Set WaterHeaterMode
* Update snapshots
* Update snapshots
* Fix for warning
W7431: Argument 3 should be of type AddConfigEntryEntitiesCallback in async_setup_entry (hass-argument-type)
* Update strings.json
* Update strings and tests
* Fix missing brace
* Update tests
* fix test
* Updates strings
* Fix async_set_temperature
* Update tests
* Update tests
* Update homeassistant/components/matter/water_heater.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Sort strings in strings.json
* Update homeassistant/components/matter/water_heater.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Remove unused line
* Remove min/max target temperatures
* Remove BOOST_STATE_MAP
* Add comment
* Remove SUPPORT_FLAGS_HEATER
* Remove system_mode_value check
* Update homeassistant/components/matter/water_heater.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Reformat async_set_temperature()
* Update snapshots
* Remove MatterWaterHeaterMode selector
* Update snapshots
* Rename test to test_water_heater_set_temperature
* Add test_water_heater_set_operation_mode
* Remove reset_mock
* Update tests/components/matter/test_water_heater.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Add test_update_from_water_heater
* Add test_water_heater_turn_on_off
* Add test_water_heater_boostmode
* Fix SystemMode value for STATE_HIGH_DEMAND
* Add disable boost from water heater device side test
* Remove unused lines
* Remove unused lines
* Fix test indentation
* Fix water heater tests
* Check for None
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2025-04-25 15:28:28 +02:00
Petro31 and GitHub
4a1905a2a2
Update template cover to modern style config ( #141878 )
2025-04-25 15:22:49 +02:00
Michael and GitHub
59af3a396c
Remove unnecessary mixins from AVM Fritz!SmartHome ( #143658 )
...
remove unnecessary mixin
2025-04-25 14:12:59 +02:00
Martin Hjelmare and GitHub
7c584ece23
Make proper Z-Wave reconfigure flow ( #143549 )
...
* Make proper Z-Wave reconfigure flow
* Improve backup_failed string
2025-04-25 14:19:03 +03:00
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 and GitHub
dc8e1773f1
Remove unused defaults from entity_registry.RegistryEntry ( #143655 )
2025-04-25 12:41:58 +02:00
Stefan Agner and GitHub
b0d9a2437d
Bump aiohasupervisor from version 0.3.b1 to version 0.3.1 ( #143585 )
2025-04-25 12:20:28 +02:00
2be6ecd50f
Assign plex update entity to server device ( #143654 )
...
* Assign plex update entity to server device
* Fix tests
* Apply suggestions from code review
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2025-04-25 11:21:14 +02:00
J. Nick Koston and GitHub
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
Franck Nijhof and GitHub
360bffa3a9
2025.4.4 ( #143653 )
2025.4.4
2025-04-25 09:47:05 +02:00
Maciej Bieniek and GitHub
5b503f21d7
Abort Shelly flows if the device is not fully provisioned ( #143652 )
...
* Abort flows if the device is not fully provisioned
* Update tests
2025-04-25 10:37:58 +03:00
Franck Nijhof
2214d9b330
Bump version to 2025.4.4
2025-04-25 06:54:02 +00:00