Sid
bf92db6fd5
Add diagnostics to eheimdigital ( #145382 )
...
* Add diagnotics to eheimdigital
* Diagnostics are now with data in tests
2025-05-26 19:25:15 +02:00
Sid
03a26836ed
Refactor eheimdigital tests to use fixtures ( #145428 )
2025-05-26 19:13:20 +02:00
Adrian Freund
99ebac5452
Add translation keys for zha fan states ( #145629 )
2025-05-26 19:02:52 +02:00
J. Nick Koston
01ea58eb9b
Bump aiohttp to 3.12.1 ( #145627 )
...
changelog: https://github.com/aio-libs/aiohttp/compare/v3.12.1rc0...v3.12.1
No changes since 3.12.1rc0, only the version number
2025-05-26 11:54:00 -05:00
epenet
039383ab22
Add pyserial-asyncio to forbidden packages ( #145625 )
2025-05-26 18:40:13 +02:00
Perchun Pak
8fb4f1f7f9
Update mcstatus to 12.0.1 in Minecraft Server ( #144704 )
...
Update mcstatus to 12.0.1
2025-05-26 18:39:13 +02:00
Simone Chemelli
15a7d13768
Use model details data from library for Amazon Devices ( #145601 )
...
* Log warning for unknown models for Amazon Devices
* use method from library
* apply review comment
* Fix
---------
Co-authored-by: Joostlek <joostlek@outlook.com >
2025-05-26 18:24:23 +02:00
J. Nick Koston
51562e5ab4
Bump aiohttp to 3.12.1rc0 ( #145624 )
2025-05-26 11:05:26 -05:00
peteS-UK
8623d96deb
Squeezebox add alarms support - switch platform. Part 1 ( #141055 )
...
* initial
* remove dupe name definition
* snapshot update
* name def updates
* test update for new entity name
* remove attributes
* icon translations
* merge fixes
* Snapshot update post merge
* update to class initialisation
* move entity delete to coordinator
* remove some comments
* move known_alarms to coordinator
* test_switch update for syrupy change
* listener and sets
* check self.available
* remove refresh from conftest
* test update
* test tweak
* move listener to switch platform
* updates revew
* SWITCH_DOMAIN
2025-05-26 17:41:28 +02:00
Sören Beye
3dc7b75e4b
Allow nested schema validation in event automation trigger ( #126771 )
...
* Allow nested schema validation in event automation trigger
* Fix rfxtrx device trigger
* Don't create nested voluptuous schemas
* Fix editing mistake
* Fix format
---------
Co-authored-by: Erik Montnemery <erik@montnemery.com >
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2025-05-26 17:34:13 +02:00
Florian von Garrel
c14d17f88c
Add status sensors to paperless ( #145591 )
...
* Add first status sensor and coordinator
* New snapshot
* Add comment
* Add test for forbidden status endpoint
* Changed comment
* Fixed translation
* Minor changes and code optimization
* Add common translation; minor tweaks
* Moved translation from common to integration
2025-05-26 17:24:23 +02:00
Simone Chemelli
b7ce0f63a9
Add notify platform to Amazon Devices ( #145589 )
...
* Add notify platform to Amazon Devices
* apply review comment
* leftover
* tests leftovers
* remove sound notification
* missing await
2025-05-26 17:17:32 +02:00
Marcel van der Veldt
c2a5e1aaf9
Prefer source name in Music Assistant integration ( #145622 )
...
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2025-05-26 17:07:05 +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
avee87
ca50fca738
Add twice-daily forecasts to MetOffice ( #145472 )
2025-05-26 16:56:15 +02:00
epenet
acbfe54c7b
Drop obsolete IGNORE_PIN in gen_requirements_all.py ( #145487 )
...
Drop IGNORE_PIN in gen_requirements_all.py
2025-05-26 16:49:42 +02:00
Robert Resch
49f9166646
Deprecate cups integration ( #145615 )
2025-05-26 16:48:41 +02:00
Åke Strandberg
42cacd28e7
Add tests to miele fan entity and api push data pathway ( #144481 )
...
* Use device class transation
* WIP
* Test api push
* Use constants
* Use callbacks registered with mock
* Add comment
* Adress review comments
* Empty commit
* Fix tests
* Updates after review
2025-05-26 16:38:41 +02:00
Marcel van der Veldt
6f9a39ab89
Add select source action to Music Assistant ( #145619 )
2025-05-26 16:28:18 +02:00
starkillerOG
0d81694640
Add event browsing to Reolink recordings ( #144259 )
2025-05-26 16:20:55 +02:00
epenet
109bcf362a
Use shorthand attributes in xiaomi_miio (part 3) ( #145617 )
2025-05-26 16:16:18 +02:00
Erik Montnemery
0260a03447
Store information about add-ons and folders which could not be backed up ( #145367 )
...
* Store information about add-ons and folders which could not be backed up
* Address review comments
2025-05-26 16:07:33 +02:00
Simone Chemelli
0802fc8a21
Add switch platform to Amazon Devices ( #145588 )
...
* Add switch platform to Amazon Devices
* apply review comment
* make logic generic
* test cleanup
2025-05-26 16:01:11 +02:00
epenet
c346b932f0
Use shorthand attributes in xiaomi_miio (part 2) ( #145616 )
...
* Use shorthand attributes in xiaomi_miio (part 2)
* Brightness
* Is_on
2025-05-26 15:57:01 +02:00
avee87
a14f3ab6b1
Fix clear night weather condition for metoffice ( #145470 )
2025-05-26 15:43:28 +02:00
dontinelli
14cd00a116
Add user picture to fyta ( #140934 )
...
* Add user picture
* FYTA integration: Add separate entities for both default and user plant images (#12 )
* Refactor FYTA integration to provide both default and user plant images as separate entities
* Refactor FYTA tests by removing unused CONF_USER_IMAGE option and related test cases
* Update FytaPlantImageEntity to set entity name based on image type
* Refactor FYTA image tests to accommodate separate plant and user image entities, updating assertions and snapshots accordingly.
* Enhance FYTA image handling by introducing FytaImageEntityDescription for better separation of plant and user images, and update image URL retrieval logic. Additionally, add localized strings for image entities in strings.json.
* Correct typo
* Update FYTA image snapshots to reflect changes in translation keys for plant and user images.
* Update homeassistant/components/fyta/image.py
* Update homeassistant/components/fyta/image.py
---------
Co-authored-by: dontinelli <73341522+dontinelli@users.noreply.github.com >
* Update QS + ruff
* Revert MINOR_VERSION increase and remove obsolete migration test
* Update snapshot
* Resolve comments
* Update snapshot
* Fix
---------
Co-authored-by: Alexander <chimera88@gmx.de >
2025-05-26 15:40:15 +02:00
Thomas D
486535c189
Add scene platform to Qbus integration ( #144032 )
...
* Add scene platform
* Remove updating last_activated
* Simplify device info
* Move _attr_name to specific classes
* Refactor device info
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2025-05-26 15:37:07 +02:00
Abílio Costa
54dce53628
Add sensor tests for device class enums ( #145523 )
2025-05-26 14:28:30 +01:00
starkillerOG
a3b7cd7b4d
Implement NVR download for Reolink recordings ( #144121 )
2025-05-26 15:23:11 +02:00
Robin Lintermann
dafda420e5
Add smarla integration ( #143081 )
...
* Added smarla integration
* Apply suggested changes
* Bump pysmarlaapi version and reevaluate quality scale
* Focus on switch platform
* Bump pysmarlaapi version
* Change default name of device
* Code refactoring
* Removed obsolete reload function
* Code refactoring and clean up
* Bump pysmarlaapi version
* Refactoring and changed access token format
* Fix tests for smarla config_flow
* Update quality_scale
* Major rework of tests and refactoring
* Bump pysmarlaapi version
* Use object equality operator when applicable
* Refactoring
* Patch both connection objects
* Refactor tests
* Fix leaking tests
* Implemented full test coverage
* Bump pysmarlaapi version
* Fix tests
* Improve tests
---------
Co-authored-by: Joostlek <joostlek@outlook.com >
2025-05-26 15:21:23 +02:00
Yuxin Wang
68a4e1a112
Add reconfigure config flow to APCUPSD ( #143801 )
...
* Add reconfigure config flow
* Add reconfigure config flow
* Add more subtests for wrong device
* Reduce the patch scopes
* Address comments
* Fix
---------
Co-authored-by: Joostlek <joostlek@outlook.com >
2025-05-26 15:10:30 +02:00
epenet
d3275c3833
Use shorthand attributes in xiaomi_miio ( #145614 )
2025-05-26 15:07:05 +02:00
Retha Runolfsson
2d5867cab6
Add switchbot air purifier support ( #144552 )
...
* add support for air purifier
* add unit tests for air purifier
* fix aqi translation
* fix aqi translation
* add air purifier table
* fix air purifier
* remove init and add options for aqi level
2025-05-26 15:06:33 +02:00
Retha Runolfsson
49cf66269c
Set quality scale to 🥇 gold for switchbot integration ( #144608 )
...
* update quality scale
* update to gold
2025-05-26 15:06:07 +02:00
G Johansson
5642d6450f
Add template to command args in command_line notify ( #125170 )
...
* Add template to command args in command_line notify
* coverage
---------
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2025-05-26 15:05:44 +02:00
Sid
6ddc2193d6
Add exception handler and exception translations to eheimdigital ( #145476 )
...
* Add exception handler and exception translations to eheimdigital
* Fix
---------
Co-authored-by: Joostlek <joostlek@outlook.com >
2025-05-26 15:05:11 +02:00
Jeef
5202bbb6af
Update Weatherflow wind direction icons to use Ranged Icon Translation ( #140166 )
...
* feat: Wind direction icons
* optimize funciton
* float to int
* no-verify
* pre-change for icon translation changes
---------
Co-authored-by: Jeff Stein <6491743+jeffor@users.noreply.github.com >
2025-05-26 15:05:00 +02:00
avee87
39906cf65b
Add state_class to metoffice sensors ( #145496 )
...
* Add state_class to metoffice sensors
* Fix
---------
Co-authored-by: Joostlek <joostlek@outlook.com >
2025-05-26 15:04:26 +02:00
peteS-UK
c7745e0d02
Add support for SEARCH_MEDIA feature ( #143261 )
...
* initial
* initial
* add tests
* Update for list return
* translate exception
* tests for errors
* review tweaks
* test fix
* force content_type to lowercase
* Allow media_content_type = None
* new test
2025-05-26 15:01:17 +02:00
Simone Chemelli
1c1f5a779b
Cleanup non-existing climate and humidifier devices for Comelit ( #144624 )
...
* Cleanup non-existing climate and humidifier devices for Comelit
* skip removing main hub device
* add tests
* complete tests
* improve logging
* fix post rebase
* apply review comments
* typos
* fix identifiers
* fix ruff post merge
* clean post merge
2025-05-26 14:59:01 +02:00
Jan Rieger
ba0f6c3ba2
Add translations to Unifi Protect ( #145548 )
...
* Add translations to Unifi Protect
* address comments
* change `CO` to `CO alarm`
2025-05-26 14:56:55 +02:00
Andrea Turri
150110e221
add/fix miele program ids mapping ( #145577 )
...
* add/fix miele program ids mapping
* fix mistyped keys and base translations
2025-05-26 14:56:16 +02:00
Sasha Hilton
e95e9e1a33
bump starlink-grpc-core to 1.2.3 due to API change upstream ( #145261 )
2025-05-26 14:47:00 +02:00
epenet
c68ab714b7
Add init type hints to XiaomiMiioEntity derived entities ( #145611 )
2025-05-26 14:46:07 +02:00
epenet
2d2e0d0fb9
Add init type hints to XiaomiCoordinatedMiioEntity derived entities ( #145612 )
2025-05-26 14:45:55 +02:00
G Johansson
970359c6a0
Empty response returns empty list in Nord Pool ( #145514 )
2025-05-26 14:25:07 +02:00
Markus Adrario
e22fbe553b
Add Homee event platform ( #145569 )
...
* add event.py
* Add strings and code improvements
* Add tests for event
* last fixes
* fix review comments
* update test snapshot
2025-05-26 14:00:30 +02:00
Petar Petrov
87c3e2c7ce
Download backup if restore fails in Z-Wave migration ( #145434 )
...
* ZWaveJS migration: Download backup if restore fails
* update test
* PR comment
2025-05-26 13:56:37 +02:00
Petro31
13a6c13b89
Allow base64_encode to support bytes and strings ( #145227 )
2025-05-26 13:56:11 +02:00
epenet
cc504da03a
Improve type hints in XiaomiGatewayDevice derived entities ( #145605 )
2025-05-26 13:21:00 +02:00