Franck Nijhof
055cdc64c0
Add support for IoT class in manifest ( #46935 )
2021-04-15 10:21:38 +02:00
HomeAssistant Azure
c11b85af2f
[ci skip] Translation update
2021-03-16 00:04:36 +00:00
HomeAssistant Azure
0cb1f61deb
[ci skip] Translation update
2021-02-21 00:07:04 +00:00
Paulus Schoutsen
959ed6d077
Update translations
2021-02-03 11:46:49 +01:00
HomeAssistant Azure
848224262c
[ci skip] Translation update
2020-12-10 00:03:01 +00:00
HomeAssistant Azure
42f00cff30
[ci skip] Translation update
2020-12-04 00:05:42 +00:00
HomeAssistant Azure
aab0ff2ea5
[ci skip] Translation update
2020-11-03 00:04:39 +00:00
HomeAssistant Azure
ed232ac733
[ci skip] Translation update
2020-10-24 00:05:17 +00:00
HomeAssistant Azure
994ae09f69
[ci skip] Translation update
2020-10-15 00:03:50 +00:00
HomeAssistant Azure
ba55cb8955
[ci skip] Translation update
2020-10-14 00:04:41 +00:00
Philip Allgaier
625bbe6238
Cleanup unused loggers (components A-M) ( #41600 )
2020-10-12 16:59:05 +02:00
HomeAssistant Azure
f787289ea0
[ci skip] Translation update
2020-10-12 00:03:31 +00:00
HomeAssistant Azure
80522f1bdc
[ci skip] Translation update
2020-10-11 00:03:37 +00:00
HomeAssistant Azure
6ae12c3faf
[ci skip] Translation update
2020-10-10 00:05:05 +00:00
HomeAssistant Azure
486c0b644a
[ci skip] Translation update
2020-10-07 00:06:20 +00:00
HomeAssistant Azure
bcfa4ac959
[ci skip] Translation update
2020-10-06 00:08:09 +00:00
HomeAssistant Azure
8d1d585b40
[ci skip] Translation update
2020-10-05 00:04:23 +00:00
scheric
abfe575a58
Use common strings in hisense_aehw4a1 config flow ( #41190 )
2020-10-04 12:04:51 +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
Franck Nijhof
1c2ebdf307
Upgrade black to 20.8b1 ( #39287 )
2020-08-27 13:56:20 +02:00
Davide Varricchio
45e451271e
Bump pyaehw4a1 to 0.3.9 ( #38347 )
...
* Bump pyaehw4a1 to 0.3.9
* Add myself to xiaomi miio codeowners (#38350 )
* add myself to xiaomi miio codeowners
* Update CODEOWNERS
* Update manifest.json
* Upgrade youtube_dl to version 2020.07.28 (#38328 )
* Temporary lock pip to 20.1.1 to avoid build issue (#38358 )
* Add wheels job for building core wheels (#38359 )
* Bump androidtv to 0.0.47 and adb-shell to 0.2.1 (#38344 )
* Add jobs names to Wheels builds (#38363 )
* Update aioharmony to 0.2.6 (#38360 )
* Update run-in-env.sh (#36577 )
* Bump aioambient to 1.2.0 (#38364 )
* Bump simplisafe-python to 9.2.2 (#38365 )
* Ignore remote Plex clients during plex.tv lookup (#38327 )
* Avoid error with ignored harmony config entries (#38367 )
* Bump ElkM1 library version. (#38368 )
To reduce required version of dependent library.
No code changed.
* Add basic websocket api for OZW (#38265 )
* Prevent nut config flow error when checking ignored entries (#38372 )
* Revert "Prevent nut config flow error when checking ignored entries (#38372 )"
This reverts commit 9e0530df1d
.
* Revert "Add basic websocket api for OZW (#38265 )"
This reverts commit 3ca93baa55
.
* Revert "Bump ElkM1 library version. (#38368 )"
This reverts commit 143f55ad12
.
* Revert "Avoid error with ignored harmony config entries (#38367 )"
This reverts commit 90a10baf38
.
* Revert "Ignore remote Plex clients during plex.tv lookup (#38327 )"
This reverts commit 67cdeafe21
.
* Revert "Bump simplisafe-python to 9.2.2 (#38365 )"
This reverts commit 01d68e01c6
.
* Revert "Bump aioambient to 1.2.0 (#38364 )"
This reverts commit bec6904eb9
.
* Revert "Update run-in-env.sh (#36577 )"
This reverts commit 53acc1b41e
.
* Revert "Update aioharmony to 0.2.6 (#38360 )"
This reverts commit a991d6f131
.
* Revert "Add jobs names to Wheels builds (#38363 )"
This reverts commit 58dcc059c7
.
* Revert "Bump androidtv to 0.0.47 and adb-shell to 0.2.1 (#38344 )"
This reverts commit 14b4722b69
.
* Revert "Add wheels job for building core wheels (#38359 )"
This reverts commit cb9e76adb7
.
* Revert "Temporary lock pip to 20.1.1 to avoid build issue (#38358 )"
This reverts commit b2207ed776
.
* Revert "Upgrade youtube_dl to version 2020.07.28 (#38328 )"
This reverts commit 144e827ce9
.
* Revert "Add myself to xiaomi miio codeowners (#38350 )"
This reverts commit 88538254ec
.
Co-authored-by: starkillerOG <starkiller.og@gmail.com>
Co-authored-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Jeff Irion <JeffLIrion@users.noreply.github.com>
Co-authored-by: ehendrix23 <hendrix_erik@hotmail.com>
Co-authored-by: Aaron Bach <bachya1208@gmail.com>
Co-authored-by: jjlawren <jjlawren@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Glenn Waters <gwwaters@gmail.com>
Co-authored-by: Charles Garwood <cgarwood@gmail.com>
2020-08-04 12:22:58 +02:00
Davide Varricchio
13c0a59e28
Bump pyaehw4a1 to v.0.3.5 ( #36949 )
2020-06-20 19:14:27 +02:00
HomeAssistant Azure
564fb1d1e5
[ci skip] Translation update
2020-05-29 00:04:16 +00:00
HomeAssistant Azure
78f846d532
[ci skip] Translation update
2020-05-03 00:02:26 +00:00
HomeAssistant Azure
7faba60e83
[ci skip] Translation update
2020-04-29 00:03:31 +00:00
HomeAssistant Azure
90e0a1af8a
[ci skip] Translation update
2020-04-26 00:02:45 +00:00
Erik Montnemery
29bc93ea98
Rename ClimateDevice to ClimateEntity ( #34591 )
2020-04-25 18:04:03 +02:00
Paulus Schoutsen
e002c84eba
Don't set step title if it's integration title ( #34524 )
2020-04-22 15:05:39 +02:00
Joakim Sørensen
730a257f3c
Rename translations dir for integrations ( #34494 )
2020-04-21 16:11:05 -07:00
Paulus Schoutsen
0d60d40512
Update translations
2020-04-16 13:00:10 -07:00
Paulus Schoutsen
55dfca7467
Drop title from translations if brand name ( #34306 )
2020-04-16 12:52:53 -07:00
Paulus Schoutsen
f06aeea385
Update translations
2020-04-15 09:51:07 -07:00
Paulus Schoutsen
d36204a968
Move title translation to root ( #33850 )
2020-04-15 09:41:18 -07:00
Paulus Schoutsen
f1d3c0d19b
Remove unused manifest fields ( #33595 )
2020-04-03 12:58:19 -07:00
HomeAssistant Azure
5483de7e25
[ci skip] Translation update
2020-02-08 00:31:45 +00:00
HomeAssistant Azure
274cf23269
[ci skip] Translation update
2020-02-07 00:31:50 +00:00
HomeAssistant Azure
0534153ae7
[ci skip] Translation update
2020-01-13 00:31:54 +00:00
Davide Varricchio
208a123c47
Update PYAEHW4A1 to version 0.3.4 ( #30616 )
...
* Update manifest.json
* Update requirements_all.txt
* Update requirements_test_all.txt
2020-01-09 13:07:23 -05:00
Franck Nijhof
a84741392b
Format all manifests with prettier ( #30521 )
2020-01-06 21:28:23 +01:00
HomeAssistant Azure
13116d8d3f
[ci skip] Translation update
2019-12-30 00:32:19 +00:00
HomeAssistant Azure
5d8dda4f68
[ci skip] Translation update
2019-12-29 00:32:14 +00:00
HomeAssistant Azure
bb35d93fde
[ci skip] Translation update
2019-12-25 00:32:06 +00:00
HomeAssistant Azure
a1a131334a
[ci skip] Translation update
2019-12-04 00:32:11 +00:00
HomeAssistant Azure
2a7aac6afc
[ci skip] Translation update
2019-11-27 00:32:16 +00:00
HomeAssistant Azure
b4caa4ab82
[ci skip] Translation update
2019-11-23 00:32:17 +00:00
HomeAssistant Azure
0e14c3f92a
[ci skip] Translation update
2019-11-21 00:32:11 +00:00
HomeAssistant Azure
6b62328c0f
[ci skip] Translation update
2019-11-20 00:32:09 +00:00
HomeAssistant Azure
8439e597ce
[ci skip] Translation update
2019-11-19 00:32:19 +00:00
HomeAssistant Azure
aef808d2bf
[ci skip] Translation update
2019-11-18 00:32:22 +00:00
HomeAssistant Azure
d1241147c8
[ci skip] Translation update
2019-11-17 00:32:32 +00:00