Jan Bouwhuis and GitHub
2e8e5aabae
Refactor alexa modules to avoid circular deps ( #97618 )
...
* Refactor alexa modules to avoid circula deps
* Add test http api auth and AlexaConfig
* Update test
* Improve test
2023-08-05 21:32:53 +02:00
Andreas Lindhé and GitHub
6c8971f18a
Improve code quality of CalDav ( #97570 )
...
* Use keyword arguments when constructing `WebDavCalendarData`
* Use keyword arguments when constructing `WebDavCalendarEntity`
* Remove random newlines
2023-08-05 20:44:26 +02:00
4b6048b5e0
Bump bimmer_connected to 0.13.9, fix notify ( #97860 )
...
Bump bimmer_connected to 0.13.9
Co-authored-by: rikroe <rikroe@users.noreply.github.com >
2023-08-05 20:08:14 +02:00
Robert Svensson and GitHub
e43ad1c6a0
Add restart device to UniFi button platform ( #97642 )
...
* Add restart device to UniFi Button platform
* Add tests for button platform
* Small corrections
2023-08-05 20:07:20 +02:00
MarkGodwin and GitHub
76c443777d
Bump Omada API version to fix #96193 ( #97848 )
2023-08-05 19:59:03 +02:00
Jack Boswell and GitHub
5fcac42a0f
Add untested Starlink components to .coveragerc ( #97825 )
2023-08-05 19:55:35 +02:00
Jack Boswell and GitHub
7436054352
Update starlink-grpc-tools to 1.1.2 ( #97824 )
2023-08-05 19:54:54 +02:00
Joost Lekkerkerker and GitHub
24e4f0169c
Fix Samsung syncthru device info ( #97843 )
...
Fix Samsung device info
2023-08-05 19:43:22 +02:00
G Johansson and GitHub
249fa513c9
Bump pysensibo to 1.0.33 ( #97853 )
...
* Bump pysensibo to 1.0.33
* for loop
2023-08-05 19:02:44 +02:00
Joost Lekkerkerker and GitHub
03335ae1dc
Add missing translation key to Gardena Bluetooth ( #97855 )
2023-08-05 18:48:13 +02:00
6570517330
Add lightplatform to Duotecno ( #97582 )
...
* add light platform
* Add light to coveragerc
* Update homeassistant/components/duotecno/light.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
* Update homeassistant/components/duotecno/light.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
* Update homeassistant/components/duotecno/light.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
* Update homeassistant/components/duotecno/light.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
* Update homeassistant/components/duotecno/light.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
* Update homeassistant/components/duotecno/light.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
* comments
* revert
* re-implement comments
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2023-08-05 18:29:46 +02:00
a22aa285d3
Fix Melcloud import issue ( #97673 )
...
* Fix Melcloud import issue
* remove old issue
* Simplify
* Update homeassistant/components/melcloud/strings.json
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
* Update homeassistant/components/melcloud/strings.json
* Update homeassistant/components/melcloud/strings.json
* Apply suggestions from code review
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2023-08-05 17:00:33 +02:00
G Johansson and GitHub
2e263560ec
Fix Command Line template error when data is None ( #97845 )
...
Command Line template error
2023-08-05 16:21:39 +02:00
c5e5567912
Add device tracker to Subaru integration ( #79492 )
...
* Add device tracker to subaru integration
* Fix timestamp in device tracker
* Add test for device tracker
* Incorporate PR review comments
* Apply suggestions from code review
Co-authored-by: G Johansson <goran.johansson@shiftit.se >
* Incorporate code review comments
* Add tests for bad device tracker data
* Check device tracker data is available in entity
---------
Co-authored-by: G Johansson <goran.johansson@shiftit.se >
2023-08-05 15:52:20 +02:00
Maciej Bieniek and GitHub
d611b169ac
Don't assume that battery_level value is always present in Tractive hw_info ( #97766 )
...
Don't assume that battery_level value is always present in hw_info
2023-08-05 13:05:15 +02:00
J. Nick Koston and GitHub
c2023936c1
Bump aiohomekit to 2.6.13 ( #97820 )
2023-08-04 22:01:08 -10:00
jan iversen and GitHub
f0abea48a6
Fix Flexit mypy error in pymodbus ( #97799 )
2023-08-04 21:38:32 +02:00
Jan Bouwhuis and GitHub
50da5c3fae
Fix typo in telegram_bot translations ( #97793 )
2023-08-04 21:35:35 +02:00
Jason Cook and GitHub
32c1ffcde1
Update strings.json to correct grammer. ( #97790 )
...
Change of to off.
2023-08-04 21:23:33 +02:00
jan iversen and GitHub
bbc34bae87
modbus: use pb not pymodbus consistently as name. ( #97780 )
...
Use pb not pymodbus consistently as name.
2023-08-04 20:14:32 +02:00
Franck Nijhof and GitHub
b286da211a
Add is_admin check to check configuration API ( #97788 )
2023-08-04 19:25:01 +02:00
Robert Svensson and GitHub
66cb407e4f
Improve counting of UniFi WLAN Clients sensor ( #97785 )
2023-08-04 19:22:46 +02:00
Ian Harcombe and GitHub
b5e23ee650
Fix metoffice visibility range sensor device class ( #97763 )
...
* Fix for issue #97694
Issue #97694 points out that the visibility range is a string with a band of distances, not a single value, which is causing issues for front end components. Removed the device class to leave as an informational string value.
* Removed *all* empty device_class statements
* Missed an empty device_class :(
2023-08-04 17:04:18 +02:00
karwosts and GitHub
41eca41638
Handle Alert exception on notification failure ( #93632 )
2023-08-04 14:08:49 +02:00
uvjustin and GitHub
9282cb21ab
Raise PlatformNotReady on initial OwnTone connection failure ( #97257 )
2023-08-04 12:54:54 +02:00
amitfin and GitHub
d78e39d568
Fix allow_name_translation logic ( #97701 )
2023-08-04 12:51:04 +02:00
Joost Lekkerkerker and GitHub
80d0f32237
Add has entity name to Solarlog ( #97764 )
2023-08-04 12:46:53 +02:00
Joost Lekkerkerker and GitHub
ecce601d3f
Fix WAQI being zero ( #97767 )
2023-08-04 12:46:23 +02:00
Robert Svensson and GitHub
2820514c33
Break long strings in Axis integration ( #97254 )
2023-08-04 12:43:06 +02:00
Joost Lekkerkerker and GitHub
0971449b94
Remove unused translation key from OpenSky ( #97699 )
2023-08-04 12:42:31 +02:00
Marc Mueller and GitHub
3f5a21dce4
Fix mailbox PytestCollectionWarning ( #97740 )
2023-08-04 12:31:32 +02:00
Marc Mueller and GitHub
447479d0a0
Add packaging as default requirement ( #97712 )
2023-08-04 12:29:18 +02:00
Matthieu Barthelemy and GitHub
6adb06956b
Add overkiz battery sensor level medium ( #97472 )
2023-08-04 11:50:03 +02:00
J. Nick Koston and GitHub
8719aa76ca
Avoid calling the http access logging when logging is disabled in emulated_hue ( #97750 )
2023-08-04 11:46:19 +02:00
Maikel Punie and GitHub
95ca609124
Bump pyduotecno to 2023.8.3 ( #97759 )
2023-08-04 11:33:03 +02:00
Marc Mueller and GitHub
cd8d6ecd81
Fix recorder DeprecationWarnings ( #97738 )
2023-08-04 11:32:51 +02:00
Marc Mueller and GitHub
b23b2ac2e8
Fix http test DeprecationWarnings ( #97737 )
2023-08-04 11:32:23 +02:00
Nerdix and GitHub
f68f9d4e01
Fix Kostal_Plenticore SELECT entities using device_info correctly ( #97690 )
2023-08-04 11:31:54 +02:00
Marc Mueller and GitHub
f39a35c4ef
Fix jinja2 DeprecationWarnings ( #97728 )
2023-08-04 11:25:08 +02:00
Marc Mueller and GitHub
c33e3ce212
Fix core test RuntimeWarnings ( #97730 )
2023-08-04 11:21:57 +02:00
Marc Mueller and GitHub
e905ac173f
Fix command_line tests RuntimeWarnings ( #97731 )
2023-08-04 09:34:55 +02:00
Marc Mueller and GitHub
99145d46d2
Fix keymitt_ble RuntimeWarning ( #97729 )
2023-08-04 09:34:04 +02:00
tronikos and GitHub
b16254a0de
Bump opower to 0.0.20 ( #97752 )
2023-08-04 09:32:59 +02:00
df45e52dc5
Add battery sensor to Roborock ( #97715 )
...
* add battery sensor
* Remove translation for battery
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2023-08-04 09:28:48 +02:00
Cyr-ius and GitHub
3ac2106eb8
Fix freebox enumerate raid disks ( #97696 )
2023-08-04 09:25:51 +02:00
Marc Mueller and GitHub
37885400c9
Fix mqtt test DeprecationWarnings ( #97734 )
2023-08-04 09:21:36 +02:00
Joost Lekkerkerker and GitHub
1587ac2137
Waqi State unknown if value is string ( #97617 )
2023-08-04 08:45:36 +02:00
Nathan Spencer and GitHub
615d7f0da7
Add ability to remove Litter-Robot if no longer provided by integration ( #97702 )
2023-08-03 20:30:03 -10:00
J. Nick Koston and GitHub
0cc80a9d29
Add OUI to tplink diagnostics ( #97646 )
...
* Add OUI to tplink diagnostics
The main reason discovery does not work for new devices is we
are missing the OUI. Since we redact the whole mac address in
the diagnostics, this makes it difficult to fix. We now include
the OUI in the diagnostics
* fix: use cached mac
* fix: tests
2023-08-03 22:49:55 -04:00
J. Nick Koston and GitHub
d1f8309423
Bump zeroconf to 0.74.0 ( #97745 )
...
* Bump zeroconf to 0.74.0
changelog: https://github.com/python-zeroconf/python-zeroconf/compare/0.72.3...0.74.0
- more cython build fixes
- performance improvements (mostly for pyatv)
* handle typing
* handle typing
* remove if TYPE_CHECKING, this doesnt get called that often
* remove if TYPE_CHECKING, this doesnt get called that often
2023-08-03 22:48:53 -04:00