Julien "_FrnchFrgg_" Rivaud
9d0fed8539
Bump caldav to 1.3.8 ( #105508 )
...
* Bump caldav to 1.3.8
1.3.8 fixes a bug where duplicate STATUS properties would be emitted for a single VTODO depending on the case of the arguments used.
That bug meant that even though that is the intended API usage, passing lowercase for the status argument name would be rejected by caldav servers checking conformance with the spec which forbids duplicate STATUS.
This in turn prevented HomeAssistant to add new items to a caldav todo list.
Bump the requirements to 1.3.8 to repair that feature
* Update global requirements
2023-12-13 14:48:38 +01:00
Michael Hansen
4849884467
Disconnect before reconnecting to satellite ( #105500 )
...
Disconnect before reconnecting
2023-12-13 14:48:35 +01:00
Joost Lekkerkerker
8a0b1637b1
Remove Aftership import issue when entry already exists ( #105476 )
2023-12-13 14:48:30 +01:00
J. Nick Koston
ba84af9374
Bump zeroconf to 0.128.4 ( #105465 )
...
* Bump zeroconf to 0.128.3
significant bug fixes
changelog: https://github.com/python-zeroconf/python-zeroconf/compare/0.128.0...0.128.3
* .4
2023-12-13 14:47:27 +01:00
Allen Porter
557ce965cf
Bump ical to 6.1.1 ( #105462 )
2023-12-13 14:42:03 +01:00
Arie Catsman
3b7add533b
Write Enphase Envoy data to log when in debug mode ( #105456 )
2023-12-13 14:42:00 +01:00
Allen Porter
0683b8be21
Fix fitbit oauth reauth debug logging ( #105450 )
2023-12-13 14:41:56 +01:00
Jan Bouwhuis
399f98a726
Fix alexa calling not featured cover services ( #105444 )
...
* Fix alexa calls not supported cover services
* Follow up comment and additional tests
2023-12-13 14:41:53 +01:00
Bouwe Westerdijk
0023d66c80
Bump plugwise to v0.35.3 ( #105442 )
2023-12-13 14:41:49 +01:00
Erik Montnemery
164d0d2085
Bump hatasmota to 0.8.0 ( #105440 )
...
* Bump hatasmota to 0.8.0
* Keep devices with deep sleep support always available
* Add tests
2023-12-13 14:41:46 +01:00
Jan Schneider
a0e9772f52
Check if heat area exists when setting up valve opening and battery sensors in moehlenhoff alpha2 ( #105437 )
...
Check whether the referenced heat area exists
when setting up valve opening and battery sensors
2023-12-13 14:41:42 +01:00
Florian B
84c713894b
Fix adding/updating todo items with due date in CalDAV integration ( #105435 )
...
* refactor: return date/datetime for due date
* fix: explicitly set due date on vTODO component
Using `set_due` automatically handles converting the Python-native
date/datetime values to the correct representation required by RFC5545.
* fix: fix tests with changed due date handling
* fix: item.due may not be a str
* refactor: keep local timezone of due datetime
* refactor: reorder import statement
To make ruff happy.
* fix: fix false-positive mypy error
2023-12-13 14:41:39 +01:00
mkmer
a02faaf489
Fix service missing key in Blink ( #105387 )
...
* fix update service
refactor service yaml
* Remove leftover target
2023-12-13 14:41:35 +01:00
G Johansson
15cf732463
Fix preset modes error in Smartthings ( #105375 )
2023-12-13 14:41:31 +01:00
David Knowles
ef17950d76
Bump pyschlage to 2023.12.0 ( #105349 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2023-12-13 14:41:28 +01:00
mkmer
2d1c716444
Add missing configuration for services.yaml in blink ( #105310 )
2023-12-13 14:41:24 +01:00
Jan Bouwhuis
c6339cb0c0
Fix CI test_invalid_rrule_fix test by freezing the time ( #105294 )
2023-12-13 14:41:20 +01:00
J. Nick Koston
7c0a5baf77
Bump zeroconf to 0.128.0 ( #104936 )
2023-12-13 14:41:16 +01:00
Alex Thompson
0fa3ce763e
Fix Lyric LCC thermostats auto mode ( #104853 )
2023-12-13 14:41:07 +01:00
Bouwe Westerdijk
47dc48ca66
Bump plugwise to v0.34.5 ( #105330 )
2023-12-08 21:20:02 +01:00
Jan Bouwhuis
5220afa856
Workaround to_json template filter in parsing dict key ( #105327 )
...
* Work-a-round orjson for `to_json` fiter in case dict key is str subclass
* Add option instead
* Remove json.dumps work-a-round
* Update homeassistant/helpers/template.py
* Fix test
---------
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2023-12-08 21:19:59 +01:00
G Johansson
629731e2dd
Add rollback on exception that needs rollback in SQL ( #104948 )
2023-12-08 21:19:56 +01:00
Franck Nijhof
9aaff618e2
Bump version to 2023.12.1
2023-12-08 19:08:47 +01:00
Erik Montnemery
35954128ad
Add workaround for orjson not handling subclasses of str ( #105314 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2023-12-08 19:08:02 +01:00
Michael Hansen
d9b31e9841
Use area id for context instead of name ( #105313 )
2023-12-08 19:07:58 +01:00
Erik Montnemery
1e3c154fdf
Add test for energy cost sensor for late price sensor ( #105312 )
2023-12-08 19:07:24 +01:00
Paul Bottein
1777f6b935
Update frontend to 20231208.2 ( #105299 )
2023-12-08 19:06:25 +01:00
Øyvind Matheson Wergeland
c24af97514
Always set _attr_current_option in Nobø Hub select entities ( #105289 )
...
Always set _attr_current_option in select entities.
2023-12-08 19:06:08 +01:00
Jan Bouwhuis
892a7c36ca
Fix mqtt json light state updates using deprecated color handling ( #105283 )
2023-12-08 19:06:03 +01:00
Michael Hansen
53cbde8dca
Set device id and forward errors to Wyoming satellites ( #105266 )
...
* Set device id and forward errors
* Fix tests
2023-12-08 19:05:23 +01:00
J. Nick Koston
f3bb832b19
Bump pyunifiprotect to 4.22.0 ( #105265 )
2023-12-08 19:02:43 +01:00
On Freund
d89f6b5eb0
Fix update of uncategorized OurGroceries items ( #105255 )
...
* Fix update of uncategorized OurGroceries items
* Address code review comments
2023-12-08 19:02:40 +01:00
Duco Sebel
4953a36da8
Add migration for old HomeWizard sensors ( #105251 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2023-12-08 19:02:37 +01:00
Jan-Philipp Benecke
38e01b248f
Explicit check for None in Discovergy entity if condition ( #105248 )
...
Fix checking for None in Discovergy
2023-12-08 19:02:34 +01:00
ollo69
f8d9c4c3ad
Fix AsusWrt invalid data type with tuple type ( #105247 )
2023-12-08 19:02:31 +01:00
G Johansson
3a10ea1892
Fix check_date service in workday ( #105241 )
...
* Fix check_date service in workday
* Add test
2023-12-08 19:02:28 +01:00
Lars
c6187ed914
Fix Fritzbox light setup ( #105232 )
2023-12-08 19:02:24 +01:00
Erik Montnemery
d679764d3b
Disable config flow progress in peco config flow ( #105222 )
2023-12-08 19:02:21 +01:00
haimn
f1169e0a0d
fix supportedFanOscillationModes is null ( #105205 )
...
* fix supportedFanOscillationModes is null
* set default supported_swings to None
* return None if no fan oscillation modes listed
2023-12-08 19:02:18 +01:00
Greg Dowling
119c9c3a6b
Fix bug in roon incremental volume control. ( #105201 )
2023-12-08 19:02:15 +01:00
Jan-Philipp Benecke
c5d1a0fbe1
Increase ping update interval to 30 seconds ( #105199 )
2023-12-08 19:02:12 +01:00
Sebastian Nohn
8ffb147926
Set ping interval to 15 seconds instead of 5 minutes ( #105191 )
...
set ping interval to a more sane value of 15 seconds instead of 5 minutes. fixes home-assistant/core#105163
2023-12-08 19:02:04 +01:00
lunmay
688fab49c3
Fix missing apostrophe in smtp ( #105189 )
...
Fix missing apostrophe
2023-12-08 19:01:20 +01:00
TheJulianJES
c035ffb06e
Fix ZHA quirk ID custom entities matching all devices ( #105184 )
2023-12-08 19:00:39 +01:00
Quentame
054ede9663
Bump Météo-France to 1.3.0 ( #105170 )
2023-12-08 19:00:36 +01:00
Michael Hansen
614e9069c2
Don't return TTS URL in Assist pipeline ( #105164 )
...
* Don't return TTS URL
* Add test for empty queue
2023-12-08 19:00:33 +01:00
starkillerOG
b832a692d9
Bump reolink_aio to 0.8.2 ( #105157 )
2023-12-08 19:00:30 +01:00
Robert Svensson
cfa85956e1
Improve LIDL christmas light detection in deCONZ ( #105155 )
2023-12-08 19:00:25 +01:00
Mick Vleeshouwer
a2f9ffe50f
Disable scenarios (scenes) for local API in Overkiz ( #105153 )
2023-12-08 19:00:22 +01:00
Michael Hansen
47032d055c
Expose todo entities to Assist by default ( #105150 )
2023-12-08 19:00:14 +01:00