Commit graph

56694 commits

Author SHA1 Message Date
Franck Nijhof
32dfc59d9e
Migrate HomeKit Controller translations () 2022-12-05 13:44:59 +01:00
Franck Nijhof
226a880645
Use enum sensor device class in Tomorrow.io () 2022-12-05 13:17:49 +01:00
Klaas Schoute
2602b45ec8
Bump package for Garage Amsterdam ()
* Bump to new package version

* Change the class name used in the new package

* Fix failing test with using old package name
2022-12-05 13:12:46 +01:00
Franck Nijhof
f0f4e4595c
Migrate Plugwise translations () 2022-12-05 12:18:20 +01:00
epenet
63e8dd58ef
Use UnitOfTemperature in water_heater entities () 2022-12-05 11:42:15 +01:00
G Johansson
1c86a543b7
Failback to v4 resolver for AAAA records in DNSIP integration () 2022-12-05 11:02:38 +01:00
Sean Chen
c8fbdde3b8
Add @kamiyo to nws codeowners () 2022-12-05 10:59:25 +01:00
Garrett
efc637cb2b
Bump subarulink to v0.7.0 ()
fixes undefined
2022-12-05 10:53:05 +01:00
epenet
68e454712d
Use UnitOfTemperature in climate entities [g-l] ()
* Use UnitOfTemperature in climate entities [g-l]

* Adjust gree

* Adjust honeywell
2022-12-05 10:42:24 +01:00
Franck Nijhof
40d337479e
Use enum sensor device class in UptimeRobot () 2022-12-05 10:36:16 +01:00
epenet
c7a6b5983f
Use UnitOfTemperature in climate entities [t-z] () 2022-12-05 10:18:57 +01:00
dependabot[bot]
ee5de654ab
Bump dessant/lock-threads from 3 to 4 ()
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-12-05 10:11:24 +01:00
Marc Mueller
1f30d761a6
Code style improvements [alexa] () 2022-12-05 09:36:03 +01:00
Erik Montnemery
7e2960a973
Enable strict typing of hardware ()
* Enable strict typing of hardware

* Address review comment
2022-12-05 09:32:52 +01:00
Christopher Bailey
ee7022dc67
Update UniFi Protect ring entity to use event entity () 2022-12-04 17:06:55 -10:00
Anton Malko
ec24b93c17
Bump aiolookin to 1.0.0 ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-12-04 16:31:35 -10:00
Avi Miller
88c8eef4eb
Populate suggested_area using the LIFX group name for each device ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-12-04 16:31:08 -10:00
jjlawren
c70388869b
Do not discard zero positions for Sonos media players ()
fixes undefined
2022-12-04 21:11:30 -05:00
Joris Pelgröm
34fd64addf
Fix mobile_app returning cloud URL when not subscribed ()
fixes undefined
2022-12-04 21:10:26 -05:00
J. Nick Koston
3044e78d43
Avoid regex overhead in processing esphome bluetooth advertisements () 2022-12-04 21:09:45 -05:00
J. Nick Koston
1efc71624a
Bump aioesphomeapi to 13.0.1 ()
fixes https://github.com/home-assistant/core/issues/83212
2022-12-04 21:09:10 -05:00
GitHub Action
5f9290e572 [ci skip] Translation update 2022-12-05 00:23:07 +00:00
Stephan Singer
64a72daa27
Add IPv6 sensor to fritz component ()
* Add IPv6 sensor to fritz component

* Cast return type to string

* Make ipv6 sensor suitable

* simplify cast to str

* use extisting property

Co-authored-by: chemelli74 <simone.chemelli@gmail.com>
Co-authored-by: mib1185 <mail@mib85.de>
2022-12-05 00:48:41 +01:00
Allen Porter
0f83db82d9
Bump gcal_sync to 4.0.4 () 2022-12-04 17:16:51 -05:00
Ville Skyttä
8f9baafac1
Tweak black config ()
* Remove `--safe` from pre-commit args, it's the default

