Fredrik Erlandsson
|
d4f47bfc6b
|
Fix ssl_cert load from config_flow (#142570)
fix ssl_cert load from config_flow
|
2025-04-08 20:51:44 -10:00 |
|
Fredrik Erlandsson
|
53d2347c10
|
Fix blocking event loop - daikin (#141442)
* fix blocking event loop
* create ssl_context directly
* update manifest
* update manifest.json
|
2025-04-03 16:54:23 +02:00 |
|
Tobias Perschon
|
25cfd6ceda
|
bump pydaikin to 2.14.1 (#140424)
Signed-off-by: Tobias Perschon <tobias@perschon.at>
|
2025-03-12 08:31:58 +02:00 |
|
Erik Montnemery
|
f83c8de8d3
|
Update signature of platforms' async_setup_entry (#138201)
|
2025-02-10 21:08:03 +01:00 |
|
epenet
|
1593b40f52
|
Use runtime_data in daikin (#136376)
|
2025-01-24 01:49:31 +02:00 |
|
epenet
|
bc8a2b58d3
|
Use new ServiceInfo location in components (part 1) (#135682)
|
2025-01-15 15:43:46 +01:00 |
|
Stefano Angeleri
|
7fb5b17ac5
|
Bump pydaikin to 2.13.8 (#132759)
|
2024-12-10 19:29:28 +02:00 |
|
G Johansson
|
768c2b0f3d
|
Remove _enable_turn_on_off_backwards_compatibility A-F (#132417)
Remove _enable_turn_on_off_backwards_compatibility A-G
|
2024-12-05 21:46:59 +01:00 |
|
 Adam PetrovicandJoost Lekkerkerker
|
d15a9a4359
|
Fix daikin entities not refreshing quickly (#128230)
* Fix daikin entities not refreshing quickly
* Update homeassistant/components/daikin/switch.py
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
|
2024-10-13 13:20:16 +02:00 |
|
Fredrik Erlandsson
|
5fcdcbf9b9
|
Bump pydaikin to 2.13.7 (#126219)
|
2024-09-18 20:37:01 +02:00 |
|
Joost Lekkerkerker
|
d8bb8f1efb
|
Deprecate Daikin YAML platform setup (#125158)
|
2024-09-10 15:58:53 +02:00 |
|
Joost Lekkerkerker
|
130b6559a6
|
Add coordinator to Daikin (#124394)
* Add coordinator to Daikin
* Add coordinator to Daikin
* Fix
* Add seconds
|
2024-09-10 15:30:30 +02:00 |
|
Fredrik Erlandsson
|
34680becaa
|
Bump pydaikin to 2.13.6 (#124852)
|
2024-08-29 13:20:57 +02:00 |
|
Fredrik Erlandsson
|
af8131e68f
|
Bump pydaikin to 2.13.5 (#124802)
bump pydaikin version
|
2024-08-28 19:19:04 +02:00 |
|
kingy444
|
cd382bcdda
|
Bump pydaikin to 2.13.4 (#123623)
* bump pydaikin to 2.13.3
* bump pydaikin to 2.13.4
|
2024-08-14 12:31:18 +02:00 |
|
Matt Way
|
5f03589d3e
|
Bump pydaikin to 2.13.2 (#123519)
|
2024-08-10 13:06:29 +02:00 |
|
Michael
|
844ccf461f
|
Remove unnecessary config schema definitions (#123197)
|
2024-08-05 17:44:14 +02:00 |
|
 kingy444andFredrik Erlandsson
|
9b4e64ab62
|
Bump pydaikin to 2.13.1 (#118679)
Co-authored-by: Fredrik Erlandsson <fredrik.e@gmail.com>
|
2024-07-07 16:34:05 +02:00 |
|
epenet
|
e06d7050f2
|
Force alias when importing climate PLATFORM_SCHEMA (#120518)
|
2024-06-26 10:55:09 +02:00 |
|
kingy444
|
e70d8aec96
|
Daikin Aircon - Add strings and debug (#116674)
|
2024-05-24 09:28:44 +02:00 |
|
Sid
|
2cc916db6d
|
Replace pylint broad-except with Ruff BLE001 (#116250)
|
2024-05-07 14:00:27 +02:00 |
|
 SidandMartin Hjelmare
|
0d66d298ec
|
Enable Ruff RET504 (#114528)
* Enable Ruff RET504
* fix test
* Use noqa instead of cast
* fix sonos RET504
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
|
2024-04-06 11:07:37 +02:00 |
|
  
|
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
|
0e3945ca6c
|
Add empty line after module docstring [d-f] (#112698)
|
2024-03-08 14:15:26 +01:00 |
|
Joost Lekkerkerker
|
4cf900911b
|
Remove entity description mixin in Daikin (#112398)
|
2024-03-05 21:59:11 +01:00 |
|
Erik Montnemery
|
6fe28d3764
|
Migrate integrations a-d to generic flowhandler (#111861)
|
2024-02-29 20:07:14 +01:00 |
|
Joost Lekkerkerker
|
5fa4be02f0
|
Add icon translations to Daikin (#111362)
|
2024-02-25 14:05:43 +01:00 |
|
Marc Mueller
|
c82933175d
|
Use builtin TimeoutError [a-d] (#109678)
|
2024-02-05 11:31:33 +01:00 |
|
G Johansson
|
ec6122abd5
|
Add migrated climate feature flags to daikin (#109537)
Adds migrated climate feature flags to daikin
|
2024-02-04 02:23:23 +01:00 |
|
Jan Bouwhuis
|
459022d030
|
Remove quality scale platinum from daikin integration (#109292)
|
2024-02-01 09:30:29 +01:00 |
|
Jan Bouwhuis
|
723d9c4c8a
|
Fix dalkin climate warnings (#109279)
|
2024-02-01 08:52:07 +01:00 |
|
Marc Mueller
|
3761d13915
|
Improve daikin typing (#108039)
|
2024-01-18 09:24:48 +01:00 |
|
 Erik MontnemeryandJ. Nick Koston
|
0c2485bc03
|
Freeze integration entity descriptions (#105984)
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2023-12-18 16:28:13 -10:00 |
|
 disforwandFranck Nijhof
|
95cfe41f87
|
Add toggle switch to Daikin HVAC units (#95954)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
|
2023-11-24 18:53:59 +01:00 |
|
Aaron Collins
|
1a5ad23a10
|
Verify config entry id on Daikin device removal (#101507)
|
2023-10-07 14:32:27 +02:00 |
|
 Aaron CollinsandErik Montnemery
|
99f227229e
|
Remove duplicated device before daikin migration (#99900)
Co-authored-by: Erik Montnemery <erik@montnemery.com>
|
2023-10-03 10:11:21 +02:00 |
|
 Joost LekkerkerkerandRobert Resch
|
bd04cafb91
|
Use shorthand attributes for Daikin (#99225)
Co-authored-by: Robert Resch <robert@resch.dev>
|
2023-08-30 10:25:53 +02:00 |
|
kel30a
|
50150f5577
|
Bump pydaikin version to 2.11.1 (#99288)
|
2023-08-29 13:08:39 -05:00 |
|
Marc Mueller
|
e2d2ec8817
|
Use asyncio.timeout [b-e] (#98448)
|
2023-08-15 08:30:20 -05:00 |
|
Erik Montnemery
|
045c327928
|
Move DeviceInfo from entity to device registry (#98149)
* Move DeviceInfo from entity to device registry
* Update integrations
|
2023-08-10 22:04:26 -04:00 |
|
Joost Lekkerkerker
|
d935c18f38
|
Add entity translations to Daikin (#95181)
|
2023-07-21 10:02:05 +02:00 |
|
Aaron Collins
|
d35e5db984
|
Fix daikin missing key after migration (#96575)
Fix daikin migration
|
2023-07-15 14:17:02 +02:00 |
|
Aaron Collins
|
f028d1a1ca
|
Bump pydaikin 2.10.5 (#95656)
|
2023-07-05 07:12:18 -05:00 |
|
Franck Nijhof
|
3e85a29b86
|
Move overlapping pylint rules to ruff, disable mypy overlap (#94359)
|
2023-06-27 17:42:46 +02:00 |
|
mover85
|
eb0485ebb0
|
Revert "Bump pydaikin 2.9.1 (#93635)" (#94469)
Revert to pydaikin 2.9.0
|
2023-06-12 20:58:20 +02:00 |
|
mover85
|
07dd34b04a
|
Bump pydaikin 2.9.1 (#93635)
|
2023-05-29 23:44:05 +02:00 |
|
 epenetandMichael
|
d173590477
|
Remove combined translations in integrations (#91337)
Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
|
2023-04-15 15:51:04 +02:00 |
|
 racsa1andrsa
|
6ca4c5cfe7
|
Bump pydaikin 2.9.0 (#87067)
Co-authored-by: rsa <>
|
2023-02-12 22:23:56 +01:00 |
|
Erik Montnemery
|
87420e949d
|
Sort manifests 2 (#87023)
|
2023-02-08 20:16:39 +01:00 |
|