Commit graph

66770 commits

Author SHA1 Message Date
jan iversen
c173ebd11a
Add device_address to modbus configuration () 2023-09-15 13:49:33 +02:00
Joost Lekkerkerker
1737b27dd4
Generate withings webhook ID in config flow () 2023-09-15 12:58:56 +02:00
Erik Montnemery
d1afcd773f
Revert "Cache entity properties that are never expected to change in the base class" ()
Revert "Cache entity properties that are never expected to change in the base class ()"

This reverts commit 042776ebb8.
2023-09-15 11:25:24 +02:00
Jan-Philipp Benecke
7723a9b36b
Move airtouch4 coordinator to its own file () 2023-09-15 10:04:41 +02:00
TJ Horner
a8013836e1
Bump apple_weatherkit to 1.0.3 () 2023-09-15 08:28:27 +02:00
Erik Montnemery
a70235046a
Tweak datetime service schema () 2023-09-15 08:07:27 +02:00
Diogo Gomes
9470c71d49
Fix current condition in IPMA ()
always use hourly forecast to retrieve current weather condition. fix 
2023-09-15 07:52:50 +02:00
Jan-Philipp Benecke
772ac9766b
Move awair coordinators to their own file ()
* Move awair coordinators to their file

* Add awair/coordinator.py to .coveragerc
2023-09-15 07:52:29 +02:00
J. Nick Koston
b68ceb3ce4
Use more shorthand attributes in hyperion ()
* Use more shorthand attributes in hyperion

There are likely some more here, but I only did the safe ones

* Update homeassistant/components/hyperion/switch.py

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Apply suggestions from code review

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2023-09-15 02:28:59 +00:00
J. Nick Koston
6a9c9ca735
Improve performance of mqtt_room () 2023-09-14 17:55:56 -05:00
J. Nick Koston
042776ebb8
Cache entity properties that are never expected to change in the base class () 2023-09-14 17:48:48 -05:00
Joakim Plate
5f20725fd5
Remove _next_refresh variable in update coordinator ()
* Remove _next_refresh variable

* Adjust tomorrowio
2023-09-14 22:32:50 +02:00
J. Nick Koston
df74ed0d40
Bump bleak-retry-connector to 3.2.1 () 2023-09-14 15:13:15 -05:00
Jan Bouwhuis
23faa0882f
Avoid multiline ternary use () 2023-09-14 22:10:28 +02:00
Joost Lekkerkerker
c34c4f8f03
Reload on Withings options flow update ()
* Reload on Withings options flow update

* Remove reload from reauth
2023-09-14 21:54:49 +02:00
Jan-Philipp Benecke
157647dc44
Move solarlog coordinator to own file () 2023-09-14 21:52:21 +02:00
Joost Lekkerkerker
a62f16b4cc
Remove obsolete strings from Withings () 2023-09-14 21:41:34 +02:00
starkillerOG
3f2a660dab
Bump reolink-aio to 0.7.10 () 2023-09-14 21:24:23 +02:00
Robert Svensson
f909199125
Remove hard coded Icon from Unifi device scanner () 2023-09-14 20:13:46 +02:00
J. Nick Koston
1d4b731603
Bump zeroconf to 0.112.0 () 2023-09-14 12:40:47 -05:00
Jan Bouwhuis
6701a449bd
Use shorthand attrs for tasmota () 2023-09-14 18:17:23 +02:00
Jan Bouwhuis
8b7061b634
Short handed device class for overkiz cover () 2023-09-14 11:10:31 -05:00
Jan Bouwhuis
89eec9990b
Use shorthand device_type attr for plaato sensors () 2023-09-14 09:55:47 -05:00
jan iversen
d4a2927ebe
Solve racing problem in modbus test ()
* Test racing problem.

* review comment.

* Revert to approved state.

