Martin Hjelmare
df2d0cd3e3
Refactor mysensors device tracker ( #84747 )
2022-12-30 13:15:00 +01:00
Jan Bouwhuis
b2388b74d9
Add mV as a unit for voltage and enable conversions ( #84805 )
...
fixes undefined
2022-12-30 12:51:05 +01:00
Franck Nijhof
bcf32f8331
Mark required fields in FlowResult typedict ( #84811 )
...
* Mark required fields in FlowResult typedict
* Remove unneeded asserts from tests
2022-12-30 12:01:45 +01:00
epenet
f68a7636c5
Cleanup pytest.approx in unit conversion tests ( #84810 )
2022-12-30 10:16:20 +01:00
Artem Draft
0e98e0f65f
Bump pybravia to 0.2.5 ( #84835 )
2022-12-30 09:16:49 +01:00
Abílio Costa
0e8164c07a
Add support for US in the Whirlpool integration ( #77237 )
...
* Support US region in the Whirlpool integration
* Force maytag brand for US region
* Add missing util.py file
* Fix import after merge
* run black
* Missing region key in config flow test
* Fixed Generic config entry
* fixed typos in dict
* Remove redundant list const
Co-authored-by: mkmer <mike.j.kasper@gmail.com>
2022-12-30 09:13:47 +01:00
Damian Sypniewski
7aadcc1f97
Add option to retrieve SwitchBot Lock encryption key through config flow ( #84830 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-12-29 21:48:39 -10:00
Michael
381480813d
Deprecate YAML config in PI-Hole ( #84797 )
...
create an issue about deprecated yaml config
2022-12-29 20:41:08 -05:00
shbatm
1fc9eb6629
ISY994: Bump PyISY to 3.0.10 ( #84821 )
2022-12-29 20:37:34 -05:00
J. Nick Koston
6374cc6480
Fix thermobeacon WS08 models that identify with manufacturer_id 27 ( #84812 )
...
fixes #84706
2022-12-29 15:09:37 -10:00
GitHub Action
dd560a517c
[ci skip] Translation update
2022-12-30 00:23:31 +00:00
Martin Hjelmare
5d4216d648
Add mysensors text platform ( #84667 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-12-30 00:01:03 +01:00
Aaron Bach
c0da80b567
Don't attempt setup on migrated AirVisual Pro in the `airvisual` domain ( #84796 )
...
fixes undefined
2022-12-29 23:57:50 +01:00
Robert Svensson
e33cea9ff7
Add PoE power sensor to UniFi integration ( #84314 )
...
* Add PoE power sensor to UniFi integration
* Add unit of power
* Only update state if value has changed
* Remove stale print
* Subscribe to specific sensor to remove unnecessary state changes
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-12-29 22:55:00 +01:00
Joakim Plate
0defe97892
Correct missing alarm reset button on nibe ( #84809 )
...
fixes undefined
2022-12-29 22:34:01 +01:00
Robert Svensson
9f399a1bbe
Only subscribe to specific UniFi object ID ( #84787 )
2022-12-29 10:51:16 -10:00
Aaron Bach
f51cf87361
Fix AirVisual Pro sensors with incorrect units for their device classes ( #84800 )
2022-12-29 20:42:33 +01:00
Duco Sebel
d8cbff65f1
Fix code quality issues for HomeWizard ( #84134 )
...
* Remove unused constant
* Reuse fetch check for retrieving device information
* Remove else block
* Patch integration setup in test
* use isinstance to detect return type, instead of tuple
* Raise exception when recoverable error has been triggered to make code cleaner
* Use error code to split message and localization
* Actually log things
2022-12-29 10:35:24 -08:00
Aaron Bach
570824100c
Remove `ozone` device class from OpenUV sensor ( #84791 )
...
fixes undefined
2022-12-29 18:32:06 +01:00
Jan Bouwhuis
ee66ffc8de
Do not depend MQTT CI tests on debug logs ( #84783 )
...
* Do not depend MQTT CI tests on debug logs
* Leave Clean up expire as debug message
2022-12-29 18:29:28 +01:00
Brandon Rothweiler
8678b36e71
Add distance sensor device class to Mazda integration ( #84659 )
2022-12-29 17:17:11 +01:00
G Johansson
187b03446e
Improve code quality Time of Day ( #79412 )
2022-12-29 17:10:10 +01:00
Marc Mueller
3312a041fd
Improve `opengarage` generic typing ( #84640 )
2022-12-29 15:59:25 +01:00
Hans Oischinger
235a34c10c
Catch vicare errors when deactivating preset fails ( #84778 )
...
vicare: catch errors when deactivating preset fails
2022-12-29 15:28:33 +01:00
Franck Nijhof
f84533838a
Update attrs to 22.2.0 ( #84772 )
2022-12-29 15:09:39 +01:00
Jan Bouwhuis
5fbe36d43e
Fix MQTT test logging level after default pytest logging capture change ( #84773 )
...
Fix logging level for MQTT CI testing after #84672
2022-12-29 15:08:35 +01:00
Tomas Kislan
1dec6854e5
Fix and upgrade minio integration ( #84545 )
...
closes https://github.com/home-assistant/core/issues/79842
2022-12-29 14:16:06 +01:00
Franck Nijhof
bfdca4b274
Update pre-commit to 2.21.0 ( #84768 )
2022-12-29 14:09:26 +01:00
Franck Nijhof
e164fdbef8
Update holidays to 0.18.0 ( #84770 )
2022-12-29 13:57:35 +01:00
Marc Mueller
77e71cf18b
Improve `modbus` generic typing ( #84737 )
2022-12-29 12:37:31 +01:00
Marc Mueller
d849dab7ba
Improve `oncue` generic typing ( #84761 )
...
Improve oncue generic typing
2022-12-29 12:26:17 +01:00
Franck Nijhof
7768084655
Update coverage to 7.0.1 ( #84764 )
2022-12-29 12:24:32 +01:00
Marc Mueller
b90a51490f
Improve `here_travel_time` generic typing ( #84631 )
2022-12-29 11:01:21 +01:00
Allen Porter
2049993941
Check google calendar API scope to determine if write access is enabled ( #84749 )
...
* Check google calendar API scope to determine if write access is enabled
* Add API scope for calendar service for creating events
2022-12-29 11:00:31 +01:00
Marc Mueller
bd9f03010f
Improve `upnp` typing ( #84652 )
2022-12-29 10:59:06 +01:00
epenet
6261994fcf
Enable unit conversion for DATA_SIZE ( #84699 )
2022-12-29 09:58:15 +01:00
Marc Mueller
e693ba17e0
Improve `brunt` generic typing ( #84735 )
2022-12-29 09:55:59 +01:00
Marc Mueller
bfb509ccb8
Improve `iqvia` typing ( #84734 )
2022-12-29 09:45:05 +01:00
Marc Mueller
c4b45fb110
Improve `ondilo_ico` generic typing ( #84738 )
2022-12-29 09:35:06 +01:00
Marc Mueller
b8a4399078
Improve `freedompro` generic typing ( #84736 )
2022-12-29 09:31:47 +01:00
Lukas Barth
50f05ac51a
Remove myself as a code owner ( #84701 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-12-29 09:14:48 +01:00
Marc Mueller
fa7018bbec
Improve DataUpdateCoordinator typing in integrations (6) ( #84741 )
2022-12-29 09:07:23 +01:00
Jc2k
9c2c57831b
Fix UUID normalisation for vendor extensions in homekit_controller thread transport ( #84746 )
2022-12-29 05:40:25 +00:00
starkillerOG
fb1702647d
Bump pynetgear to 0.10.9 ( #84733 )
2022-12-29 01:26:58 +01:00
GitHub Action
b3ab0a0199
[ci skip] Translation update
2022-12-29 00:23:20 +00:00
Anders
65aaea6ec6
Set Yamaha unique_id ( #84730 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-12-29 01:00:31 +01:00
Marc Mueller
72671b93d2
Improve `youless` generic typing ( #84739 )
2022-12-28 23:52:01 +01:00
Marc Mueller
2512eb1e4c
Improve DataUpdateCoordinator typing in integrations (5) ( #84740 )
2022-12-28 23:44:41 +01:00
Joakim Plate
5c43f0861f
Avoid running final writes in executor in test ( #84679 )
2022-12-28 23:40:11 +01:00
Marc Mueller
345081ba15
Improve `syncthru` generic typing ( #84648 )
2022-12-28 23:37:12 +01:00