Daniel Hjelseth Høyer
d88ee0dbe0
Update Tibber library to 0.28.2 ( #99115 )
2023-09-02 15:08:49 +02:00
Paarth Shah
4d3b978398
Change matrix component to use matrix-nio instead of matrix_client ( #72797 )
2023-09-02 15:02:55 +02:00
Joost Lekkerkerker
f48e8623da
Use shorthand attributes in Hunterdouglas powerview ( #99386 )
2023-09-02 04:55:19 -05:00
Jan Bouwhuis
3d1efaa4ad
Freeze time for MQTT sensor expire tests ( #99496 )
2023-09-02 04:10:57 -05:00
jimmyd-be
1e46ecbb48
Fix translation bug Renson sensors ( #99461 )
...
* Fix translation bug
* Revert "Fix translation bug"
This reverts commit 84b5e90dac
.
* Fixed translation of Renson sensor
2023-09-02 10:55:12 +02:00
Russell Cloran
5fd14eade5
Handle timestamp sensors in Prometheus integration ( #98001 )
2023-09-02 10:20:36 +02:00
G Johansson
b681dc06e0
Fix default language in Workday ( #99463 )
...
Workday fix default language
2023-09-02 09:47:59 +02:00
Jc2k
e465a4f820
Update bluetooth-data-tools to 1.11.0 ( #99485 )
2023-09-01 17:33:19 -05:00
J. Nick Koston
7c87b38a23
Reduce overhead to process and publish MQTT messages ( #99457 )
2023-09-01 15:41:34 -05:00
J. Nick Koston
5a8fc43212
Refactor MQTT discovery to avoid creating closure if hash already in discovery_pending_discovered ( #99458 )
2023-09-01 15:40:53 -05:00
Andrew Onyshchuk
04bf126425
Update aiotractive to 0.5.6 ( #99477 )
2023-09-01 23:28:53 +03:00
J. Nick Koston
09f45660cf
Avoid linear search of MQTT SUPPORTED_COMPONENTS ( #99459 )
...
By making this a set we avoid the linear search in async_discovery_message_received
2023-09-01 20:10:47 +02:00
Jan-Philipp Benecke
cf59ea3c47
Use snapshot assertion for netatmo diagnostics test ( #99159 )
2023-09-01 19:27:54 +02:00
Richard Mikalsen
1e6cddaa1d
Turn off Mill heaters using local API ( #99348 )
...
* Update mill_local
* Add ability to turn heater on and off
* Use OperationMode from upstream library
* Fix: compare against value
2023-09-01 19:05:35 +02:00
Raman Gupta
169a318ec4
Fix device name in zwave_js repair flow ( #99414 )
2023-09-01 18:06:37 +02:00
Bram Kragten
1d80af870d
Update frontend to 20230901.0 ( #99464 )
2023-09-01 17:28:52 +02:00
Erik Montnemery
390c046537
Fix template helper strings ( #99456 )
2023-09-01 17:14:42 +02:00
Paul Bottein
ac0565e3bc
Use common key for away mode state translations ( #99425 )
2023-09-01 15:58:01 +02:00
puddly
38270ee823
Create a ZHA repair when directly accessing a radio with multi-PAN firmware ( #98275 )
...
* Add the SiLabs flasher as a dependency
* Create a repair if the wrong firmware is detected on an EZSP device
* Update homeassistant/components/zha/strings.json
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
* Provide the ZHA config entry as a reusable fixture
* Create a separate repair when using non-Nabu Casa hardware
* Add unit tests
* Drop extraneous `config_entry.add_to_hass` added in 021def44
* Fully unit test all edge cases
* Move `socket://`-ignoring logic into repair function
* Open a repair from ZHA flows when the wrong firmware is running
* Fix existing unit tests
* Link to the flashing section in the documentation
* Reduce repair severity to `ERROR`
* Make issue persistent
* Add unit tests for new radio probing states
* Add unit tests for new config flow steps
* Handle probing failure raising an exception
* Implement review suggestions
* Address review comments
---------
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2023-09-01 09:05:45 -04:00
rappenze
680775c3e0
Discover more power and energy sensors in fibaro integration ( #98253 )
2023-09-01 10:48:08 +02:00
Joost Lekkerkerker
65246b99ec
Use shorthand attributes in iZone ( #99397 )
2023-09-01 10:34:09 +02:00
Joost Lekkerkerker
6c93865cee
Use shorthand attributes in Insteon ( #99392 )
2023-09-01 10:13:34 +02:00
Jan-Philipp Benecke
bbc390837e
Move airnow coordinator to its own file ( #99423 )
2023-09-01 08:29:07 +02:00
Keilin Bickar
dc4ed5fea9
Update asynsleepiq library to 1.3.7 ( #99431 )
2023-09-01 08:24:13 +02:00
Allen Porter
1539853c0a
Update google-nest-sdm to 3.0.2 ( #99175 )
...
* Update google-nest-sdm to 3.0.2
* Fix device typing
* Update homeassistant/components/nest/device_info.py
Co-authored-by: jan iversen <jancasacondor@gmail.com>
---------
Co-authored-by: jan iversen <jancasacondor@gmail.com>
2023-08-31 20:33:36 -07:00
Joost Lekkerkerker
2dab9eaf86
Use shorthand attributes in Isy994 ( #99395 )
2023-08-31 19:58:40 -05:00
Keith Burzinski
5e03954e69
Add @kbx81 as esphome codeowner ( #99427 )
...
* Add @kbx81 as esphome codeowner
* Add @kbx81 as esphome codeowner, take 2
2023-08-31 23:50:25 +02:00
Álvaro Fernández Rojas
97d38f4ca5
Update AEMET-OpenData to v0.4.4 ( #99418 )
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2023-08-31 21:59:01 +02:00
Michael
d5adf33225
Address late review for Nextcloud ( #99226 )
2023-08-31 20:35:11 +02:00
J. Nick Koston
0da94c20b0
Significantly reduce overhead to filter event triggers ( #99376 )
...
* fast
* cleanups
* cleanups
* cleanups
* comment
* comment
* add more cover
* comment
* pull more examples from forums to validate cover
2023-08-31 13:47:01 -04:00
Jan-Philipp Benecke
2e7018a152
Move tankerkoenig coordinator and base entity to its own file ( #99416 )
...
* Move tankerkoenig coordinator and entity to its own file
* Add coordinator.py and entity.py to .coveragerc
2023-08-31 19:39:17 +02:00
puddly
22c5071270
Initialize ZHA device database before connecting to the radio ( #98082 )
...
* Create ZHA entities before attempting to connect to the coordinator
* Delete the ZHA gateway object when unloading the config entry
* Only load ZHA groups if the coordinator device info is known offline
* Do not create a coordinator ZHA device until it is ready
* [WIP] begin fixing unit tests
* [WIP] Fix existing unit tests (one failure left)
* Fix remaining unit test
2023-08-31 12:09:46 -04:00
Erik Montnemery
80caeafcb5
Add documentation URL for homeassistant_yellow ( #99336 )
...
* Add documentation URL for homeassistant_yellow
* Fix test
* Tweak
2023-08-31 10:50:53 -04:00
Joakim Sørensen
7042a02d72
Add remote alias to connection info response ( #99410 )
2023-08-31 10:43:32 -04:00
Bram Kragten
875809a827
Update frontend to 20230831.0 ( #99405 )
2023-08-31 15:32:37 +02:00
Erik Montnemery
f36a300651
Improve template sensor config flow validation ( #99373 )
2023-08-31 15:16:32 +02:00
Paul Bottein
047f936d4c
Add entity component translation for water heater away mode attribute ( #99394 )
2023-08-31 14:29:24 +02:00
Joost Lekkerkerker
7ead5c44ea
Use shorthand attributes in iCloud ( #99390 )
...
* Use shorthand attributes in iCloud
* Use shorthand attributes in iCloud
2023-08-31 12:37:21 +02:00
Austin Brunkhorst
2c545ef3d2
Update pysnooz to 0.8.6 ( #99368 )
2023-08-31 11:15:45 +02:00
Erik Montnemery
35560e01b9
Add documentation URL for homeassistant_sky_connect ( #99377 )
2023-08-31 10:39:24 +02:00
G Johansson
0fd9327c46
Revert "Sonos add yaml config issue" ( #99379 )
...
Revert "Sonos add yaml config issue (#97365 )"
This reverts commit 2299430dbe
.
2023-08-31 10:24:03 +02:00
Joost Lekkerkerker
c25b3e55e4
Add entity translations to Mill ( #96541 )
2023-08-31 10:13:39 +02:00
Brett Adams
e08661dad3
Patch service validation in Aussie Broadband ( #99077 )
...
* Bump pyAussieBB
* rolling back to previous version
* patching the pydantic 2.x issue in aussie_broadband integration
* adding test for validate_service_type
* adding test for validate_service_type
* fixing tests, again
* adding additional test
* doing fixes for live tests
* Implement Feedback
* Add test to detect pydantic2
* Update test_init.py
* Update docstring
---------
Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
2023-08-31 09:45:44 +02:00
J. Nick Koston
a41af4e6d3
Revert orjson to 3.9.2 ( #99374 )
...
* Revert "Update orjson to 3.9.4 (#98108 )"
This reverts commit 3dd377cb2a
.
* Revert "Update orjson to 3.9.3 (#97930 )"
This reverts commit d993aa59ea
.
2023-08-31 09:33:57 +02:00
Jan-Philipp Benecke
70843862aa
Address late review for bsblan ( #99360 )
...
* Address late review comment
* Break also comment
2023-08-31 07:31:05 +02:00
tronikos
343e8f0ecc
Opower MFA fixes ( #99317 )
...
opower mfa fixes
2023-08-31 06:36:07 +02:00
Joost Lekkerkerker
99a65fb45b
Collapse supported features list in Deconz ( #99233 )
...
* Use shorthand attributes for Deconz
* revert changes
2023-08-30 23:57:23 +02:00
Marc Mueller
cc9f0aaf80
Escape core version [ci] ( #99364 )
2023-08-30 23:56:25 +02:00
Jan-Philipp Benecke
5819091af7
Move octoprint coordinator to its own file ( #99359 )
...
Move octoprint coordinator to own file
2023-08-30 22:31:51 +02:00
Erik Montnemery
03b1c7ad1d
Minor improvement in tests of hardware integrations ( #99361 )
2023-08-30 21:11:52 +02:00