* Extend exclusions instead of overriding, improve regex
2022-12-04 17:12:37 -05:00
Allen Porter
6c896adcff
Bump ical to 4.2.1 () 2022-12-04 23:05:35 +01:00
Joe Rogers
f1ee920463
Handle numeric versions in mqtt update ()
* Handle numeric versions in mqtt update

* Remove need for type:ignore

Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>

Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
2022-12-04 21:52:48 +01:00
J. Nick Koston
c617e7da31
Raise an exception when an esp proxy gets empty services during connection so callers know to retry () 2022-12-04 09:05:46 -10:00
Allen Porter
6499f5460a
Bump ical to 4.2.0 () 2022-12-04 10:18:27 -08:00
Simone Chemelli
e436f6a7b2
Fix missing title placeholders in Synology DSM reauth flow ()
* Fix missing title placeholders in reauth flow

* fix tests

Co-authored-by: mib1185 <mail@mib85.de>
2022-12-04 10:11:24 -08:00
J. Nick Koston
db0dfe875a
Bump pySwitchbot to 0.22.0 ()
fixes https://github.com/home-assistant/core/issues/82961
2022-12-04 08:08:21 -10:00
Michael Chisholm
7378277212
Update async-upnp-client to 0.32.3 () 2022-12-04 10:05:53 -08:00
Matthias Alphart
4ca6db825c
Address late KNX flow tests review ()
* Address late KNX flow tests review

* Update tests/components/knx/test_config_flow.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-12-04 18:39:27 +01:00
Milan Meulemans
cefdce5002
Remove deprecated GCM API from html5 ()
* Remove deprecated GCM API

* Cleanup code after removing GCM

* Make vapid required

* Use dict[key] instead of dict.get(key) for vapid config
2022-12-04 18:34:54 +01:00
J. Nick Koston
1577f6ea50
Restore HomeKit Controller BLE GSN at startup () 2022-12-04 07:01:37 -10:00
Jan Bouwhuis
de77132a5a
Add the QoS in the MQTT debug log ()
Logging the MQTT QoS in the debug log
2022-12-04 15:03:41 +01:00
epenet
44d3f2192c
Use UnitOfTemperature in climate entities [a-f] () 2022-12-04 11:53:56 +02:00
epenet
aace084931
Use unit enums in demo () 2022-12-04 11:21:44 +02:00
Joakim Plate
90f2a54165
Bump nibe to 1.5.0 () 2022-12-04 11:17:13 +02:00
J. Nick Koston
e139470c56
Bump yalexs-ble to 1.10.3 ()
changelog: https://github.com/bdraco/yalexs-ble/compare/v1.10.2...v1.10.3
2022-12-04 11:10:53 +02:00
GitHub Action
a1eab7f842 [ci skip] Translation update 2022-12-04 00:23:06 +00:00
Olen
0d1506c3cf
Switch Twinkly to awesomeversion ()
Switch to awesomeversion
2022-12-03 22:43:10 +01:00
Aaron Bach
cd0037a780
Fix OpenUV coverage () 2022-12-03 14:40:42 -07:00
Aidan Timson
766c2f8bb4
Update aiolyric to 1.0.9 () 2022-12-03 14:26:21 -07:00
Glenn Waters
ffbde4ac90
Bump elkm1 lib to 2.2.1 () 2022-12-03 10:47:38 -10:00
J. Nick Koston
0cacfef325
Bump yalexs-ble to 1.10.2 () 2022-12-03 14:55:53 -05:00
J. Nick Koston
9321c2191e
Bump aiohomekit to 2.3.6 () 2022-12-03 14:34:11 -05:00
J. Nick Koston
237a1d50d9
Bump pySwitchbot to 0.20.8 ()
fixes https://github.com/home-assistant/core/issues/80491
2022-12-03 14:21:19 -05:00
Aaron Bach
c6ad48e236
Fix SimpliSafe service calls that require a device selector ()
fixes undefined
2022-12-03 14:20:53 -05:00
Allen Porter
b735e66d2f
Bump ical to 4.1.2 to fix emoji in local calendar ()
Bump ical to 4.1.2
2022-12-03 12:02:25 -07:00