This reverts commit 983d9d68e8.
2023-09-14 16:03:32 +02:00
starkillerOG
7ea2087c45
Add Netgear entity translations ()
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2023-09-14 13:58:53 +02:00
Joost Lekkerkerker
6fc1407613
Extract Withings API specifics in own class ()
* Extract Withings API specifics in own class

* Extract Withings API specifics in own class

* Ignore api test coverage

* fix feedback
2023-09-14 13:31:54 +02:00
Ståle Storø Hauknes
b858658516
Fix Airthings ble migration ()
* Import Platform for tests

* Migration bugfix

* Store new unique id as a variable in tests

* Add comments to tests
2023-09-14 12:51:06 +02:00
Guido Schmitz
8a8f1aff83
Remove useless timeout guards in devolo_home_network () 2023-09-14 12:35:21 +02:00
Jan Rieger
f305661dd7
Change service set_location to use number input selectors () 2023-09-14 12:13:19 +02:00
starkillerOG
98c9edc00c
Netgear cleanup ()
Co-authored-by: Robert Resch <robert@resch.dev>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2023-09-14 12:06:40 +02:00
Guido Schmitz
b84076d3d6
Fix timeout issue in devolo_home_network () 2023-09-14 10:28:45 +02:00
Franck Nijhof
b0f32a3547
Update apprise to 1.5.0 () 2023-09-14 10:10:31 +02:00
Erik Montnemery
4f58df1929
Drop useless passing of update_method to DataUpdateCoordinator () 2023-09-14 10:09:55 +02:00
Franck Nijhof
85fafcad11
Update awesomeversion to 23.8.0 () 2023-09-14 10:07:09 +02:00
Joost Lekkerkerker
4a48a92cba
Use f-string instead of concatenation in Velux () 2023-09-14 10:06:43 +02:00
Jan Rieger
840d881c25
Add icon to GPSD () 2023-09-14 09:27:16 +02:00
Joost Lekkerkerker
923d945267
Use shorthand attributes in Smappee () 2023-09-14 09:25:21 +02:00
Marty Sun
6692a37f0d
Add missing __init__.py file in yardian test folder () 2023-09-14 09:04:12 +02:00
J. Nick Koston
182976f5d3
Use more shorthand attributes in threshold binary_sensor () 2023-09-14 09:03:39 +02:00
J. Nick Koston
58bb624b24
Bump zeroconf to 0.111.0 () 2023-09-14 07:54:17 +02:00
mkmer
c265d3f3cc
Late review for honeywell ()
* 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
J. Nick Koston
547f32818c
Make core States use cached_property ()
Need to validate this is worth removing __slots__
2023-09-13 20:33:25 -04:00
J. Nick Koston
3cc9410a62
Bump grpcio to 1.58.0 ()
* Bump grpcio to 1.58.0

attempt to fix nightly

https://github.com/home-assistant/core/actions/runs/6167125867/job/16737677629

```
```

* forgot the script as well
2023-09-13 20:26:55 -04:00
J. Nick Koston
3be4edd647
Use shorthand attributes in saj ()
supports 
2023-09-13 20:26:22 -04:00
J. Nick Koston
fe8156f013
Bump protobuf to 4.24.3 ()
changelog: https://github.com/protocolbuffers/protobuf/compare/v24.0...v24.3
2023-09-13 20:25:52 -04:00
J. Nick Koston
f0e607869a
Use shorthand attributes for supla cover device class ()
from 
2023-09-13 20:25:33 -04:00
Jan Bouwhuis
01410c9fbb
Shorthanded attrs for met integration () 2023-09-13 17:11:47 -05:00
Jan Bouwhuis
a7c6abfed1
Use shorthand atts for met_eireann () 2023-09-13 17:11:27 -05:00
Franck Nijhof
a02fcbc5c4
Update sentry-sdk to 1.31.0 () 2023-09-13 23:37:48 +02:00
J. Nick Koston
fe5eba9b31
Use cached_property in device registry () 2023-09-13 15:36:07 -05:00