Shai Ungar
97ab595e20
Fix repair when integration does not exist ( #127050 )
2024-09-30 09:17:44 +02:00
epenet
20d4031ed4
Use HassKey in application_credentials ( #127069 )
...
Use HassKey in application_credentials
2024-09-30 09:17:33 +02:00
Allen Porter
812be801ce
Bump gcal_sync to 6.1.5 ( #127049 )
2024-09-30 09:11:31 +02:00
Luca Dibattista
672a7ca740
Fix Roomba help URL ( #127065 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-09-30 09:10:54 +02:00
G Johansson
0b3d69aa8e
Add unique id to mold_indicator setup from yaml ( #126992 )
2024-09-30 09:02:43 +02:00
J. Nick Koston
e87542e091
Fix removing nulls when encoding events for PostgreSQL ( #127053 )
2024-09-30 09:01:41 +02:00
MarkGodwin
e9bbf773d6
Switch oamda to use a strongly typed config entry ( #127044 )
2024-09-30 08:58:19 +02:00
Kevin Stillhammer
68e8c968a8
Clarify excl/incl filter functionality for waze_travel_time ( #127056 )
2024-09-30 08:57:06 +02:00
Jon Caruana
a3f12329b3
Bump pylitejet to 0.6.3 ( #127063 )
2024-09-30 08:36:30 +02:00
J. Nick Koston
f5ef213842
Add missing OUI to august ( #127064 )
2024-09-30 08:34:41 +02:00
Jan Bouwhuis
b573e5a2b3
Allow `null` / `None` value for non numeric mqtt sensor without warnings ( #127032 )
...
Allow `null` / `None` value for mqtt sensor without warnings
2024-09-30 07:05:12 +02:00
Marc Mueller
17c3e7b238
Update grpcio constraints to 1.66.2 ( #127026 )
2024-09-30 07:02:00 +02:00
Michael
9921a67a05
Bump py-synologydsm-api to 2.5.3 ( #127035 )
2024-09-29 10:12:27 -05:00
J. Nick Koston
ad09197c00
Bump anyio to 4.6.0 ( #127013 )
2024-09-29 15:13:10 +02:00
YogevBokobza
be11d1cabf
Add Light support for Switcher Runner S11 ( #126402 )
...
* switcher add s11 light support
* switcher fix linting
* switcher fix linting
* switcher fix linting
* switcher fix linting
* Update homeassistant/components/switcher_kis/light.py
Co-authored-by: Shay Levy <levyshay1@gmail.com>
* Update homeassistant/components/switcher_kis/light.py
Co-authored-by: Shay Levy <levyshay1@gmail.com>
* Switcher fix based on requested changes
* switcher fix light tests
* Add translations
* Remove obsolete default
* Remove obsolete default
* Update tests/components/switcher_kis/test_light.py
Co-authored-by: Shay Levy <levyshay1@gmail.com>
* switcher fix based on requested changes
---------
Co-authored-by: Shay Levy <levyshay1@gmail.com>
Co-authored-by: Joostlek <joostlek@outlook.com>
2024-09-29 13:20:21 +03:00
Raul Camacho
5399e2b648
Add Local Calendar ics events import on calendar creation ( #117955 )
...
* add optional config_flow step of uploading .ics file to import local calendar events
* feat: add unit test for import_ics step
* fix: remove unneeded test patch
* feat: add helper for moving ics to storage location
* move helper to config_flow
* ruff
* fix tests; add test for invalid ics content
* Update homeassistant/components/local_calendar/config_flow.py
* Update import flow with radio button and improved text
Signed-off-by: Allen Porter <allen.porter@gmail.com>
* Remove commented out code
* Update with lint fixes
* Apply suggestions from code review
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
---------
Signed-off-by: Allen Porter <allen.porter@gmail.com>
Co-authored-by: Allen Porter <allen.porter@gmail.com>
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2024-09-28 22:15:24 -07:00
J. Nick Koston
a8d72cfdcf
Bump aiohttp to 3.10.8 ( #127009 )
...
changelog: https://github.com/aio-libs/aiohttp/compare/v3.10.7...v3.10.8
Fixes a long standing cancellation leak on timeout
2024-09-28 21:53:54 -04:00
Michael Hansen
fbeee11fd7
Don't log voice assistant config timeout error ( #127010 )
...
Don't log config timeout error
2024-09-28 18:46:01 -04:00
Andre Lengwenus
545dae2e7f
Bump pypck to 0.7.24 ( #126995 )
2024-09-28 21:39:48 +02:00
Paulus Schoutsen
86891351f6
Exclude Text-to-Speech cache from backups ( #127001 )
...
Text-to-speech cache doesn't need to be included in backups.
2024-09-28 18:22:57 +02:00
G Johansson
ddfe790995
Bump smhi-pkg to 1.0.18 ( #126999 )
2024-09-28 17:17:57 +02:00
G Johansson
85a9a8eca1
Add unique id to mold_indicator ( #126990 )
2024-09-28 14:53:40 +02:00
Tsvi Mostovicz
52c358e120
Add reconfigure flow for Jewish Calendar ( #126773 )
...
* Add reconfigure flow for Jewish Calendar
* Use async_update_reload_and_abort
2024-09-28 13:59:11 +02:00
Sid
f516e538a8
Include requirements_test_pre_commit.txt in pre-commit hassfest ( #125388 )
2024-09-28 10:48:08 +02:00
J. Nick Koston
4c28c1f556
Bump aiohttp to 3.10.7 ( #126970 )
2024-09-28 10:47:05 +02:00
Aindriú Mac Giolla Eoin
b996bd3e65
Updated languages.py to add Irish lang code (manually) ( #126689 )
...
* Updated languages.py to add Irish lang code (manually)
Added Irish language code manually without running the command 'python3 -m script.languages ga'. Due to the size of the repository, I was unable to clone and run the generation script for updating languages.py
* Update homeassistant/generated/languages.py
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
---------
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
2024-09-27 23:49:31 +02:00
Erik Montnemery
6c1167df4a
Use ConfigFlow.has_matching_flow to deduplicate webostv flows ( #126898 )
2024-09-28 00:11:15 +03:00
J. Nick Koston
1044345587
Bump yarl to 1.13.1 ( #126962 )
2024-09-27 23:10:01 +02:00
Josef Zweck
d9eb419ecc
Add translation for tedee exceptions ( #126963 )
2024-09-27 22:21:01 +02:00
Josef Zweck
8a266aac34
Add `translation_domain` to lamarzocco exceptions ( #126959 )
2024-09-27 22:01:46 +02:00
Franck Nijhof
f6ac5dab74
Update apprise to 1.9.0 ( #126952 )
2024-09-27 21:58:03 +02:00
Franck Nijhof
d34ba16a30
Update pyvera to 0.3.15 ( #126956 )
2024-09-27 21:25:27 +02:00
Franck Nijhof
5638e937b0
Update vsure to 2.6.7 ( #126950 )
2024-09-27 21:25:13 +02:00
G Johansson
2ff88e7baf
Add preview to statistics ( #122590 )
2024-09-27 21:09:42 +02:00
Josef Zweck
2e1732fadf
Add proper exception handling to lamarzocco ( #125913 )
2024-09-27 21:04:01 +02:00
G Johansson
57e041171b
Add preview to mold_indicator ( #125530 )
2024-09-27 20:56:02 +02:00
Marc Mueller
317b73ffaf
Allow passing filename to licenses script [ci] ( #126951 )
2024-09-27 20:52:01 +02:00
ozadr1an
39a9634a5c
Bump nessclient to 1.1.2 ( #125604 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-09-27 20:49:34 +02:00
Franck Nijhof
22ebc654a7
Update ollama to 0.3.3 ( #126953 )
2024-09-27 20:45:10 +02:00
Marc Mueller
20c3b9b6f9
Update grpcio constraints to 1.66.1 ( #126947 )
2024-09-27 13:44:31 -05:00
Franck Nijhof
7588d83c6c
Update DoorBirdPy to 3.0.3 ( #126949 )
2024-09-27 20:29:46 +02:00
Franck Nijhof
efbb5bf9af
Update debugpy to 1.8.6 ( #126945 )
2024-09-27 20:29:32 +02:00
Steven B.
dac69fafb8
Bump python-kasa library to 0.7.4 ( #126944 )
2024-09-27 13:29:28 -05:00
Franck Nijhof
8d98085873
Update ical to 8.2.0 ( #126954 )
2024-09-27 20:29:18 +02:00
J. Nick Koston
8950e817e0
Bump protobuf to 5.28.2 ( #124936 )
...
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
2024-09-27 19:39:25 +02:00
Erwin Douna
6fb1b53039
Set DSMR Reader quality scale to Gold ( #121466 )
2024-09-27 19:26:51 +02:00
Joakim Plate
c81a4f8633
Translate exception from fjäråskupan ( #126673 )
2024-09-27 19:23:24 +02:00
Erik Montnemery
4599d1650b
Use ConfigFlow.has_matching_flow to deduplicate flux_led flows ( #126888 )
2024-09-27 19:22:00 +02:00
Simon Lamon
4edc3872ce
Add support for stop command in LinkPlay ( #126941 )
...
Add support for stop command
2024-09-27 19:13:26 +02:00
Josef Zweck
8999e9f116
Use `_async_setup` in tedee coordinator ( #126812 )
2024-09-27 19:10:52 +02:00