Abílio Costa
228beacca8
Add default sensor data for Tesla Wall Connector tests ( #145462 )
2025-05-22 21:20:57 +02:00
Norbert Rittel
c130a9f31c
Fix typo in reauth_confirm description of metoffice ( #145458 )
2025-05-22 21:12:37 +02:00
Michael
622ab922b5
Add configuration url to Immich device info ( #145456 )
...
add configuration url to device info
2025-05-22 21:09:28 +02:00
epenet
6de2258325
Mark device_tracker methods and properties as mandatory in pylint plugin ( #145309 )
2025-05-22 19:15:00 +01:00
jz-v
d8e0be69d1
Add HomeKit thermostat fan state mapping for preheating, defrosting ( #145353 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-05-22 11:57:01 -05:00
Petro31
4ee9fdc9fb
Add AbstractTemplateVacuum to prepare for trigger based template vacuums ( #144990 )
...
* Add AbstractTemplateVacuum
* fix typo from copypaste
* update after rebase
2025-05-22 17:50:26 +02:00
Petro31
a8823cc1d1
Add AbstractTempleAlarmControlPanel class to prepare for trigger based template alarm control panels ( #144974 )
...
* Add AbstractTempleAlarmControlPanel class
* update after rebase
* remove unused list
2025-05-22 17:50:15 +02:00
Petro31
83ee9e9540
Add AbstractTemplate cover to prepare for trigger based template covers ( #144907 )
...
* Add AbstractTemplate cover to prepare for trigger based template covers
* add reflection and improve test coverage
* update class after rebase
* remove test
2025-05-22 17:49:50 +02:00
Petro31
9a74390143
Add AbstractTemplateLock to prepare for trigger based template locks ( #144978 )
...
* Add AbstractTemplateLock
* update after rebase
2025-05-22 17:33:57 +02:00
Joost Lekkerkerker
64d6552890
Bump pysmartthings to 3.2.3 ( #145444 )
2025-05-22 17:26:59 +02:00
Joost Lekkerkerker
65ebdb4292
Bump yt-dlp to 2025.05.22 ( #145441 )
2025-05-22 17:26:04 +02:00
Petro31
7a55abaa42
Add AbstractTemplateFan class in preparation for trigger based entity ( #144968 )
...
* Add AbstractTemplateFan class in preparation for trigger based entity
* update after rebase
2025-05-22 17:18:48 +02:00
dalan
8f05a639f3
HomeKit Bridge integration: Adding h264_qsv as valid VIDEO_CODEC option ( #145448 )
2025-05-22 09:52:58 -05:00
TimL
917b467b85
Add SMLIGHT button entities for second radio ( #141463 )
...
* Add button entities for second radio
* Update tests for second router reconnect button
2025-05-22 14:50:22 +02:00
J. Diego Rodríguez Royo
a938001805
Don't add dynamically Home Connect event sensors and disable them by default ( #144757 )
...
* Don't add dynamically Home Connect sensors and disable them by default
* Fix test
* Check for None
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2025-05-22 12:55:11 +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
Joost Lekkerkerker
c86ba49a79
Add Matter test to select attribute ( #145440 )
2025-05-22 12:40:56 +02:00
epenet
3b4004607d
Mark image_processing methods and properties as mandatory in pylint plugin ( #145435 )
2025-05-22 12:19:22 +02:00
Gigatrappeur
c68e663a1c
Add webhook in switchbot cloud integration ( #132882 )
...
* add webhook in switchbot cloud integration
* Rename _need_initialized to _is_initialized and reduce nb line in async_setup_entry
* Add unit tests
* Enhance poll management
* fix
---------
Co-authored-by: Joostlek <joostlek@outlook.com >
2025-05-22 12:19:08 +02:00
Tamer Wahba
d870410413
Quantum Gateway device tracker tests ( #145161 )
...
* move constants to central const file
* add none return type to device scanner constructor
* add quantum gateway device tracker tests
* fix
---------
Co-authored-by: Joostlek <joostlek@outlook.com >
2025-05-22 12:18:56 +02:00
Florian von Garrel
9a8c29e05d
Add paperless integration ( #145239 )
...
* add paperless integration - config flow and initialisation
* Add first sensors - documents, inbox, storage total and available
* Add status sensors with error attributes
* add status coordinator and organized code
* Fixed None error
* Organized code and moved requests to coordinator
* Organized code
* optimized code
* Add statustype state strings
* Error handling
* Organized code
* Add update sensor and one coordinator for integration
* add sanity sensor and timer for version request
* Add sensors and icons.json. better errorhandling
* Add tests and error handling
* FIxed tests
* Add tests for coverage
* Quality scale
* Stuff
* Improved code structure
* Removed sensor platform and reauth / reconfigure flow
* bump pypaperless to 4.1.0
* Optimized tests; update sensor as update platform; little optimizations
* Code optimizations with update platform
* Add sensor platform
* Removed update platform
* quality scale
* removed unused const
* Removed update snapshot; better code
* Changed name of entry
* Fixed bugs
* Minor changes
* Minor changed and renamed sensors
* Sensors to measurement
* Fixed snapshot; test data to json; minor changes
* removed mypy errors
* Changed translation
* minor changes
* Update homeassistant/components/paperless_ngx/strings.json
---------
Co-authored-by: Josef Zweck <josef@zweck.dev >
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2025-05-22 12:17:38 +02:00
epenet
a54c8a88ff
Improve type hints in microsoft_face_detect ( #145421 )
...
* Improve type hints in microsoft_face_detect
* Improve
2025-05-22 11:52:26 +02:00
Manuel Rüger
ca914d8e4f
switchbot_cloud: Add Smart Lock door and calibration state ( #143695 )
...
* switchbot_cloud: Add Smart Lock door and calibration state
* Incorporate review
2025-05-22 11:51:28 +02:00
epenet
687bedd251
Improve type hints in sighthound ( #145432 )
...
* Improve type hints in sighthound
* More
2025-05-22 11:35:06 +02:00
Franck Nijhof
5ddadcbd65
Add range support to icon translations ( #145340 )
2025-05-22 11:32:33 +02:00
epenet
981842ee87
Improve type hints in seven_segments ( #145431 )
...
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2025-05-22 11:31:17 +02:00
epenet
ab69223d75
Improve type hints in openalpr_cloud ( #145429 )
...
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2025-05-22 11:30:53 +02:00
epenet
69f0f38a09
Improve type hints in qrcode ( #145430 )
...
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2025-05-22 11:30:38 +02:00
epenet
40267760fd
Improve type hints in tensorflow ( #145433 )
...
* Improve type hints in tensorflow
* Use ANTIALIAS again
* Use Image.Resampling.LANCZOS
2025-05-22 11:23:33 +02:00
marc7s
6e74b56649
Catch invalid settings error in geocaching ( #139944 )
...
Refactoring and preparation for other sensor types
2025-05-22 11:22:33 +02:00
epenet
d35802a996
Improve type hints in microsoft_face ( #145417 )
...
* Improve type hints in microsoft_face
* Remove hass from init
2025-05-22 11:21:45 +02:00
Martin Hjelmare
c007286fd6
Improve Z-Wave config flow test typing ( #145438 )
2025-05-22 11:11:38 +02:00
Joost Lekkerkerker
b5a3cedacd
Move to explicit exports in test helpers ( #145392 )
2025-05-22 10:44:31 +02:00
epenet
3d53bdc6c5
Improve type hints in dlib_face_identify ( #145423 )
2025-05-22 10:37:44 +02:00
epenet
a7f6a6f22c
Improve type hints in dlib_face_detect ( #145422 )
2025-05-22 10:37:03 +02:00
epenet
7893eaa389
Improve type hints in microsoft_face_identify ( #145419 )
2025-05-22 10:36:12 +02:00
Lektri.co
e410977e64
Add new button to the Lektrico integration ( #145420 )
2025-05-22 10:34:14 +02:00
peteS-UK
d48ca1d858
Hotfix for incorrect bracket in messages for Squeezebox ( #145418 )
...
hotfix for wrong bracket
2025-05-22 10:07:10 +02:00
epenet
8758a086c1
Improve type hints in doods ( #145426 )
2025-05-22 09:18:28 +02:00
Pete Sage
1db5c514e6
Add binary_sensor platform to Rehlko ( #145391 )
...
* feat: add binary_sensor platform to Rehlko
* feat: add binary sensor platform
* fix: simplify availability logic
* fix: simplify availability logic
* fix: simplify
* fix: rename sensor
* fix: rename sensor
* fix: rename sensor
* fix: remove unneeded type
* fix: rename sensor to 'Auto run'
* fix: use device_class name
2025-05-22 09:07:38 +02:00
Joost Lekkerkerker
613aa9b2cf
Add climate entity for heatpump zones in SmartThings ( #144991 )
...
* Add climate entity for heatpump zones in SmartThings
* Fix
* Fix
* Fix
* Fix
* Fix
* Fix
* Sync SmartThings EHS fixture
2025-05-22 08:27:01 +02:00
Joost Lekkerkerker
4c6e854cad
Add valve position capability to SmartThings ( #144923 )
...
* Add another EHS SmartThings fixture
* Add another EHS
* Add valve position capability to SmartThings
* Fix
* Fix
2025-05-22 08:25:41 +02:00
Michael
66a6e55310
Centralise MockStreamReaderChunked helper ( #145404 )
...
centralize MockStreamReaderChunked helper
2025-05-22 08:22:02 +02:00
Pete Sage
bffbd5607b
Remove unneeded parenthesis in comparison for Sonos ( #145413 )
...
fix: remove unneeded paren
2025-05-22 08:17:31 +02:00
Ludovic BOUÉ
12b5dbdd83
Add CancelBoost for Matter Water heater ( #145316 )
...
* Update water_heater.py
Add CancelBoost
* Add test for CancelBoost
* Update water_heater.py
2025-05-22 08:01:42 +02:00
epenet
9e7ae1daa4
Catch blocking version pinning in dependencies early ( #145364 )
...
* Catch upper bindings in dependencies early
* One more
* Apply suggestions from code review
2025-05-22 07:56:18 +02:00
Petro31
f36ee88a87
Clean up AbstractTemplateEntity ( #145409 )
...
Clean up abstract templates
2025-05-22 07:23:44 +02:00
Manu
8b3bad1f54
Bump habiticalib to v.0.4.0 ( #145414 )
...
Bump habiticalib to v0.4.0
2025-05-22 07:22:50 +02:00
epenet
b407792bd1
Mark geo_location methods and properties as mandatory in pylint plugin ( #145313 )
2025-05-22 01:57:39 +03:00