Norbert Rittel
2a0a31bff8
Capitalize "HEPA" as an abbreviation in matter
( #149306 )
2025-07-23 14:27:49 +02:00
Harry Heymann
a2220cc2e6
Add LED intensity custom attributes for Matter Inovelli Dimmers ( #148074 )
...
Co-authored-by: Norbert Rittel <norbert@rittel.de>
2025-07-10 23:36:51 +02:00
Ludovic BOUÉ
e393929014
Matter EVSE StateOfCharge ( #148213 )
2025-07-08 14:28:13 +02:00
Norbert Rittel
21f6bf3914
Improve translation_key of EnergyEvseSupplyStateSensor
in matter
( #148280 )
2025-07-07 10:26:20 +02:00
Ludovic BOUÉ
6351c3302e
Matter OperationalState CountdownTime ( #147705 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2025-07-06 23:40:05 +02:00
Norbert Rittel
b72536acfa
Make "autorelock" consistent across integrations in matter
( #148023 )
2025-07-05 10:59:57 +02:00
Ludovic BOUÉ
a748525e03
Allow LevelControl Cluster for Matter Pump devices ( #145004 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2025-07-02 21:48:15 +02:00
Ludovic BOUÉ
e3ba1f34ca
Matter TemperatureControl ( #145706 )
...
* TemperatureControl
* Add tests
* Commands.SetTemperature
* Update homeassistant/components/matter/number.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update number.py
* Update number.py
* Update number.py
* Update homeassistant/components/matter/number.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Refactor MatterRangeNumber to streamline command handling in async_set_native_value
* testing requested changes
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2025-06-27 19:41:39 +02:00
Marcel van der Veldt
38669ce96c
Fix sending commands to Matter vacuum ( #147567 )
2025-06-26 10:47:24 +02:00
ocrease
977e8adbfb
Fix operational state and vacuum state for matter vacuum ( #147466 )
2025-06-25 15:23:38 +02:00
Ludovic BOUÉ
e98ec38ad8
Matter energy optimization opt-out attribute ( #147096 )
...
* ESAStateEnum
* Update snapshot
* Add test
* Update homeassistant/components/matter/strings.json
Co-authored-by: Norbert Rittel <norbert@rittel.de>
* Update homeassistant/components/matter/strings.json
Co-authored-by: Norbert Rittel <norbert@rittel.de>
* Update homeassistant/components/matter/icons.json
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/matter/sensor.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/matter/strings.json
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update sensor.py
* Update snapshot
---------
Co-authored-by: Norbert Rittel <norbert@rittel.de>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2025-06-23 17:26:27 +02:00
Ludovic BOUÉ
9ae3129f16
Matter battery storage ( #147235 )
...
* BatCapacity
* BatCapacity
* PowerSourceBatTimeRemaining
* BatChargeState
* Update strings.json
Co-authored-by: Norbert Rittel <norbert@rittel.de>
* Review fixes
* Remove uneeded BatCapacity
* Update strings.json
* Update strings.json
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Update snapshots
* Update strings.json
* Update snapshot
---------
Co-authored-by: Norbert Rittel <norbert@rittel.de>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2025-06-23 16:04:40 +02:00
Ludovic BOUÉ
82c1751f85
Matter dishwasher alarm ( #146842 )
...
* Update binary_sensor.py
* Update silabs_dishwasher.json
DishwasherAlarm
* DishwasherAlarm
* Update snapshot
* DishwasherAlarm
* test_dishwasher_alarm
* DishwasherAlarm
* Update silabs_dishwasher.json
* Update snapshot
2025-06-23 12:40:37 +02:00
Ludovic BOUÉ
66e2fd997b
Battery voltage translation key ( #147238 )
...
* Add translation_key
* Update strings.json
* Update snapshots
* Switch icon to DC
* Update snapshots
2025-06-22 09:27:44 +02:00
Ludovic BOUÉ
bdeb61fafc
Matter Extractor hood fixture ( #146174 )
...
* Create extractor_hood.json
* Matter Extractor hood fixture
* Format document
2025-06-04 21:17:51 +02:00
Martin Hjelmare
376008940b
Disable advanced window cover position Matter sensor by default ( #145713 )
...
* Disable advanced window cover position Matter sensor by default
* Enanble disabled sensors in snapshot test
2025-05-27 17:46:21 +02:00
Martin Hjelmare
ae1294830c
Remove static pin code length Matter sensors ( #145711 )
...
* Remove static Matter sensors
* Clean up translation strings
2025-05-27 17:35:11 +02:00
Abílio Costa
b626204f63
Add default device class display precision for Sensor ( #145013 )
...
* Add default device class display precision for Sensor
* Renaming, docstrings, cleanup
* Simplify units list
* Fix tests
* Fix missing precision when suggested is specified
* Update snapshots
* Fix when unit of measurement is not valid
* Fix tests
* Fix deprecated unit usage
* Fix goalzero tests
The sensor native_value method was accessing the data dict and trowing,
since the mock did not have any data for the sensors.
Since now the precision is always specified (it was missing for those
sensors), the throw was hitting async_update_entity_options in _update_suggested_precision.
Previously, async_update_entity_options was not called since it had no
precision.
* Fix metoffice
* Fix smartthings
* Add default sensor data for Tesla Wall Connector tests
* Update snapshots
* Revert spaces
* Update smartthings snapshots
* Add missing sensor mock for tesla wall connector
* Address review comments
* Add doc comment
* Add cap to doc comment
* Update comment
* Update snapshots
* Update comment
2025-05-26 19:40:29 +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
Ludovic BOUÉ
e22ea85e84
Add Matter Pump device type ( #145335 )
...
* Pump status
* Pump speed
* PumpStatusRunning
* ControlModeEnum
* Add tests
* Clean code
* Update tests and sensors
* Review fixes
* Add RPM unit
* Fix for unknown value
* Update snapshot
* OperationMode
* Update snapshots
* Update snapshot
* Update tests/components/matter/test_select.py
Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>
* Handle SupplyFault bit enabled too
* Review fix
* Unmove
* Remove pump_operation_mode
* Update snapshot
---------
Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>
2025-05-23 17:20:27 +02:00
Ludovic BOUÉ
9e6de48a22
Matter Device Energy Management cluster ESAState attribute ( #144430 )
...
* ESAState
* Update strings.json
* Add test
2025-05-22 12:53:08 +02:00
jvmahon
569aeff054
Add matter attributes ( #140843 )
...
* Add Matter attributes
* Add Matter attributes
* Add Matter attributes
* Add Matter attributes
* Update strings.json
* Update homeassistant/components/matter/select.py
Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
* Update select.py
Deleted items to be added as switch entities instead.
* Update strings.json
* Update select.py
* Update strings.json
* Fix
* Update strings.json
* Update strings.json
* Fix
* Update select.py
---------
Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
Co-authored-by: Joostlek <joostlek@outlook.com>
2025-05-22 12:42:05 +02:00
Ludovic BOUÉ
35ab2a21d6
Matter Oven fixture ( #144603 )
...
* Create cooktop.json
* Update conftest.py
* Fix format
* Add snapshots
* Add snapshots
* Oven fixture
* Oven fixture
* Add snapshot
2025-05-10 09:43:40 +02:00
Ludovic BOUÉ
87bd6e3ca0
Matter pump fixture ( #144572 )
...
* Create pump.json
* Add pump fixture
* Add snapshots
2025-05-09 18:40:56 +02:00
Ludovic BOUÉ
ff6f213664
Matter refrigerator fixture ( #144491 )
...
* Add files via upload
* Add snapshots
2025-05-09 11:41:52 +02:00
Ludovic BOUÉ
744d5f7bd4
Matter Mounted dimmable load control fixture ( #144097 )
...
* Create mounted_dimmable_load_control_fixture.json
* Add fixture
* Add snapshots
2025-05-08 09:10:30 +02:00
Ludovic BOUÉ
c26b3f519a
Add discovery schema for Matter CumulativeEnergyExported ( #144061 )
...
* Update sensor.py to add CumulativeEnergyExported attribute
* Report exported energy as positive value
* Add snapshot
* Add translation key
2025-05-07 15:25:18 +02:00
Ludovic BOUÉ
bab699eb0c
Matter Solar power fixture ( #144058 )
2025-05-01 17:06:08 +02:00
Ludovic BOUÉ
60b6ff4064
Matter Laundry Dryer fixture ( #144043 )
...
* Create laundry_dryer.json
* Add snapshots
* Format fixture
* Set CurrentPhase attribute
* Set OperationalState attribute
* Update snapshot
2025-05-01 14:52:32 +02:00
Ludovic BOUÉ
b92f718e08
Matter Cooktop fixture ( #143984 )
2025-04-30 22:09:29 +02:00
Ludovic BOUÉ
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
Ludovic BOUÉ
3c60bff7dc
Add support for Matter EVSE devicetype ( #137189 )
...
* Binary sensors
* Add tests
* Update strings
* Enable testing
* Add command_timeout to MatterEntityDescription
* Add entities
* Update strings.json
* Add sensors
* Add tests
* Move command_timeout keyword to MatterGenericCommandSwitch
* Icons
* Update snapshots
* Add tests for switch entity
* Fix switch tests
* Rename states
* Update strings.json
* Update snapshot
* Rename charging switch
* Remove MatterEntity
* Update strings.json
* Update snapshots
* Update snaphots 2/2
* Update strings
* Update test binary
2025-04-04 17:57:22 +02:00
Norbert Rittel
6cb3430c60
Fix sentence-casing of "sea level" in matter
( #141655 )
...
* Fix sentence-casing of "sea level" in `matter`
* Update test_number.ambr
2025-03-28 15:30:21 +01:00
Nick Pesce
b7a995ac53
Use correct default value for multi press buttons in the Matter integration ( #141630 )
...
* Respect the min 2 constraint for the switch MultiPressMax attribute
* Update test_event.py
* Update generic_switch_multi.json
* Fix issue and update tests
2025-03-28 11:11:18 +01:00
Jan Bouwhuis
8887c979b4
Fix volatile_organic_compounds_parts
translation string to be referenced for MQTT subentries device class selector ( #141618 )
...
* Fix ` volatile_organic_compounds_parts` translation string to be referenced for MQTT subentries device class selector
* Fix tests
2025-03-28 08:48:23 +01:00
David Badura
e49b105724
Align Matter eve thermo offset max range with eve app ( #140579 )
...
* align eve thermo offset max range with eve app
* fix tests
2025-03-25 14:22:32 +01:00
Erik Montnemery
4b34d1bbb5
Merge config subentry feature branch to dev ( #136121 )
...
* Reapply "Add support for subentries to config entries" (#133470 ) (#136061 )
* Reapply "Add support for subentries to config entries" (#133470 )
This reverts commit ecb3bf79f32a2e25d141ff467e5958826ed9fc3a.
* Update test snapshot
* Add config subentry support to device registry (#128157 )
* Add config subentry support to device registry
* Apply suggestions from code review
* Update syrupy serializer
* Update snapshots
* Address review comments
* Allow a device to be connected to no or a single subentry of a config entry
* Update snapshots
* Revert "Allow a device to be connected to no or a single subentry of a config entry"
This reverts commit ec6f613151cb4a806b7961033c004b71b76510c2.
* Update test snapshots
* Bump release version in comments
* Rename config_subentries to config_entries_subentries
* Add config subentry support to entity registry (#128155 )
* Add config subentry support to entity registry
* Update syrupy serializer
* Update snapshots
* Update snapshots
* Accept suggested changes
* Clean registries when removing subentry (#136671 )
* Clean up registries when removing subentry
* Update tests
* Clean up subentries from deleted devices when removing config entry (#136669 )
* Clean up subentries from deleted devices when removing config entry
* Move
* Add config subentry support to entity platform (#128161 )
* Add config subentry support to entity platform
* Rename subentry_id to config_subentry_id
* Store subentry type in subentry (#136687 )
* Add reconfigure support to config subentries (#133353 )
* Add reconfigure support to config subentries
* Update test
* Minor adjustment
* Rename supported_subentry_flows to supported_subentry_types
* Address review comments
* Add subentry support to kitchen sink (#136755 )
* Add subentry support to kitchen sink
* Add subentry reconfigure support to kitchen_sink
* Update kitchen_sink tests with subentry type stored in config entry
* Update kitchen_sink
* Update kitchen_sink
* Adjust kitchen sink tests
* Fix hassfest
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Improve docstrings and strings.json
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update snapshots
* Update snapshots
* Update snapshots
* Update snapshots
* Update snapshots
* Update snapshots
* Update snapshots
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2025-02-10 16:40:07 +01:00
Marcel van der Veldt
72caf9d5a2
Tweak Matter discovery to ignore empty lists ( #136854 )
2025-01-29 17:41:28 +01:00
Ludovic BOUÉ
32829596eb
Add select platform discovery schemas for the Matter LaundryWasherControls cluster ( #136261 )
2025-01-29 14:17:00 +01:00
Marcel van der Veldt
609eb00a26
Add remaining Matter Operational State sensor discovery schemas ( #136741 )
2025-01-29 09:16:30 +01:00
Ludovic BOUÉ
3f013ab620
Add sensor for Matter OperationalState cluster / CurrentPhase attribute ( #129757 )
2025-01-28 16:39:41 +01:00
Artem Sorokin
0cd7aff6ea
Add power/energy sensor for Matter draft electrical measurement cluster ( #132920 )
2025-01-28 08:37:39 +01:00
Marcel van der Veldt
b9c3548b5a
Change discovery schema for Matter Identify button to ignore type of None ( #136621 )
2025-01-27 16:42:22 +01:00
Ludovic BOUÉ
6015c936b0
Add a Matter temperature sensor based on Thermostat
device LocalTemperature
attribute ( #133888 )
2025-01-27 11:35:33 +01:00
Ludovic BOUÉ
71d63bac8d
Add TemperatureLevel feature from Matter TemperatureControl cluster ( #134532 )
2025-01-25 12:22:45 +01:00
Ludovic BOUÉ
1ea6cba1f5
Handle empty string BatReplacementDescription
from Matter attribute value ( #134457 )
2025-01-22 12:28:18 +01:00
krakonos1602
ffcb4d676b
Add Eve Thermo TRV Matter features ( #135635 )
...
* Add Eve Thermo Matter features
* Update homeassistant/components/matter/switch.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/matter/switch.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/matter/switch.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Add Eve Thermo Child lock test
* Update homeassistant/components/matter/switch.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/matter/switch.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Implement thorough Child lock testing
* Apply suggestions from code review
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
2025-01-22 03:42:07 +01:00
Stefan Agner
962f1bad32
Add mW as unit of measurement for Matter electrical power sensors ( #133504 )
2024-12-19 11:40:05 +00:00
Stefan Agner
681863f80e
Use mV and mA as units for electrical power measurement in Matter ( #133505 )
2024-12-19 08:32:46 +01:00
Ludovic BOUÉ
1512cd5fb7
Add Matter battery replacement description ( #132974 )
2024-12-17 00:03:32 +01:00