Simone Chemelli
484a547758
Fix pylance warning on SnapshotAssertion import ( #145206 )
2025-05-19 13:55:48 +02:00
Erik Montnemery
235fda55fe
Validate config entry when adding or updating entity registry entry ( #135067 )
2025-01-17 19:18:13 +01:00
mkmer
6e88c6570e
Return OFF in hvac_action for Honeywell climate ( #135620 )
2025-01-14 23:15:49 +00:00
mkmer
c9f1829c0b
Add (de)humidifier platform to Honeywell ( #132287 )
...
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2024-12-18 15:27:40 +01:00
G Johansson
2626a74840
Fix translations in honeywell ( #129823 )
2024-11-04 18:00:31 +01:00
mkmer
fe1d8b137e
Handle temprorary hold in Honeywell ( #128460 )
2024-10-24 20:07:20 +02:00
epenet
f41494b7cc
Ensure config_flow abort reasons have translations ( #128140 )
...
* Ensure config_flow abort reasons have translations
* Ignore fake_integration in application_credentials
* Mark gardena_bluetooth as needs fixing
* Mark google as needs fixing
* Mark google_assistant_sdk as needs fixing
* Mark homewizard as needs fixing
* Mark homeworks as needs fixing
* Mark honeywell as needs fixing
* Mark jewish_calendar as needs fixing
* Mark lg_netcast as needs fixing
* Mark lifx as needs fixing
* Mark lyric as needs fixing
* Mark madvr as needs fixing
* Mark matter as needs fixing
* Mark melcloud as needs fixing
* Mark motioneye as needs fixing
* Mark ollama as needs fixing
* Mark philips_js as needs fixing
* Mark spotify as needs fixing
* Mark srp_energy as needs fixing
* Mark subaru as needs fixing
* Mark tplink as needs fixing
* Mark yolink as needs fixing
* Mark youtube as needs fixing
* Fix incorrect comment
2024-10-14 16:39:10 +02:00
G Johansson
c4029300c2
Remove deprecated aux_heat from honeywell ( #125248 )
2024-09-04 20:28:45 +02:00
epenet
9d633f2087
Use start_reauth helper method in integration tests (h-l) ( #124787 )
2024-08-28 15:47:35 +02:00
G Johansson
a913587eb6
Climate validate temperature(s) out of range ( #118649 )
...
* Climate temperature out of range
* Fix test sensibo
* use temp converting for min/max
* Fix
* Fix mqtt tests
* Fix honeywell tests
* Fix Balboa tests
* Fix whirlpool test
* Fix teslemetry test
* Fix plugwise test
* Fix tplink test
* Fix generic thermostat test
* Fix modbus test
* Fix fritzbox tests
* Honewell
2024-07-31 19:17:53 +02:00
mkmer
419d89f863
Allow EM heat on from any mode in Honeywell ( #120750 )
2024-06-30 15:30:52 +02:00
epenet
b223cb7bb9
Ensure config_entry is added to hass in tests ( #120327 )
2024-06-24 21:00:12 +02:00
mkmer
5c263b039e
Catch client connection error in Honeywell ( #117502 )
...
Co-authored-by: Robert Resch <robert@resch.dev >
2024-05-24 10:40:30 +02:00
mkmer
2132b170f2
Update unique_id to string in Honeywell ( #116726 )
...
* Update unique_id to string
* Update homeassistant/components/honeywell/climate.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
* Update homeassistant/components/honeywell/climate.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
* Update homeassistant/components/honeywell/climate.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
* Add typing for devices
* Add tests
* Use methods to verify unique_id
* Update tests/components/honeywell/test_climate.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2024-05-04 14:18:50 +02:00
mkmer
28da10ad0d
Handle connection error in honeywell ( #108168 )
...
* Handle connection error
* Catch connection error
* Add tests
* Add translation strings
* Clean up overlapping exceptions
* ServiceValidationError
* HomeAssistant Error translations
---------
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2024-04-18 13:53:32 +02:00
mkmer
7f8341e03a
Deprecate aux heat from Honeywell ( #114110 )
...
* Remove aux heat
* Add switch entity for emheat
* Optimized async_setup_entry
* Fix errors in comments
* Fix new ruff failuer
* Use constant for EM
* Protect EM mode - must be in heat to turn on/off
* Restore aux_heat
* Add repair issue
* Add missing place holder to issue
* Better placeholder "option"
2024-04-06 17:22:56 +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
Joost Lekkerkerker
6bb4e7d62c
Bump ruff to 0.3.4 ( #112690 )
...
Co-authored-by: Sid <27780930+autinerd@users.noreply.github.com >
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com >
Co-authored-by: J. Nick Koston <nick@koston.org >
2024-03-26 00:02:16 +01:00
Marc Mueller
aa16a9d707
Add empty line after module docstring (3) ( #112750 )
2024-03-08 20:38:34 +01:00
Marc Mueller
32f3f46542
Add empty line after module docstring (2) [tests.components] ( #112737 )
2024-03-08 19:16:21 +01:00
Marc Mueller
c88b337600
Add empty line after module docstring [tests f-k] ( #112709 )
2024-03-08 14:50:04 +01:00
J. Nick Koston
a6f4f6eae8
Use eager task creation to add entities to entity platform ( #111553 )
2024-02-27 09:54:51 -10:00
Marc Mueller
7a89e58873
Use builtin TimeoutError [e-i] ( #109679 )
2024-02-05 12:00:37 +01:00
mkmer
7608f0c9ee
Add independent session in honeywell ( #108435 )
2024-02-02 17:31:16 +01:00
G Johansson
bc720b48b4
Add TURN_OFF and TURN_ON to ClimateEntityFeature ( #101673 )
...
* Add ClimateEntityFeature.TURN_OFF
* Fixes
* Fixes
* wording
* Change to services
* Fixing
* Fixing
* Last bits
* Review comments
* Add hvac_modes checks
* Fixes
* Add tests
* Review comments
* Update snapshots
* balboa
* coolmaster
* ecobee
* mqtt
* nest
* plugwise
* smarttub
* whirlpool
* zwave_js
* fix test climate
* test climate
* zwave
* nexia
* nuheat
* venstar
* tado
* smartthings
* self.hvac_modes not None
* more tests
* homekit_controller
* homekit controller snapshot
2024-01-30 15:07:47 +01:00
mkmer
f3b1f47d34
Return PRESET_NONE in Honeywell ( #108599 )
...
* Return PRESET_NONE
* format preset_hold
* Address Hold in tests
* Add translations
2024-01-23 15:57:55 +01:00
mkmer
061c144fe8
Correct logic in honeywell for cleaning up stale devices ( #106018 )
...
* code quality fixes
* remove unnecessary code
* Remove comment
* change config entry configuration order
* update based on aladdin connect pr
2023-12-19 07:58:35 +01:00
Jan-Philipp Benecke
eda475fe25
Update h* tests to use entity & device registry fixtures ( #103866 )
...
* Update h* tests to use entity & device registry fixtures
* Add missed lines
2023-11-12 13:52:32 -05:00
mkmer
4a93465e85
Catch unexpected response in Honeywell ( #103169 )
...
catch unexpected response
2023-11-01 15:41:41 +01:00
mkmer
92ec525de1
Add retry before unavailable to Honeywell ( #101702 )
...
Co-authored-by: Robert Resch <robert@resch.dev >
2023-10-30 15:16:41 +01:00
mkmer
c265d3f3cc
Late review for honeywell ( #100299 )
...
* Late review for honeywell
* Actually test same id different domain
* Update homeassistant/components/honeywell/climate.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update climate.py
* Refactor dont_remove
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2023-09-14 06:22:28 +02:00
mkmer
693a271e40
Clean up device registry for climate devices that no longer exist in Honeywell ( #100072 )
2023-09-12 20:29:47 +02:00
mkmer
59e87c0864
Raise HomeAssistantError/ValueError for service calls in Honeywell ( #100041 )
2023-09-10 15:58:59 +02:00
mkmer
d56ad14673
Add diagnostic platform to Honeywell ( #100046 )
...
Add diagnostic platform
2023-09-10 15:49:56 +02:00
Jake Colman
f1378bba8e
Add indoor sensors to Honeywell integration ( #98609 )
...
Co-authored-by: Robert Resch <robert@resch.dev >
Co-authored-by: G Johansson <goran.johansson@shiftit.se >
2023-08-28 15:45:01 +02:00
mkmer
f2c475cf1b
Bump aiosomecomfort to 0.0.17 ( #98978 )
...
* Clean up imports
Add refresh after login in update
* Bump somecomfort 0.0.17
Separate Somecomfort error to unauthorized
* Add tests
* Run Black format
2023-08-24 21:13:42 +02:00
mkmer
3e1d2a1000
Handle missing keys in Honeywell ( #98392 )
2023-08-16 18:59:34 +02:00
mkmer
3b501fd2d7
Add username to Reauth flow in Honeywell ( #96850 )
...
* pre-populate username/password on reauth
* Update homeassistant/components/honeywell/config_flow.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
* Use add_suggested_value_to_schema
* Optimize code
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2023-07-19 15:25:10 +02:00
J. Nick Koston
5059cee53f
Reduce overhead to fire events ( #95163 )
2023-06-24 14:39:13 -05:00
mkmer
799080eb00
Don't reload integration for AuthError in Honeywell ( #91228 )
2023-04-17 14:55:52 +02:00
mkmer
6aa1460143
Add tests to honeywell ( #87209 )
...
* lower case aiosomecomfort
* add tests
* Test updates for 0.0.6
* lower case aiosomecomfort
* Missing changes after merge
* Add missing type hints
* Fix tests for PR#89393
* Test hold on when setting temperature
* Remove unnecessary init function
* Remove unnecessary assert
* Address missing tests
Cleanup related to comments for EM
* Move to snapshot for static test
* Updated snapshot
* Remove unnecessary assert
2023-04-12 20:34:32 +02:00
Franck Nijhof
ed79265843
Enable Ruff PT006 ( #88165 )
...
* Enable Ruff PT006
* Adjust existing cases
* Fix tests
* Remove unneeded parentheses
2023-02-15 14:09:50 +01:00
epenet
9404a107b2
Add type hints to integration tests (part 10) ( #87985 )
2023-02-13 10:25:26 +01:00
mkmer
e9c10de9a9
Bump AIOSomecomfort to 0.0.6 ( #87203 )
...
* Bump to 0.0.5
* Bump aiosomecomfort to 0.0.6
* lower case aiosomecomfort
* Fix other bad imports....
---------
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2023-02-02 16:45:49 -05:00
Franck Nijhof
5e81d28116
Update black to 23.1.0 ( #87188 )
2023-02-02 18:35:24 +01:00
mkmer
7368c86ecb
Add Reauth config flow to honeywell ( #86170 )
2023-01-30 13:57:14 +01:00
mkmer
7f4a727e10
Address Honeywell late review ( #86202 )
2023-01-20 20:30:48 +01:00
mkmer
5e6ba594aa
Change Honeywell somecomfort API to AIOSomecomfort API ( #86102 )
...
* Move to AIOSomecomfort
* Remove unused constant
* Improve test coverage to 100
* Update homeassistant/components/honeywell/__init__.py
remove "todo" from code
Co-authored-by: Erik Montnemery <erik@montnemery.com >
* Missing cannot_connect translation
* add asyncio errors
update devices per entity
rework retry login
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2023-01-18 16:03:13 +01:00
Franck Nijhof
7cd68381f1
Search/replace RESULT_TYPE_* by FlowResultType enum ( #74642 )
2022-07-07 19:57:36 +03:00
RDFurman
95a97d99dd
Honeywell outdoor sensor ( #65347 )
2022-04-04 12:26:33 -06:00