Franck Nijhof
9aa8a786a5
Add template function: flatten ( #140157 )
2025-03-08 11:14:27 -10:00
Matthias Alphart
62c025fd12
Use HAs configured timezone for KNX expose time ( #140158 )
...
* Use HAs configured timezone for KNX expose time
* use `hass.config.async_set_time_zone` in tests
2025-03-08 21:46:15 +01:00
Franck Nijhof
e54febdc1e
Add template function: typeof ( #140081 )
2025-03-08 09:16:21 -10:00
Jan Bouwhuis
d94bdb7ecd
Fix MQTT JSON light not reporting color temp status if color is not supported ( #140113 )
2025-03-08 09:15:56 -10:00
Maciej Bieniek
06fd6442b6
Use the set language for condition sensors in Accuweather integration ( #140107 )
...
* Use the set language for condition sensors
* Update strings
* Update test snapshots
* Add missing string
2025-03-08 21:03:25 +02:00
Joost Lekkerkerker
b910bc7802
Set device class for Oven Completion time in SmartThings ( #140139 )
2025-03-08 20:58:10 +02:00
Luke Lashley
6754bf2466
Send Roborock commands via cloud api when needed ( #138496 )
...
* Send via cloud api when needed
* Extract logic to helper function
* change to class method
2025-03-08 10:04:40 -08:00
Joost Lekkerkerker
105d9d5970
Handle None options in SmartThings ( #140110 )
...
* Handle None options in SmartThings
* Handle None options in SmartThings
2025-03-08 14:59:10 +01:00
Andrew Sayre
81e6b93529
Fix HEOS user initiated setup when discovery is waiting confirmation ( #140119 )
2025-03-08 14:57:44 +01:00
Joost Lekkerkerker
f209d75f2c
Support null supported Thermostat modes in SmartThings ( #140101 )
2025-03-08 11:27:26 +01:00
Joost Lekkerkerker
ea33925afc
Check support for thermostat operating state in SmartThings ( #140103 )
2025-03-08 11:22:09 +01:00
Andrew Sayre
deea19db51
Fix HEOS discovery error when previously ignored ( #140091 )
...
Abort ignored discovery
2025-03-07 23:31:32 -05:00
J. Nick Koston
e2c050ed40
Cache sensor precision calculation ( #140019 )
2025-03-07 16:14:22 -10:00
Franck Nijhof
d4f205c366
Add template function: shuffle ( #140077 )
2025-03-07 20:36:17 -05:00
Petro31
293d455cba
Add check for invalid options with specific platforms ( #140082 )
2025-03-08 00:09:04 +01:00
Simone Chemelli
99b5adaef1
Cleanup add_to_hass method in Shelly tests (part 1) ( #140075 )
2025-03-07 23:04:49 +01:00
Josef Zweck
3b03a37f3b
Add file upload service to OneDrive ( #139092 )
...
* Add file upload service to OneDrive
* fix
* Add test
* docstring
* docstring
* Fix capitalization in description text.
2025-03-07 20:05:13 +01:00
Manu
3ccb7d80f3
Add update_todo
action to Habitica ( #139799 )
...
* update_todo action
* fix strings
2025-03-07 19:40:17 +01:00
Joost Lekkerkerker
e51154ae69
Restore SmartThings button event ( #140044 )
...
* Restore SmartThings button event
* Fix
2025-03-07 15:46:00 +01:00
Martin Hjelmare
27964e16c1
Clean up ondilo ico oauth2 ( #139927 )
2025-03-07 15:26:40 +01:00
Joost Lekkerkerker
0aa09a2d51
Only keep valid powerConsumptionReports in SmartThings ( #140049 )
...
* power consumption report
* Only keep valid powerConsumptionReports in SmartThings
2025-03-07 15:04:46 +01:00
Joost Lekkerkerker
62e45e393d
Fix SmartThings thermostat climate check ( #140046 )
...
* Fix SmartThings thermostat climate check
* Add tests
2025-03-07 14:56:31 +01:00
Brett Adams
935890e4e0
Fix shift state default in Teslemetry and Tessie ( #140018 )
...
* Fix again
* Fix Tessie
* Update snap
2025-03-07 13:28:21 +01:00
Abílio Costa
82d5304b45
Update whirlpool-sixth-sense to 0.19.1 ( #139987 )
2025-03-07 13:13:35 +01:00
David Bonnes
c834944ee7
Fix evohome to gracefully handle null schedules ( #140036 )
...
* extend tests to catch null schedules
* add fixture with null schedule
* remove null schedules for now
* fic the typing for _schedule attr (is list, not dict)
* add valid schedule to fixture
* update ssetpoints only if there is a schedule
* snapshot to match last change
* refactor: dont update switchpoints if no schedule
* add in warnings for null schedules
* add fixture for DHW without schedule
2025-03-07 13:04:04 +01:00
Joost Lekkerkerker
73ef240921
Fix SmartThings disabling working capabilities ( #140039 )
2025-03-07 12:55:32 +01:00
Paulus Schoutsen
d47481a30e
Track when an LLM expects to continue a conversation ( #139810 )
...
* Track when an LLM expects to continue a conversation
* Strip content
* Address comments
2025-03-06 22:52:29 -05:00
J. Diego Rodríguez Royo
3dd1fadc7d
Check operation state on Home Connect program sensor update ( #140011 )
...
Check operation state on program sensor update
2025-03-07 01:50:06 +01:00
Ivan Lopez Hernandez
2aa584ce39
Correctly retrieve only loaded Google Generative AI config_entries ( #139999 )
...
* Correctly retrieve only loaded config_entries
* Ruff
2025-03-06 13:17:33 -08:00
Markus Adrario
eaad8ec49d
Add Homee select platform ( #139534 )
...
* homee select initial
* Finish select tests
* Add motor rotation
* fix snapshot after translation compilation
* string improvement
* last fixes
* fix review comments
* remove restore last known state
* readd wind monitoring state
* fix strings
* remove problematic selects
* remove motor rotation from strings
* fix review comments
* Update tests/components/homee/test_select.py
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
* add PARALLEL_UPDATES
* parallel updates for select, not light.
---------
Co-authored-by: Robert Resch <robert@resch.dev>
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
2025-03-06 18:56:17 +00:00
Jan Bouwhuis
99e1a7a676
Check if the unit of measurement is valid before creating the entity ( #139932 )
2025-03-06 18:52:46 +01:00
Martin Hjelmare
4ff2309a90
Use mysensors config entry async_on_unload ( #139978 )
...
* Use config entry on unload in mysensors
* Test mysensors config entry load and unload
* Fix docstring
2025-03-06 18:50:47 +01:00
Joost Lekkerkerker
4bafdf5e4b
Add config entry level diagnostics to SmartThings ( #139939 )
...
* Add config entry level diagnostics to SmartThings
* Add config entry level diagnostics to SmartThings
* Add config entry level diagnostics to SmartThings
2025-03-06 18:48:39 +01:00
Joost Lekkerkerker
f38a32477e
Fix SmartThings fan ( #139962 )
2025-03-06 18:47:37 +01:00
Regev Brody
df1563daaf
Add Roborock buttons for starting routines ( #139845 )
2025-03-06 17:18:37 +00:00
Joost Lekkerkerker
9549b1488e
Fix SmartThings dust sensor UoM ( #139977 )
2025-03-06 17:52:05 +01:00
Erik Montnemery
6ba45a32c0
Update typing of BackupAgent.async_get_backup
( #139923 )
...
* Update typing of BackupAgent.async_get_backup
* Remove manual reset of frame helper
2025-03-06 17:25:34 +01:00
Artur Pragacz
88f18fdfdc
Improve loader dependency tests ( #139916 )
2025-03-06 15:20:08 +01:00
epenet
377e0a64d1
Reset helpers.frame._REPORTED_INTEGRATIONS in between tests ( #139924 )
...
* Reset helpers.frame._REPORTED_INTEGRATIONS in between tests
* Rename
* Apply suggestions from code review
Co-authored-by: Erik Montnemery <erik@montnemery.com>
---------
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2025-03-06 13:57:13 +01:00
Ishima
485da61d3c
Check support for demand load control in SmartThings AC ( #139616 )
...
* Check support for demand load control in SmartThings AC
* Fix
---------
Co-authored-by: Joostlek <joostlek@outlook.com>
2025-03-06 13:42:23 +01:00
Joost Lekkerkerker
edc763b7d2
Bump pysmartthings to 2.6.1 ( #139936 )
...
* Bump pysmartthings to 2.6.1
* Bump pysmartthings to 2.6.1
2025-03-06 13:22:49 +01:00
Erik Montnemery
c51e644203
Prioritize integration_domain passed to helper.frame.report_usage ( #139819 )
...
* Prioritize integration_domain passed to helper.frame.report_usage
* Update tests
* Update tests
* Improve docstring
* Rename according to suggestion
2025-03-06 13:16:50 +01:00
Martin Hjelmare
6455daf092
Set Ondilo ICO diagnostic sensors ( #139934 )
2025-03-06 12:30:42 +01:00
Joost Lekkerkerker
052eed6bb3
Deduplicate climate modes in SmartThings ( #139930 )
...
* Deduplicate climate modes in SmartThings
* Deduplicate climate modes in SmartThings
2025-03-06 12:20:53 +01:00
epenet
83dd1af6d2
Drop report method from frame helper ( #139920 )
...
* Drop report method from frame helper
* Adjust test_prevent_flooding
* Adjust test_report_missing_integration_frame
* Adjust test_report_error_if_integration
* Remove test_report
2025-03-06 11:25:22 +01:00
Manu
f2b07ea886
Add support for IronOS v2.23 ( #139903 )
...
Add support for IronOS 2.23
2025-03-06 11:23:10 +01:00
Petro31
aec6868af1
Add abstract class to trigger based template entities ( #139650 )
...
* add abstract class to trigger based template entities
* updates after merge of parent PR
* add comments
* add tests
2025-03-06 08:00:11 +01:00
Ivan Lopez Hernandez
8e35783164
Trim the Schema allowed keys to match the Public Gemini API docs. ( #139876 )
...
* Trim the Schema allowed types to match the Public API docs, not the SDK types as those do not match
* Testing
2025-03-05 18:34:11 -08:00
pglab-electronics
cc30823726
Reimplement PGLab sensor to use a coordinator ( #139789 )
...
* Reimplement PGLab sensor to use a coordinator
* fix spelling mistake on coordinator name
* rename createDiscoverDeviceInfo function in snake_case
* adding suffix pglab_ to PGLabBaseEntity/PGLabEntity constructor parameters
* Fix docs of PGLabEntity::async_added_to_hass
* make coordinator able to return the sensor native value
* renaming PGLABConfigEntry in PGLabConfigEntry to be consistent with the integration naming
* renamed entry function arguments to config_entry to be less confusing
* pass config_entry to constructor of base class of PGLabSensorsCoordinator
* set the return value type of get_sensor_value
* store coordinator as regular instance attribute
* Avoid to access directly entity from discovery module
* Rearrange get_sensor_value return types
2025-03-05 20:33:59 +01:00
Erik Montnemery
cc5c8bf5e3
Make helpers.frame.report_usage work when called from any thread ( #139836 )
...
* Make helpers.frame.report_usage work when called from any thread
* Address review comments, update tests
* Add test
* Update test
* Update recorder test
* Update tests
2025-03-05 19:37:34 +01:00