Commit Graph

13980 Commits (431f93e1d3378d1987caec5e12708a6972852479)

Author SHA1 Message Date
Avi Miller 2a641d1d19
Restore color_temp handling for lifx.set_state (#82067)
fixes undefined
2022-11-16 15:42:29 +01:00
J. Nick Koston 0d62d80038
Fix bluetooth adapters with missing firmware patch files not being discovered (#81926) 2022-11-16 15:41:40 +01:00
Allen Porter 223d864b04
Revert google calendar back to old API for free/busy readers (#81894)
* Revert google calendar back to old API for free/busy readers

* Update homeassistant/components/google/calendar.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-11-16 15:41:36 +01:00
David F. Mulcahey 082d4079ef
Fix ZHA configuration APIs (#81874)
* Fix ZHA configuration loading and saving issues

* add tests
2022-11-16 15:41:32 +01:00
Allen Porter 70b360b1f8
Bump gcal_sync to 4.0.1 to fix Google Calendar config flow (#81873)
Bump gcal_sync to 4.0.1

This reverts test chagnes from PR #81562 that were actually incorrect given
the calendar "get" API returns less information that the "CalendarList" api.
2022-11-16 15:41:28 +01:00
Jc2k c8177f48ce
Fix homekit_controller climate entity not becoming active when changing modes (#81868) 2022-11-16 15:41:21 +01:00
epenet 1ecb7ab887
Fix rest schema (#81857) 2022-11-16 15:41:14 +01:00
Erik Montnemery 248ed3660f
Fix statistic_during_period for data with holes (#81847) 2022-11-16 15:41:10 +01:00
Oliver Dippel 2eacbef061
Fix ibeacon source attribute not being updated (#81740)
fixes undefined
2022-11-16 15:40:55 +01:00
J. Nick Koston d94e969dc1
Fix instability with HomeKit trigger accessories (#80703)
fixes https://github.com/home-assistant/core/issues/78774
fixes https://github.com/home-assistant/core/issues/81685
2022-11-16 15:40:44 +01:00
Yukon Vinecki 18842ef571
Fix Z-Wave JS cover stop support (#78723)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-11-16 15:40:38 +01:00
J. Nick Koston d88b2bf19c
Fix off by one in HomeKit iid allocator (#81793) 2022-11-08 16:24:15 +01:00
epenet 345d356e9a
Fix rest import (#81784) 2022-11-08 13:35:12 +01:00
J. Nick Koston 1f878433ac
Fix check for duplicate config entry reauth when context is passed or augmented (#81753)
fixes https://github.com/home-assistant/core/issues/77578
2022-11-08 12:43:32 +01:00
epenet 797ea3ace4
Adjust REST schema validation (#81723)
fixes undefined
2022-11-08 12:43:28 +01:00
J. Nick Koston 3e8bea8fbd
Fix flapping logbook tests (#81695) 2022-11-08 12:43:25 +01:00
J. Nick Koston e4269ff8b2
Fix creating multiple ElkM1 systems with TLS 1.2 (#81627)
fixes https://github.com/home-assistant/core/issues/81516
2022-11-08 12:32:55 +01:00
J. Nick Koston 4391640734
Ignore unspecified addresses from zeroconf (#81620) 2022-11-08 12:32:44 +01:00
J. Nick Koston ac15f2cf9d
Fix homekit bridge iid allocations (#81613)
fixes undefined
2022-11-08 12:32:35 +01:00
David F. Mulcahey 9771147a1e
Fix invalid min and max color temp in bad ZHA light devices (#81604)
* Fix ZHA default color temps

* update test
2022-11-08 12:32:24 +01:00
David F. Mulcahey f9c7732090
Bump ZHA quirks and associated changes (#81587) 2022-11-08 12:32:13 +01:00
Allen Porter 2a34d3a56f
Bump gcal_sync to 4.0.0 (#81562)
* Bump gcal_sync to 2.2.4

* Bump gcal sync to 4.0.0

* Add Calendar accessRole fields which are now required
2022-11-08 12:31:52 +01:00
Aaron Bach 7124cedd7a
Bump pyairvisual to 2022.11.1 (#81556) 2022-11-08 12:31:46 +01:00
J. Nick Koston 7b769b39c2
Add additional coverage for adding multiple elkm1 instances (#81528)
* Add additional coverage for adding multiple elkm1 instances

* fix copy error
2022-11-08 12:31:40 +01:00
Avi Miller 51ab5d1808
Fix lifx.set_state so it works with kelvin and color_temp_kelvin and color names (#81515) 2022-11-08 12:31:36 +01:00
Steven Looman d3bd80b876
Fix ignored upnp discoveries not being matched when device changes its unique identifier (#81240)
Fixes https://github.com/home-assistant/core/issues/78454
fixes undefined
2022-11-08 12:31:20 +01:00
epenet a53d1e072d
Fix scrape scan interval (#81763) 2022-11-08 10:56:08 +01:00
Austin Brunkhorst 32c5248ddb Update pysnooz to 0.8.3 (#81428) 2022-11-03 17:00:28 +01:00
Mike Degatano f6c094b017
Improve supervisor repairs (#81387)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-11-02 12:46:12 +01:00
Paulus Schoutsen 3aca376374
Add unit conversion for energy costs (#81379)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-11-02 12:46:05 +01:00
Franck Nijhof b9132e78b4
Improve error logging of WebSocket API (#81360) 2022-11-02 12:45:50 +01:00
J. Nick Koston 8c63a9ce5e Immediately prefer advertisements from alternate sources when a scanner goes away (#81357) 2022-11-01 13:09:42 -04:00
Jan Bouwhuis a2d432dfd6 Revert "Do not write state if payload is `''`" for MQTT sensor (#81347)
* Revert "Do not write state if payload is ''"

This reverts commit 869c11884e.

* Add test
2022-11-01 13:09:37 -04:00
Maciej Bieniek 4684101a85 Improve MQTT update platform (#81131)
* Allow JSON as state_topic payload

* Add title

* Add release_url

* Add release_summary

* Add entity_picture

* Fix typo

* Add abbreviations
2022-11-01 13:09:31 -04:00
J. Nick Koston 9b87f7f6f9 Fix homekit diagnostics test when version changes (#81046) 2022-11-01 13:09:31 -04:00
Mike Degatano 3ddcc637da Create repairs for unsupported and unhealthy (#80747) 2022-10-31 21:23:08 -04:00
Tobias Sauerwein 4fbbb7ba6d Bump pyatmo to 7.3.0 (#81290)
* Bump pyatmo to 7.3.0

* Update test fixture data and tests
2022-10-31 09:54:03 -04:00
J. Nick Koston 0af69a1014 Significantly reduce clock_gettime syscalls on platforms with broken vdso (#81257) 2022-10-31 09:49:48 -04:00
Jc2k 5f81f968ee Set the correct state class for Eve Energy in homekit_controller (#81255) 2022-10-31 09:49:47 -04:00
Maciej Bieniek 11bdddc1dc Catch `ApiError` while checking credentials in NAM integration (#81243)
* Catch ApiError while checking credentials

* Update tests

* Suggested change
2022-10-31 09:49:44 -04:00
Paulus Schoutsen 3323bf4ae9 Set date in test to fixed one (#81175) 2022-10-29 15:07:17 -04:00
Shay Levy 6f3b7d009d Add diagnostics to webostv (#81133) 2022-10-29 15:07:15 -04:00
Robert Hillis 09fc492d80 Bump aiopyarr to 22.10.0 (#81153) 2022-10-28 22:08:20 -04:00
Shay Levy 4dc2d885cf Add diagnostics to Switcher (#81146) 2022-10-28 22:08:18 -04:00
Kevin Stillhammer aeecc93ad6 Allow empty string for filters for waze_travel_time (#80953)
* Allow empty string for filters

Signed-off-by: Kevin Stillhammer <kevin.stillhammer@gmail.com>

* Apply PR feedback

Signed-off-by: Kevin Stillhammer <kevin.stillhammer@gmail.com>

Signed-off-by: Kevin Stillhammer <kevin.stillhammer@gmail.com>
2022-10-28 22:08:15 -04:00
Matthias Alphart 233ad2b90b Migrate KNX to use kelvin for color temperature (#81112) 2022-10-27 17:30:24 -04:00
J. Nick Koston 4927f4206a Add support for oralb IO Series 4 (#81110) 2022-10-27 17:30:23 -04:00
Tobias Sauerwein cbd5e919cb Clean up superfluous Netatmo API calls (#81095) 2022-10-27 17:30:20 -04:00
puddly bb47935509 Handle sending ZCL commands with empty bitmap options (#81051)
Handle sending commands with empty bitmaps
2022-10-27 17:30:15 -04:00
Erik Montnemery 11cc7e1566 Add WS API recorder/statistic_during_period (#80663) 2022-10-27 17:30:11 -04:00