Jan Bouwhuis and GitHub
5e55f83cbc
Correct imap sensor measurement class and add suggested precision ( #94060 )
...
* Fix imap sensor measurement class and precision
* Test measurement class is set correctly
* Remove unrelated changes
* Move EntityDescription to module level
2023-06-16 00:44:58 +02:00
Michał Modzelewski and GitHub
b104680c6d
Bump pyatv to 0.13.0 ( #94683 )
2023-06-15 11:57:36 -10:00
Franck Nijhof and GitHub
21bdcd6b63
Remove str as a valid HVACMode & HVACAction type ( #94644 )
...
* Remove str as a valid HAVCMode type
* Adjust pylint plugin
* Also remove str from hvac_action property method
2023-06-15 20:16:17 +02:00
Franck Nijhof and GitHub
324bd9a97a
Fix HAVCAction typing in Atag ( #94656 )
2023-06-15 18:43:56 +02:00
Franck Nijhof and GitHub
81d46fe2b2
Fix HAVCAction typing in Balboa Spa Client ( #94658 )
2023-06-15 18:43:32 +02:00
Franck Nijhof and GitHub
68f87fe42a
Fix HAVCAction typing in Genius Hub ( #94659 )
2023-06-15 18:43:11 +02:00
Franck Nijhof and GitHub
7e5a9ea6c7
Fix HAVCAction typing in Overkiz ( #94660 )
2023-06-15 18:42:46 +02:00
562f0d3c52
Fortios device tracker updates ( #92331 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
Co-authored-by: Erik Montnemery <erik@montnemery.com >
2023-06-15 15:34:14 +02:00
Franck Nijhof and GitHub
a7955e4458
Fix HAVCMode typing in Elk-M1 Control ( #94639 )
2023-06-15 15:27:49 +02:00
Franck Nijhof and GitHub
d78429ad95
Use HAVCMode enum in Atag climate ( #94634 )
2023-06-15 14:14:25 +02:00
Franck Nijhof and GitHub
204833b745
Fix HAVCMode typing in Rheem EcoNet ( #94637 )
2023-06-15 14:13:59 +02:00
Franck Nijhof and GitHub
998a45879e
Use HAVCMode enum in BSB-Lan climate ( #94638 )
2023-06-15 14:13:20 +02:00
Franck Nijhof and GitHub
908f3386e7
Fix HAVCMode typing in ESPHome ( #94630 )
2023-06-15 14:12:11 +02:00
Franck Nijhof and GitHub
6f106e6505
Fix HAVCMode typing in AVM FRITZ!SmartHome ( #94642 )
2023-06-15 14:11:18 +02:00
Franck Nijhof and GitHub
e899cb3caa
Fix HAVCMode typing in Genius Hub ( #94640 )
2023-06-15 14:08:38 +02:00
Franck Nijhof and GitHub
b1abe6812b
Fix HAVCMode typing in Honeywell Total Connect Comfort ( #94636 )
2023-06-15 14:07:41 +02:00
Franck Nijhof and GitHub
e49f1b002f
Fix HAVCMode typing in Fibaro ( #94641 )
2023-06-15 14:07:08 +02:00
Franck Nijhof and GitHub
1d3a7512d8
Fix HAVCMode typing in Overkiz ( #94632 )
2023-06-15 14:06:06 +02:00
Franck Nijhof and GitHub
886dea59c3
Fix HAVCMode typing in Tuya ( #94631 )
2023-06-15 14:05:08 +02:00
Franck Nijhof and GitHub
6c4fe9fc3b
Fix HAVCMode typing in Intellifire ( #94633 )
2023-06-15 14:04:38 +02:00
Dominik and GitHub
64d914d56d
Bump minimum typing_extensions to 4.6.3 ( #94587 )
2023-06-15 12:30:52 +02:00
Erik Montnemery and GitHub
334dacc322
Change Entity.name default to UNDEFINED ( #94574 )
...
* Change Entity.name default to UNDEFINED
* Update typing
* Update Pylint plugin
* Update TTS test
2023-06-15 11:09:53 +02:00
J. Nick Koston and GitHub
d369d679c7
Fix ESPHome entries reloading after startup when dashboard is in use ( #94362 )
2023-06-14 21:16:39 -10:00
epenet and GitHub
580b09d0f2
Refactor XML parsing in rest ( #94268 )
...
* Refactor XML parsing in rest
* Adjust caplog check
* Adjust
* Rename
* Simplify
2023-06-15 09:15:25 +02:00
Paulus Schoutsen and GitHub
e5c5790768
2023.6.2 ( #94621 )
2023.6.2
2023-06-15 00:19:30 -04:00
61d260e5fe
Add CPU Power to System Bridge ( #80781 )
...
* Add CPU Power to System Bridge
* Rename
* Update homeassistant/components/system_bridge/sensor.py
Co-authored-by: Aarni Koskela <akx@iki.fi >
* Fix unit
* Add suggested_display_precision=2
---------
Co-authored-by: Aarni Koskela <akx@iki.fi >
2023-06-14 21:47:50 -04:00
J. Nick Koston and GitHub
2a5ffa9a5b
Fix timestamps for bluetooth scanners that bundle advertisements ( #94511 )
...
#94138 added support for raw/bundled advertisements. We should use the
same monotonic time for all advertisements in the bundle if not time
is passed, or calculate the timestamp and pass it if its known
2023-06-14 21:47:00 -04:00
puddly and GitHub
22dfa8797f
Bump ZHA dependencies ( #93989 )
...
* Make `find_entity_id` synchronous
* Remove `tries`
* Use new `attribute_updated` event signature
* Validate attributes before creating entities
* Avoid swallowing exceptions when opening covers
* Bump ZHA dependencies
* Add a matcher for Sinope water leak sensors using a non-standard ZCL attribute
* Ensure handler matching is strict, not multi
* Add type annotations for newly-updated functions
2023-06-14 21:42:31 -04:00
J. Nick Koston and GitHub
584967a35a
Avoid double call to self.suggested_unit_of_measurement in sensor unit_of_measurement ( #94582 )
2023-06-14 21:33:05 -04:00
J. Nick Koston and GitHub
e0ae7a31fe
Remove _raw from zeroconf properties ( #94615 )
...
* Remove _raw from zeroconf properties
This was added in #31059 but it appears it was never used.
To preserve backwards compatibility, properties are still decoded
but utf-8 errors are replaced instead of dropped
* Remove _raw from zeroconf properties
This was added in #31059 but it appears it was never used.
To preserve backwards compatibility, properties are still decoded
but utf-8 errors are replaced instead of dropped
2023-06-14 21:31:52 -04:00
Paulus Schoutsen
905bdd0dd5
Bumped version to 2023.6.2
2023-06-14 21:18:40 -04:00
Erik Montnemery and Paulus Schoutsen
9cbcfca2cd
Improve multipan debug logging ( #94580 )
2023-06-14 21:18:35 -04:00
Chris Talkington and Paulus Schoutsen
e6b8e4fd48
Fix failed recovery in ipp ( #94573 )
2023-06-14 21:18:34 -04:00
Chris Talkington and Paulus Schoutsen
8f437c5833
Fix failed recovery in roku ( #94572 )
2023-06-14 21:18:33 -04:00
d28d909114
Fix keyboard_remote for python 3.11 ( #94570 )
...
* started work to update keyboard_remote to work with python 3.11
* updated function names
* all checks pass
* fixed asyncio for python 3.11
* cleanup
* Update homeassistant/components/keyboard_remote/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update __init__.py
added:
from __future__ import annotations
* Fix typing
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2023-06-14 21:18:32 -04:00
Maciej Bieniek and Paulus Schoutsen
f67577ebe0
Catch InvalidAuthError in shutdown() method for Shelly gen2 devices ( #94563 )
...
* Catch InvalidAuthError in shutdown() method
* Add test
* Revert unwanted change in tests
2023-06-14 21:18:31 -04:00
Franck Nijhof and Paulus Schoutsen
70d33129d4
Update Home Assistant base image to 2023.06.0 ( #94556 )
2023-06-14 21:18:29 -04:00
Aaron Bach and Paulus Schoutsen
a63ce8100e
Bump regenmaschine to 2023.06.0 ( #94554 )
2023-06-14 21:18:28 -04:00
J. Nick Koston and Paulus Schoutsen
d557c6e43e
Bump yalexs-ble to 2.1.18 ( #94547 )
2023-06-14 21:18:27 -04:00
Raman Gupta and Paulus Schoutsen
fd0404bb4a
Fix entity and device selector TypedDict's ( #94510 )
2023-06-14 21:18:26 -04:00
Chris Phillips and Paulus Schoutsen
576cf52573
Bump russound_rio to 1.0.0 ( #94500 )
2023-06-14 21:17:51 -04:00
mover85 and Paulus Schoutsen
e83f0bb7a5
Revert "Bump pydaikin 2.9.1 ( #93635 )" ( #94469 )
...
Revert to pydaikin 2.9.0
2023-06-14 21:17:08 -04:00
Raman Gupta and Paulus Schoutsen
fa8e952324
Set default value for endpoint in zwave device automations ( #94445 )
...
* Set default value for endpoint in zwave device automations
* add test case
2023-06-14 21:17:07 -04:00
G Johansson and Paulus Schoutsen
25a4679266
Fix reload service in Command Line ( #94436 )
...
* Fix reload in Command Line
* Add read new yaml
2023-06-14 21:17:06 -04:00
G Johansson and Paulus Schoutsen
f5aa4f5866
Fix manual update for Command Line ( #94433 )
...
Manual update command line
2023-06-14 21:17:04 -04:00
Yuxin Wang and Paulus Schoutsen
0083649e43
Add unit inference for Amps and VA in APCUPSD integration ( #94431 )
...
* Add unit inference for Amps and VA
* Rename `init_integration` to `async_init_integration` for better consistency with HA naming style
2023-06-14 21:17:03 -04:00
Sander and Paulus Schoutsen
2505de35c9
Fix: Xiaomi Miio Fan, delay off countdown unit conversion ( #94428 )
2023-06-14 21:17:02 -04:00
Christopher Bailey and Paulus Schoutsen
238eebb0b6
Bump unifiprotect to 4.10.3 ( #94416 )
...
* Bump unifiprotect to 4.10.3
* Reqs
2023-06-14 21:17:01 -04:00
Matthias Alphart and Paulus Schoutsen
4cb30e69ac
Update knx-frontend to 2023.6.9.195839 ( #94404 )
2023-06-14 21:16:19 -04:00
ac00977e57
Abort youtube configuration if user has no channel ( #94402 )
...
* Abort configuration if user has no channel
* Clean up
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2023-06-14 21:15:21 -04:00