Robert Svensson
c1e1db9863
Adapt to Axis library file structure changes ( #114181 )
...
* Adapt to axis library file structure changes
* Bump axis to v59
2024-03-25 12:16:41 -04:00
Thomas55555
b71cbeff51
Bump aioautomower to 2024.3.4 ( #114127 )
...
* Bump aioautomower to 2024.3.4
* Update homeassistant/components/husqvarna_automower/sensor.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* adjust imports
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-03-25 16:11:12 +01:00
Kevin Stillhammer
3d6600364b
Bump pywaze to 1.0.0 ( #108613 )
2024-03-25 16:08:57 +01:00
Max von Webel
7b2166243b
Updated temp offset logging in tado component ( #106308 )
...
* Updated temp offset logging in tado component
The logging is a bit confusing because it's trimming the digits from the value. Hopefully this makes it a bit more clear.
* Update homeassistant/components/tado/climate.py
Co-authored-by: Jorim Tielemans <tielemans.jorim@gmail.com>
---------
Co-authored-by: Jorim Tielemans <tielemans.jorim@gmail.com>
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2024-03-25 15:10:16 +01:00
Manuel Dipolt
e2a26f6470
Add base entity to romy integration ( #113750 )
...
* cherry picked base entity changes from the branches romy_binary_sensor & romy_sensor
* Update homeassistant/components/romy/entity.py
Co-authored-by: Josef Zweck <24647999+zweckj@users.noreply.github.com>
* Update homeassistant/components/romy/vacuum.py
Co-authored-by: Josef Zweck <24647999+zweckj@users.noreply.github.com>
* Update homeassistant/components/romy/entity.py
Co-authored-by: Josef Zweck <24647999+zweckj@users.noreply.github.com>
* Update homeassistant/components/romy/vacuum.py
Co-authored-by: Josef Zweck <24647999+zweckj@users.noreply.github.com>
* Update homeassistant/components/romy/vacuum.py
Co-authored-by: Josef Zweck <24647999+zweckj@users.noreply.github.com>
* code review changes, base entity/coordinator cleanup
---------
Co-authored-by: Josef Zweck <24647999+zweckj@users.noreply.github.com>
2024-03-25 14:28:07 +01:00
Joost Lekkerkerker
d398eb1f2c
Add Withings webhook manager ( #106311 )
2024-03-25 13:59:36 +01:00
J. Nick Koston
3acb505456
Refactor homekit device linking to use the device index ( #114145 )
...
Now that we have an index of devices in the entity registry
we can avoid generating a lookup for devices we do
not care about
2024-03-25 08:28:56 -04:00
Matthias Lohr
95ddade83c
Use enums to define choices in tolo ( #113992 )
...
* use enums defined in HA to define choices
* move enums to .const
2024-03-25 12:47:56 +01:00
Marc Mueller
49a4fe41c6
Update codespell to 2.2.6 ( #114167 )
2024-03-25 12:33:25 +01:00
Marc Mueller
56e13ef3fc
Update pytest-unordered to 0.6.0 ( #114162 )
2024-03-25 11:45:07 +01:00
Marc Mueller
81c34ac952
Fix spelling [docstrings + comments] ( #114168 )
2024-03-25 11:33:00 +01:00
Marc Mueller
9b7cc088be
Fix spelling [runtime] ( #114169 )
2024-03-25 11:32:50 +01:00
Marc Mueller
8ae2fefcf3
Update types packages ( #114164 )
2024-03-25 11:32:38 +01:00
G Johansson
3ba1b82723
Remove hourly weather entity from met_eireann ( #112449 )
2024-03-25 11:30:50 +01:00
J. Nick Koston
ada781025b
Avoid homekit random id generation for existing entries ( #114144 )
2024-03-25 11:28:26 +01:00
Marc Mueller
188dbfbd2a
Update typing-extensions to 4.11.0rc1 ( #114116 )
2024-03-25 11:27:47 +01:00
Jan Bouwhuis
e88ade716d
Allow debugging tests by default in vscode ( #114065 )
2024-03-25 11:25:46 +01:00
Marc Mueller
1b6d1d58ec
Update pytest-cov to 5.0.0 ( #114160 )
...
* Update pytest-cov to 5.0.0
* Update warnings filter
2024-03-25 11:23:26 +01:00
Marc Mueller
5d293f92b2
Update yamllint to 1.35.1 ( #114166 )
2024-03-25 11:22:55 +01:00
Marc Mueller
18bb33e2d7
Update pyOpenSSL to 24.1.0 ( #114165 )
2024-03-25 11:15:47 +01:00
Bouwe Westerdijk
ace21c876c
Bump plugwise to v0.37.1 ( #113245 )
2024-03-25 11:15:33 +01:00
Marc Mueller
3643b324c0
Update pipdeptree to 2.16.1 ( #114159 )
2024-03-25 11:13:25 +01:00
Marc Mueller
b2da780044
Update respx to 0.21.0 ( #114163 )
2024-03-25 11:05:30 +01:00
Marc Mueller
ac0dc946d3
Update pytest-timeout to 2.3.1 ( #114161 )
2024-03-25 11:02:20 +01:00
Marc Mueller
36fdf65782
Update coverage to 7.4.4 ( #114158 )
2024-03-25 11:00:22 +01:00
Álvaro Fernández Rojas
33d9947a70
Add climate fan modes for Airzone Cloud Aidoo devices ( #103574 )
...
* airzone_cloud: climate: add Aidoo speeds support
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* Add suggested changes
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* airzone_cloud: climate: rename _set_fan_speeds()
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* airzone_cloud: climate: drop BASE_FAN_SPEEDS
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* airzone_cloud: climate: refactor FAN_AUTO speed
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* airzone_cloud: climate: document standard speeds replacement
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* airzone_cloud: climate: fix Homekit comment
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* airzone_cloud: climate: consistent fan speed names
Instead of mixing "low", "medium" and "high" with percentages, let's use only
percentages if there are more speeds.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
---------
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-03-25 10:50:04 +01:00
Jan Bouwhuis
19fa39d556
Generate ConfigValidationError message from English translations ( #113844 )
...
* Fetch ConfigValidationError message from translation cache
* Sync error logmessages with translation cache
* More sync
* Cleanup
* Remove unrelated change
* Follow up comments
* Rebase and improve contructor
* Improve name
* Rename to MULTIPLE_INTEGRATION_CONFIG_ERRORS
2024-03-25 10:39:30 +01:00
Marc Mueller
a58049554d
Update pytest-asyncio to 0.23.6 ( #114155 )
2024-03-25 10:10:37 +01:00
Robert Resch
c8948e3b1c
Use uv and sort jobs in builder.yml ( #114153 )
2024-03-25 09:50:06 +01:00
Marc Mueller
04bc31a799
Update pre-commit to 3.7.0 ( #114154 )
2024-03-25 09:35:27 +01:00
Emanuel Winblad
8f0f8f9469
Bump vilfo-api-client to 0.5.0 ( #114082 )
2024-03-25 09:00:06 +01:00
dependabot[bot]
5c0888ba28
Bump Wandalen/wretry.action from 2.0.0 to 2.1.0 ( #114150 )
2024-03-25 08:56:33 +01:00
dependabot[bot]
aa1179ccc4
Bump github/codeql-action from 3.24.8 to 3.24.9 ( #114151 )
2024-03-25 08:55:35 +01:00
Christopher Bailey
3e01085c91
Add repair for UniFi Protect if RTSP is disabled on camera ( #114088 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-03-24 17:30:52 -10:00
J. Nick Koston
a5128c2148
Covert system_log services to be callbacks ( #114143 )
2024-03-24 15:55:40 -10:00
J. Nick Koston
e8fe3d349b
Bump aionut to 4.3.2 ( #114142 )
2024-03-24 15:55:13 -10:00
Matrix
517826fe48
Bump yolink-api to 0.4.1 fix water depth sensor error when device is not initialize ( #113994 )
2024-03-24 15:37:39 -10:00
J. Nick Koston
04b3049a7b
Bump aionut to 4.2.1 ( #114132 )
2024-03-24 12:57:58 -10:00
Yuxin Wang
76052a5385
Implement diagnostics platform for APCUPSD ( #112284 )
...
* Implement diagnostic platform for APCUPSd
* Put APCUPSd in gold quality scale
* Revert quality scale update
* Use snapshot testing for apcupsd
* Prettify the code
2024-03-24 23:40:41 +01:00
J. Nick Koston
17378ce408
Bump aionut to 4.1.0 ( #114125 )
...
Handles auth errors after the password has been sent
This means we will be able to have some decent error
reporting and reauth support in the future
changelog: https://github.com/bdraco/aionut/compare/v4.0.0...v4.1.0
2024-03-24 20:50:32 +01:00
J. Nick Koston
d0dc820ced
Cancel config entry setup retry at shutdown ( #114124 )
2024-03-24 09:09:24 -10:00
Jan Bouwhuis
c94d8c541b
Fix google assistant diagnostics test ( #114111 )
...
Improve google assistant diagnostics test
2024-03-24 19:05:47 +01:00
Marc Mueller
d779333bef
Use TypeVarTuple for add_job and run_job methods ( #114122 )
2024-03-24 18:52:39 +01:00
Jan Bouwhuis
67ab49b825
Fetch ServiceNotFound message from translation cache and fix super ( #114084 )
...
* Fetch ServiceNotFound message from translation cache and fix super
* Fix tests trace component
* Fix script errors
2024-03-24 07:41:13 -10:00
J. Nick Koston
6371b344b9
Ensure discovery can setup legacy device tracker platforms ( #114101 )
2024-03-24 07:38:05 -10:00
Ernst Klamer
c5893f22bf
Bump xiaomi-ble to 0.28.0 ( #114120 )
2024-03-24 07:37:25 -10:00
Marc Mueller
11faf4adcb
Replace if in range check ( #114107 )
2024-03-24 15:20:00 +01:00
Lars Stegman
3a3fb95454
Fix launch library translation keys ( #114093 )
...
Fix translation keys
2024-03-24 15:12:25 +01:00
Niels Perfors
db3eeec78c
Tado: fix 113982 ( #114109 )
...
fix-113982
2024-03-24 13:28:09 +01:00
J. Nick Koston
d4b180cf75
Fix flapping device_tracker test_bad_platform test ( #114102 )
...
https://github.com/home-assistant/core/actions/runs/8408079861/job/23023835074
2024-03-24 13:23:12 +01:00