J. Nick Koston
fb0dad66db
Add jinja_pass_arg to reserved template names ( #107822 )
2024-01-12 09:34:49 +01:00
Mikail Tunç
46a06bc8cd
Restrict Version Disclosure to Authenticated Requests in Home Assistant ( #107458 )
2024-01-12 09:34:18 +01:00
J. Nick Koston
bef596d0dd
Migrate unifiprotect descriptions to be kw_only ( #107832 )
2024-01-12 09:33:33 +01:00
J. Nick Koston
b6dfa1fa7c
Bump nexia to 2.0.8 ( #107835 )
2024-01-12 09:32:38 +01:00
dependabot[bot]
72618c1bf2
Bump github/codeql-action from 3.22.12 to 3.23.0 ( #107628 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-12 09:31:13 +01:00
dependabot[bot]
751b459f80
Bump actions/cache from 3.3.2 to 3.3.3 ( #107840 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-12 09:26:01 +01:00
J. Nick Koston
6612de9a6d
Bump govee-ble to 0.27.3 ( #107839 )
...
changelog: https://github.com/Bluetooth-Devices/govee-ble/compare/v0.27.2...v0.27.3
2024-01-12 09:16:30 +01:00
G Johansson
e715d6a7a1
Fix duplicated resource issue in System Monitor ( #107671 )
...
* Fix duplicated resource issue
* Only slug the argument
2024-01-12 08:44:38 +01:00
Matrix
83fbcb11ea
Add YoLink SpeakerHub Service ( #107787 )
...
* Add YoLink SpeakerHub Service
* fix as suggestion
* service's params descriptions
2024-01-12 08:18:44 +01:00
Aaron Bach
dc10f3c204
Move Guardian valve attributes to diagnostics sensors ( #107834 )
2024-01-11 19:16:54 -07:00
dcmeglio
69a8f476e8
Improved tracking of switchbot opening/closing states ( #106741 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-01-11 16:09:50 -10:00
dcmeglio
0d8073fddf
Bump PySwitchbot to 0.44.0 ( #107833 )
2024-01-11 15:18:57 -10:00
Franck Nijhof
e71304580d
Fix Tailwind cover stuck in closing state ( #107827 )
2024-01-11 23:25:33 +01:00
Phil Bruckner
24ddc939c0
Remove Life360 integration ( #107805 )
2024-01-11 21:49:39 +01:00
Cody C
ff811a33f5
Fix Netatmo camera name does not show under Media -> Media sources -> Camera ( #107696 )
...
* Fixes issue where Netatmo camera name does not show under Media -> Media sources ->Camera
Fixes #105268
* Remove entity name and change has_entity_name to False
has_entity_name has to be retained (per https://developers.home-assistant.io/docs/core/entity/#has_entity_name-true-mandatory-for-new-integrations )
2024-01-11 21:36:39 +01:00
Erik Montnemery
8a9f9b94ef
Fix call to async_setup_component in translation test ( #107807 )
2024-01-11 10:09:32 -10:00
Erik Montnemery
44a6882c39
Make step_id parameter to FlowHandler.async_show_progress optional ( #107802 )
...
Drop step_id parameter from FlowHandler.async_show_progress
2024-01-11 21:05:20 +01:00
Erik Montnemery
ddf3a36061
Improve calls to async_show_progress in google ( #107788 )
2024-01-11 16:47:53 +01:00
Erik Montnemery
fbb6c1d0f0
Improve calls to async_show_progress in matter ( #107791 )
2024-01-11 13:08:54 +01:00
Erik Montnemery
2a0bd6654b
Improve calls to async_show_progress in zwave_js ( #107794 )
2024-01-11 13:07:43 +01:00
Erik Montnemery
24cd6a8a52
Improve ergonomics of FlowManager.async_show_progress ( #107668 )
...
* Improve ergonomics of FlowManager.async_show_progress
* Don't include progress coroutine in web response
* Unconditionally reset progress task when show_progress finished
* Fix race
* Tweak, add tests
* Address review comments
* Improve error handling
* Allow progress jobs to return anything
* Add comment
* Remove unneeded check
* Change API according to discussion
* Adjust typing
2024-01-11 12:00:12 +01:00
J. Nick Koston
00b40c964a
Bump govee-ble to 0.27.2 ( #107778 )
...
* Bump govee-ble to 0.27.0
changelog: https://github.com/Bluetooth-Devices/govee-ble/compare/v0.26.0...v0.27.0
note: H5106 is partially supported, full support will be added in another PR + docs
* .1
* 0.27.2
2024-01-11 11:28:03 +01:00
Matrix
f217d438cd
Add SpeakerHub support to YoLink ( #104678 )
...
* SpeakerHub support
* Remove unnecessary code
* fix entity description
* Fix as suggestion
* fixes
* fixes as suggestion & remove Speker Hub service
2024-01-11 11:04:14 +01:00
Ido Flatow
b12c53e94e
Fix switcher kis logging incorrect property for device's name ( #107775 )
...
* use of incorrect property for device's name
* Update switch.py according to Ruff formatter
2024-01-11 11:39:50 +02:00
Robert Resch
1c669c6e84
Revert "Revert "Add preselect_remember_me to `/auth/providers`"" ( #106867 )
2024-01-11 10:37:19 +01:00
Erwin Douna
b08832a89a
Fastdotcom service optimization ( #107179 )
...
* Startup mechanic
* Workable service (again)
* Optimized version, for now
* Minor refactoring
* Test cases
* Fixing test case
* Adding startup comment
* State_unknown added
* Update homeassistant/components/fastdotcom/services.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Check if config entries are not found
* Update tests/components/fastdotcom/test_service.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/fastdotcom/services.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/fastdotcom/services.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-01-11 08:27:15 +01:00
Jan Bouwhuis
e0457590d1
Fix mqtt text text min max config params can not be equal ( #107738 )
...
Fix mqtt text text min max kan not be equal
2024-01-11 07:17:48 +01:00
Christopher Bailey
b83f5b5932
Add new event sensors from UniFi Protect 2.11 ( #107773 )
2024-01-10 19:23:59 -10:00
Christopher Bailey
99e25d94c0
Rework events for UniFi Protect ( #107771 )
2024-01-10 19:02:16 -10:00
Christopher Bailey
ec8a33b52d
Rework state change detection for UniFi Protect entities ( #107766 )
2024-01-10 18:06:45 -10:00
Christopher Bailey
335a1f6e09
Bump pyunifiprotect to 4.23.2 ( #107769 )
2024-01-10 18:04:37 -10:00
Thomas Kistler
28cdf5f1d2
Bump aioambient to 2024.01.0 ( #107767 )
2024-01-10 18:04:15 -10:00
jjlawren
0bdbb52694
Bump sonos-websocket to 0.1.3 ( #107765 )
2024-01-10 18:00:34 -10:00
Christopher Bailey
e595d24d78
Add leak sensor for UP Sense for UniFi Protect ( #107762 )
2024-01-10 15:32:05 -10:00
Shay Levy
28b5104cda
Bump aioshelly to 7.1.0 ( #107593 )
2024-01-10 14:50:45 -10:00
Ernst Klamer
0ae86095d2
Bump bthome-ble to 3.4.1 ( #107757 )
2024-01-10 14:48:37 -10:00
Christopher Bailey
b5bd910963
Bump pyunifiprotect to 4.23.1 ( #107758 )
2024-01-10 14:38:56 -10:00
Aaron Bach
bc4c3bf9e7
Add `valve` platform to Guardian ( #107423 )
2024-01-10 13:03:18 -10:00
J. Nick Koston
b2f7fd12a2
Add comment to ConfigEntry.async_setup about race safety ( #107756 )
2024-01-10 13:03:09 -10:00
Eugene Tiutiunnyk
1bb76e2351
Fix Mac address check in kef integration ( #107746 )
...
Fix the check for Mac address in kef integration (#106072 )
It might be due to an update of `getmac` dependency in some case the mac
was resolved to "00:00:00:00:00:00" instead of the anticipated `None`.
With that the original bug #47678 where a duplicated entity would be
created in case of HA is restarted while the KEF speaker is offline
came back. The PR #52902 was applied back in time to fix that issue.
Now, this change is a continuation of the previous efforts. The solution
was tested for about two months and it does address the bug with
creating duplicated entities in case of KEF speakers being offline.
2024-01-10 23:23:40 +01:00
Allen Porter
350806c036
Make to-do list item exception wording consistent ( #107743 )
2024-01-10 22:49:25 +01:00
bubonicbob
c74bef265a
Update powerwall for tesla_powerwall 0.5.0 which is async ( #107164 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-01-10 11:21:53 -10:00
YogevBokobza
bdba6f41c9
Bump aioswitcher to 3.4.1 ( #107730 )
...
* switcher: added support for device_key logic included in aioswitcher==3.4.1
* switcher: small fix
* switcher: after lint
* switcher: fix missing device_key in tests
* remove device_key function
* fix missing device_key in tests
2024-01-10 21:41:16 +02:00
Álvaro Fernández Rojas
9036d67588
Rename AEMET weather_update_coordinator ( #107740 )
...
* aemet: rename weather_update_coordinator
Use "coordinator" instead, like other integrations.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* coverage: remove AEMET coordinator
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
---------
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-01-10 20:33:44 +01:00
J. Nick Koston
7d18ad6fe7
Reduce discovery flow matching overhead ( #107709 )
2024-01-10 07:14:18 -10:00
Álvaro Fernández Rojas
6a6c447c28
Use new AEMET library data for sensor platform ( #102972 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Robert Resch <robert@resch.dev>
2024-01-10 16:36:20 +01:00
Jan Bouwhuis
de9bb20135
Fix invalid alexa climate or water_heater state report with double listed targetSetpoint ( #107673 )
2024-01-10 16:23:42 +01:00
Jan Bouwhuis
5bdcbc4e8b
Redact sensitive data in alexa debug logging ( #107676 )
...
* Redact sensitive data in alexa debug logging
* Add wrappers to diagnostics module
* Test http api log is redacted
2024-01-10 16:20:47 +01:00
Josef Zweck
956921a930
Improvements for tedee integration ( #107238 )
...
* improvements
* wait another second before creating the entry
* move delay to lib
* move library bump to separate PR
* move available back to lock from entity
2024-01-10 14:55:28 +01:00
Arie Catsman
e5eb58b456
Bump Pyenphase to 1.16.0 ( #107719 )
2024-01-10 14:34:25 +01:00