epenet
6d51cccbf7
Add init type hints [d] ( #63101 )
...
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-02 16:12:46 +01:00
Franck Nijhof
eb5a321a9f
Mark removed config schemas as removed ( #61014 )
2021-12-21 12:46:10 +01:00
Marc Mueller
f57d42a9e8
Use platform enum (1) [A-D] ( #60908 )
...
* Use platform enum (1) [A-D]
* Fix imports
* Fix tests
* Use Platform even in tests
2021-12-03 08:51:30 -08:00
J. Nick Koston
10d6247fee
Bump to aiohttp 3.8.0 ( #58974 )
2021-11-04 10:07:50 -05:00
Robert Hillis
fc3e7f5b7e
Use DeviceInfo Class D ( #58218 )
2021-10-22 17:00:00 +02:00
tkdrob
d1c4d0de49
Use bool annotations for setup entries ( #51166 )
2021-05-27 17:39:06 +02:00
Shay Levy
cf228e3fe5
Add constructor return type in integrations A-D ( #50903 )
2021-05-20 18:51:39 +03:00
Franck Nijhof
4907764367
Remove YAML configuration from Daikin ( #50080 )
2021-05-04 14:23:59 -07:00
J. Nick Koston
a67b9eff17
Reduce config entry setup/unload boilerplate D-F ( #49733 )
2021-04-26 20:46:49 -10:00
Franck Nijhof
006bcde435
Remove HomeAssistantType alias - Part 3 ( #49339 )
2021-04-17 12:48:03 +02:00
Philip Allgaier
3ae9460131
Use domain const in config_flow ( #48168 )
2021-03-21 00:34:46 +01:00
Quentame
198ecb0945
Uniformize platform setup ( #47101 )
...
* A platform is not a component
* Fix dynalite
* SUPPORTED_PLATFORMS --> PLATFORMS
* In tests
* In tests 2
* Fix SmartThings
* Fix ZHA test
* Fix Z-Wave
* Revert Z-Wave
* Use PLATFORMS const in ambient_station
* Fix ihc comment
2021-03-02 21:43:59 +01:00
tkdrob
66ecd2e0f2
Remove unused config_flows ( #46188 )
2021-02-08 08:32:24 +01:00
Paulus Schoutsen
594e905742
Remove invalidation_version from deprecated ( #44156 )
...
* Remove invalidation_version from deprecated. We don't follow up and just hurts releases
* Revert change to ZHA
2020-12-12 22:24:16 +01:00
Fredrik Erlandsson
f42eca3fcf
Add common strings in daikin config flow ( #41419 )
2020-10-08 21:25:54 +02:00
Ville Skyttä
b4bac0f7a0
Exception chaining and wrapping improvements ( #39320 )
...
* Remove unnecessary exception re-wraps
* Preserve exception chains on re-raise
We slap "from cause" to almost all possible cases here. In some cases it
could conceivably be better to do "from None" if we really want to hide
the cause. However those should be in the minority, and "from cause"
should be an improvement over the corresponding raise without a "from"
in all cases anyway.
The only case where we raise from None here is in plex, where the
exception for an original invalid SSL cert is not the root cause for
failure to validate a newly fetched one.
Follow local convention on exception variable names if there is a
consistent one, otherwise `err` to match with majority of codebase.
* Fix mistaken re-wrap in homematicip_cloud/hap.py
Missed the difference between HmipConnectionError and
HmipcConnectionError.
* Do not hide original error on plex new cert validation error
Original is not the cause for the new one, but showing old in the
traceback is useful nevertheless.
2020-08-28 13:50:32 +02:00
Fredrik Erlandsson
c1cf3679aa
Fix Daikin discovery ( #36704 )
2020-06-12 17:25:18 +02:00
Paulus Schoutsen
394f16987d
Fix invalid device info for Daikin devices ( #36448 )
2020-06-04 10:00:31 -07:00
Fredrik Erlandsson
da6a99b333
Re-add connections to Daikin's device_info ( #36340 )
...
* Re-add connections to device_info
* Fix typo in identifiers
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-02 13:24:15 +02:00
Fredrik Erlandsson
88ebdf3a53
Deprecate Daikin yaml-support ( #35768 )
2020-05-23 11:08:49 +02:00
Fredrik Erlandsson
2b3cf97979
Fix Daikin duplicate entries ( #35833 )
2020-05-20 13:25:42 +02:00
mlemainque
12caf17848
Add Daikin total/cool/heat power sensors ( #34391 )
2020-05-08 19:21:24 +02:00
Fredrik Erlandsson
d8222a8eb6
Update pydaikin to 2.0.0 ( #34807 )
2020-05-06 13:59:07 +02:00
Fredrik Erlandsson
337cc6e79f
Fix various Daikin issues ( #34249 )
...
* various Daikin fixes
* make timeout a constant
2020-04-15 15:12:10 +02:00
springstan
d842dacfd6
Clean up access to config in various integrations v5 ( #34206 )
2020-04-15 14:10:07 +02:00
springstan
270d97d789
Move imports to top for daikin ( #29490 )
2019-12-04 21:17:33 -08:00
Ville Skyttä
d88ca0f5cb
Lint exclusions ( #28655 )
...
* Remove malformed pylint disable markers
* Remove some unused imports
* Remove some unneeded lint exclusions
* Remove more unneeded lint exclusions
* Add specific codes to all noqa's
2019-11-16 10:22:07 +01:00
Paulus Schoutsen
4de97abc3a
Black
2019-07-31 12:25:30 -07:00
Fredrik Erlandsson
08c36e0089
Fix daikin setup ( #23440 )
...
Fix daikin setup
2019-04-26 20:24:01 +02:00
cgtobi
2c07bfb9e0
Remove dependencies and requirements ( #23024 )
...
* Remove dependencies and requirements
* Revert "Remove dependencies and requirements"
This reverts commit fe7171b4cd
.
* Remove dependencies and requirements
* Revert "Remove dependencies and requirements"
This reverts commit 391355ee2c
.
* Remove dependencies and requirements
* Fix flake8 complaints
* Fix more flake8 complaints
* Revert non-component removals
2019-04-12 10:13:30 -07:00
Fredrik Erlandsson
5d3aac8130
Use ConfigEntryNotReady when setting up Daikin ( #22901 )
...
* raise ConfigEntryNotReady
* better debugging
2019-04-10 09:44:00 +02:00
Fredrik Erlandsson
55c8417ec0
fix aiohttp ServerDisconnectedError in Daikin ( #22880 )
2019-04-08 10:08:03 -07:00
Rohan Kapoor
78e162c1d3
Centralize all usages of `host` as a configuration param to the constant CONF_HOST ( #22458 )
...
* Centralize all usages of as a configuration param to the constant CONF_HOST
* Clean up test
2019-03-27 19:48:05 -07:00
Fredrik Erlandsson
71b800457b
Add switches to control Daikin Airbase zones ( #22417 )
...
* initial AirBase zone support
* fix zone name
* version bump pydaikin
* don't use get()
2019-03-27 16:37:21 -04:00
Fredrik Erlandsson
6ffe9ad473
updated pydaikin ( #22382 )
2019-03-25 19:37:31 +01:00
Fredrik Erlandsson
4e84e8a15e
Async support for Daikin ( #21638 )
...
* asyncio support for Daikin
* version bump pydaikin
* pass session to pydaikin.Appliance
* all entities should have update
2019-03-14 18:33:43 +01:00
Fabian Affolter
127c55e0c1
Update file header ( #21023 )
...
* Update file header
* Update file header
* Update file header
* Update file header
* Update file header
* Fix lint issues
2019-02-13 21:21:14 +01:00
Fredrik Erlandsson
3c465434cd
fixes #19814 , Daikin config setting ( #19823 )
2019-01-07 13:04:53 +01:00
Fredrik Erlandsson
e5487722a8
Add device_info to Daikin ( #19372 )
...
* add device_info to Daikin
* Use the constant CONNECTION_NETWORK_MAC from the device registry helper.
2018-12-19 08:18:40 +01:00
Fredrik Erlandsson
0ab9e33110
Version bump pydaikin ( #19388 )
...
* version bump pydaikin
* remove requirements from platform
2018-12-17 11:32:10 -05:00
Fredrik Erlandsson
5a295ad42b
Add config flow for Daikin ( #19182 )
...
* config flow for daikin
* tox test
* return fixes
* tox test fixes
* tox formatting
2018-12-16 16:19:18 +01:00
Fredrik Erlandsson
c20322232a
Move daikin to package ( #19187 )
2018-12-11 18:17:45 +01:00