Commit Graph

55695 Commits (df7000f96d5c3f7a01b545eb19c33eb9d9367d0f)

Author SHA1 Message Date
Bram Kragten 4a9859bf54
Update frontend to 20221031.0 (#81324) 2022-10-31 20:42:18 +01:00
Aidan Timson d6689937a3
Add integration type to OVO Energy (#81187) 2022-10-31 20:42:02 +01:00
Aidan Timson 8044b9587a
Add integration type to System Bridge (#81186) 2022-10-31 20:41:12 +01:00
Franck Nijhof c08848b22e
Update base image to 2022.10.0 (#81317) 2022-10-31 20:36:59 +01:00
J. Nick Koston 82e90587c7
Bump oralb-ble to 0.10.0 (#81315) 2022-10-31 19:38:57 +01:00
J. Nick Koston 3764f7d95b
Bump zeroconf to 0.39.4 (#81313) 2022-10-31 12:35:43 -05:00
J. Nick Koston 4f5aad9d6d
Bump aiohomekit to 2.2.10 (#81312) 2022-10-31 12:29:12 -05:00
epenet 94e2646c87
Implement reauth_confirm in fireservicerota (#77487) 2022-10-31 15:56:13 +01:00
epenet fee3898f64
Use _attr_is_on in rest (#81305) 2022-10-31 15:36:43 +01:00
epenet a0ed91e30c
Add type hints to rest tests (#81304) 2022-10-31 15:30:29 +01:00
Mike Degatano 82151bfd40
Create repairs for unsupported and unhealthy (#80747) 2022-10-31 09:57:54 -04:00
Paulus Schoutsen 0a476baf16 Bumped version to 2022.11.0b4 2022-10-31 09:54:14 -04:00
J. Nick Koston f3a96ce14b Bump dbus-fast to 1.60.0 (#81296) 2022-10-31 09:54:04 -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
Chris Talkington 8eef55ed60 Bump pyipp to 0.12.1 (#81287)
bump pyipp to 0.12.1
2022-10-31 09:54:02 -04:00
J. Nick Koston 8f843b3046 Do not fire the esphome ble disconnected callback if we were not connected (#81286) 2022-10-31 09:53:26 -04:00
J. Nick Koston 13562d271e Bump bleak-retry-connector to 2.8.1 (#81285)
* Bump bleak-retry-connector to 2.8.1

reduces logging now that we have found the problem
with esphome devices not disconnecting ble devices
after timeout

changelog: https://github.com/Bluetooth-Devices/bleak-retry-connector/compare/v2.8.0...v2.8.1

* empty
2022-10-31 09:52:03 -04:00
J. Nick Koston 3cf63ec88e Include esphome device name in BLE logs (#81284)
* Include esphome device name in BLE logs

This makes it easier to debug what is going on when there
are multiple esphome proxies

* revert unintended change
2022-10-31 09:52:02 -04:00
J. Nick Koston 1f70941f6d Do not fire the esphome ble disconnected callback if we were not connected (#81286) 2022-10-31 09:51:21 -04:00
J. Nick Koston 81dde5cfdf Bump bleak-retry-connector to 2.8.0 (#81283) 2022-10-31 09:49:55 -04:00
J. Nick Koston eccf61a546 Bump aioesphomeapi to 11.4.1 (#81282) 2022-10-31 09:49:54 -04:00
J. Nick Koston 9fac632dcd Bump bleak-retry-connector to 2.7.0 (#81280) 2022-10-31 09:49:53 -04:00
J. Nick Koston e26149d0c3 Bump aioesphomeapi to 11.4.0 (#81277) 2022-10-31 09:49:52 -04:00
J. Nick Koston 8bafb56f04 Bump bleak-retry-connector to 2.6.0 (#81270) 2022-10-31 09:49:51 -04:00
J. Nick Koston 94f92e7f8a Try to switch to a different esphome BLE proxy if we run out of slots while connecting (#81268) 2022-10-31 09:49:50 -04:00
J. Nick Koston 5e3fb6ee9f Provide a human readable error when an esphome ble proxy connection fails (#81266) 2022-10-31 09:49:50 -04:00
J. Nick Koston c36260dd17 Move esphome gatt services cache to be per device (#81265) 2022-10-31 09:49:49 -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
J. Nick Koston 9d88c95314 Bump aiohomekit to 2.2.9 (#81254) 2022-10-31 09:49:46 -04:00
Tobias Sauerwein 90a3689489 Make Netatmo/Legrande/BTicino lights and switches optimistic (#81246)
* Make Netatmo lights optimistic

* Same for switches
2022-10-31 09:49:45 -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
J. Nick Koston a6bb7a0832 Bump dbus-fast to 1.59.1 (#81229)
* Bump dbus-fast to 1.59.1

fixes incorrect logging of an exception when it was already handled

changelog: https://github.com/Bluetooth-Devices/dbus-fast/compare/v1.59.0...v1.59.1

* empty
2022-10-31 09:49:44 -04:00
Tobias Sauerwein 24b3d21815 Mute superfluous exception when no Netatmo webhook is to be dropped (#81221)
* Mute superfluous exception when no webhook is to be droped

* Update homeassistant/components/netatmo/__init__.py

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-10-31 09:49:43 -04:00
Kevin Stillhammer be138adb23 Add missing string for option traffic_mode for google_travel_time (#81213)
Add missing string for option traffic_mode
2022-10-31 09:49:42 -04:00
Guido Schmitz 8d3ed60986 Fix Danfoss thermostat support in devolo Home Control (#81200)
Fix Danfoss thermostat
2022-10-31 09:49:41 -04:00
Raj Laud 0465510ed7 Fix Squeezebox media browsing (#81197)
* Squeezebox media browser fix icons

* Update pysqueezebox to 0.6.1
2022-10-31 09:49:40 -04:00
J. Nick Koston 1589c06203
Significantly reduce clock_gettime syscalls on platforms with broken vdso (#81257) 2022-10-31 09:35:08 -04:00
J. Nick Koston 8416cc1906
Try to switch to a different esphome BLE proxy if we run out of slots while connecting (#81268) 2022-10-31 09:27:04 -04:00
J. Nick Koston 5ba3b499fe
Bump dbus-fast to 1.60.0 (#81296) 2022-10-31 09:18:49 -04:00
epenet fbc8f0a2cf
Improve type hints in rest integration (#81291) 2022-10-31 14:06:09 +01:00
Franck Nijhof be68412c64
Update pytest to 7.2.0 (#81295) 2022-10-31 13:26:05 +01:00
epenet 283f8585b8
Adjust scrape coordinator logging (#81299) 2022-10-31 13:21:37 +01:00
Josh Anderson dd092d86d4
Update supported and deprecated IBM Watson voices (#81247) 2022-10-31 13:19:52 +01:00
Tobias Sauerwein 927b8b2eef
Bump pyatmo to 7.3.0 (#81290)
* Bump pyatmo to 7.3.0

* Update test fixture data and tests
2022-10-31 11:09:15 +01:00
Maciej Bieniek ae2419b569
Add support for PMSx003 sensors in NAM integration (#81289)
* Add support for PMSx003

* Organize the order of tests
2022-10-31 10:22:45 +01:00
Chris Talkington 47a0f89ada
Bump pyipp to 0.12.1 (#81287)
bump pyipp to 0.12.1
2022-10-31 09:23:05 +01:00
J. Nick Koston 8db7afb2e0
Include esphome device name in BLE logs (#81284)
* Include esphome device name in BLE logs

This makes it easier to debug what is going on when there
are multiple esphome proxies

* revert unintended change
2022-10-31 00:31:37 -05:00
J. Nick Koston 1bdd8fff44
Bump bleak-retry-connector to 2.8.1 (#81285)
* Bump bleak-retry-connector to 2.8.1

reduces logging now that we have found the problem
with esphome devices not disconnecting ble devices
after timeout

changelog: https://github.com/Bluetooth-Devices/bleak-retry-connector/compare/v2.8.0...v2.8.1

* empty
2022-10-31 00:28:38 -05:00
aschmitz a766b41b13
Add basic Aranet integration (#80865) 2022-10-30 22:50:46 -05:00