J. Diego Rodríguez Royo
0d795aad16
Use BSH keys as unique ID's suffix at Home Connect ( #126143 )
...
* Use BSH keys as as unique id suffix instead of the simple description
* Update tests/components/home_connect/test_init.py
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-10-06 12:40:13 +02:00
Robert Contreras
4d04402ad4
Add Home Connect light entity for cooling appliances ( #126090 )
...
* Add Home Connect light entities for fridge
* Update homeassistant/components/home_connect/light.py
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-09-17 15:56:20 +02:00
Robert Contreras
85aa32338e
Add Home Connect sensors for fridge door states and alarms ( #125490 )
...
* New sensors for Fridge door states and alarms
* Move 2 option entities to binary_sensor, tests
* Change state translations
* Fix stale docstring
2024-09-13 19:31:35 +02:00
epenet
6ea59ffa94
Add alias to DOMAIN import in tests [h-m] ( #125577 )
...
* Add alias to DOMAIN import in tests [h-m]
* Revert changes to mqtt
2024-09-09 15:21:01 +02:00
Robert Contreras
d686b877b1
Home Connect add FridgeFreezer switch entities ( #122881 )
...
* Home Connect add FridgeFreezer switch entities
* Fix unrelated test
* Implemented requested changes from review
* Move exist_fn check code to setup
* Assign entity_description during init
* Resolve issue with functional testing
2024-09-05 20:52:12 +02:00
Marc Mueller
c92d9dcb74
Use TypeVar defaults for Generator ( #122170 )
2024-07-19 13:06:45 +02:00
Robert Contreras
3ea694a069
Home Connect unit tests for light platform ( #121576 )
2024-07-09 08:31:41 +02:00
Robert Contreras
2def33b168
Home Connect unit tests for switch platform ( #115456 )
2024-07-07 18:30:59 +02:00
epenet
476efb1d36
Improve type hints in home_connect tests ( #121014 )
2024-07-02 22:19:33 +02:00
Robert Contreras
842763bd27
Add Home Connect binary_sensor unit tests ( #115323 )
2024-06-21 17:37:22 +02:00
epenet
610f21c4a6
Fix unnecessary-lambda warnings in tests ( #119563 )
2024-06-13 08:56:14 +02:00
Sid
721b2c2ca8
Enable Ruff PT012 ( #113957 )
2024-06-08 17:59:08 +02:00
epenet
b81f0b600f
Move current_request_with_host fixture to decorator ( #118810 )
...
* Move current_request_with_host fixture to decorator
* One more
2024-06-04 17:50:22 +02:00
epenet
b54a68750b
Add type hints for FixtureRequest in tests ( #118779 )
2024-06-04 10:37:54 +02:00
epenet
8837c50da7
Use registry fixtures in tests (a-h) ( #118288 )
2024-05-28 13:15:16 +02:00
Sid
3799d20d43
Enable Ruff B905 ( #114197 )
2024-04-14 00:14:26 -05:00
Robert Contreras
af7d0187cb
Add tests to Home Connect integration ( #114214 )
...
* Add tests to Home Connect integration
* Fix misspelling
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Changes to tests with properly setup fixtures.
* Consolidated api tests, patched library instead of code
* Consolidate sensor edge cases, switch mock assertion to call_count
* Adjust assertion
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-04-09 08:52:39 +02:00
Joost Lekkerkerker
906d3198e3
Use is in enum comparison in config flow tests F-J ( #114670 )
...
* Use right enum expression F-J
* Fix
2024-04-02 23:01:37 +02:00
Marc Mueller
c88b337600
Add empty line after module docstring [tests f-k] ( #112709 )
2024-03-08 14:50:04 +01:00
Jan Bouwhuis
45acd56861
Remove YAML auth setup support from home_connect ( #108072 )
2024-01-15 09:00:59 +01:00
epenet
03710e58b5
Add type hints to integration tests (part 9) ( #87983 )
2023-02-13 12:06:51 +01:00
Franck Nijhof
7cd68381f1
Search/replace RESULT_TYPE_* by FlowResultType enum ( #74642 )
2022-07-07 19:57:36 +03:00
Ville Skyttä
b52c5c82b1
Use http.HTTPStatus in components/[gh]* ( #58246 )
2021-10-23 20:34:53 +02:00
Erik Montnemery
acdddabe1f
Use hass_client_no_auth test fixture in integrations h-p ( #55583 )
2021-09-02 14:49:40 +02:00
Franck Nijhof
65cf2fcb6f
Drop asynctest ( #44746 )
2021-01-01 22:31:56 +01:00
Paulus Schoutsen
f9fa24950b
OAuth2 to use current request header ( #43668 )
2020-11-27 08:55:34 +01:00
Franck Nijhof
755761867d
Use current request context in OAuth redirect ( #38692 )
2020-08-15 15:26:54 +02:00
Paulus Schoutsen
e6d814da1d
Avoid Home connect test doing I/O ( #37017 )
2020-06-22 23:41:44 -07:00
Quentame
1855c91988
Use CONF_CLIENT_ID & CONF_CLIENT_SECRET from homeassistant.const ( #36233 )
...
* Use CONF_CLIENT_ID & CONF_CLIENT_SECRET from homeassistant.const
* Fix pylint
* Use in tests
* Search for "client_id"
* Fix tests
* Fix test
* Fix test
2020-05-30 17:27:20 +02:00
David Straub
86d410d863
Add Home Connect integration ( #29214 )
2020-05-05 11:26:14 +02:00