Joost Lekkerkerker
8e3c665fd3
Only reload Withings config entry on reauth ( #101638 )
...
* Only reload on reauth
* Reload if entry is loaded
* Make async_cloudhook_generate_url protected
* Fix feedback
2023-10-12 12:56:10 +02:00
Greg Dowling
dcb3dc254d
Improve handling of roon media players with fixed and incremental volume ( #99819 )
2023-10-12 12:52:01 +02:00
Joost Lekkerkerker
d676d95901
Fix translation key in Plugwise ( #101862 )
...
Co-authored-by: Robert Resch <robert@resch.dev>
2023-10-12 12:51:40 +02:00
Hessel
830981ddd6
Bump wallbox to 0.4.14 ( #101864 )
2023-10-12 11:59:30 +02:00
Justin Lindh
5523e9947d
Bump Python-MyQ to v3.1.13 ( #101852 )
2023-10-12 10:42:40 +02:00
Kevin Worrel
2276be275d
Await set value function in ScreenLogic number entities ( #101802 )
2023-10-12 09:18:34 +02:00
Richard Kroegel
7fd89b2959
Add brake pads condition based service attributes for BMW ( #101847 )
...
Add brake pads condition based service attributes
Co-authored-by: rikroe <rikroe@users.noreply.github.com>
2023-10-12 09:01:29 +02:00
J. Nick Koston
6ce5f190c1
Avoid duplicate property calls when writing sensor state ( #101853 )
...
* Avoid duplicate attribute lookups when writing sensor state
_numeric_state_expected would call self.device_class,
self.state_class, self.native_unit_of_measurement,
and self.suggested_display_precision a second time
when the `state` path already had these values.
* one more
* avoid another
2023-10-12 08:45:20 +02:00
Michael Hansen
f0317f0d59
Close existing UDP server for ESPHome voice assistant ( #101845 )
2023-10-12 07:32:00 +13:00
Michael Hansen
257686fcfe
Dynamic wake word loading for Wyoming ( #101827 )
...
* Change supported_wake_words property to async method
* Add test
* Add timeout + test
---------
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2023-10-11 10:21:32 -07:00
Robert Resch
6c4ac71218
Remove "none" in favor of optional select in brottsplatskartan ( #101311 )
2023-10-11 17:52:18 +02:00
Robert Resch
dfea1c2b7c
Remove NONE_SENTINEL in favor of optional select in scrape ( #101278 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-10-11 17:41:31 +02:00
Franck Nijhof
fd72ebd733
Mark entities field of scene.create service advanced ( #101810 )
2023-10-11 17:40:26 +02:00
Robert Resch
952a17532f
Remove NONE_SENTINEL in favor of optional select in sql ( #101309 )
2023-10-11 17:38:29 +02:00
Robert Resch
1915fee9ba
Remove "none" in favor of optional select in integration ( #101396 )
2023-10-11 17:36:53 +02:00
Robert Resch
7db2fdd68c
Remove "none" in favor of optional select in derivate ( #101312 )
2023-10-11 17:36:15 +02:00
Michał Huryn
ddfad75eb7
Add basic auth to Blebox ( #99320 )
...
Co-authored-by: Robert Resch <robert@resch.dev>
2023-10-11 16:09:56 +02:00
jjlawren
c66f0e3305
Fix Plex update module docstring ( #101815 )
2023-10-11 15:05:34 +02:00
Álvaro Fernández Rojas
6771d4bda4
Update aioqsw to v0.3.5 ( #101809 )
2023-10-11 14:44:52 +02:00
Joakim Plate
9107e166b4
Adjust language slightly for philips_js strings ( #101783 )
2023-10-11 13:53:47 +02:00
Richard Kroegel
f61627ea08
Bump bimmer_connected to 0.14.1 ( #101789 )
...
Co-authored-by: rikroe <rikroe@users.noreply.github.com>
2023-10-11 13:46:02 +02:00
epenet
183397e201
Add MariaDB 10.11.2 to CI ( #101807 )
2023-10-11 13:32:11 +02:00
Robert Resch
87c82fb00f
Remove NONE_SENTINEL in favor of optional select in workday ( #101280 )
2023-10-11 13:29:42 +02:00
Marc Mueller
0b2b486754
Update mypy to 1.6.0 ( #101780 )
2023-10-11 13:25:11 +02:00
jjlawren
f116e83b62
Add update entity for Plex Media Server ( #101682 )
2023-10-11 13:06:10 +02:00
Robert Resch
1a7601ebbe
Remove NONE_SENTINEL in favor of optional select in template ( #101279 )
2023-10-11 13:04:40 +02:00
Duco Sebel
8acb4dc1b6
Bumb python-homewizard-energy to 2.1.2 ( #101805 )
2023-10-11 11:32:22 +02:00
Michael Davie
7f7c3233bd
Bump env_canada to 0.6.0 ( #101798 )
2023-10-11 11:04:33 +02:00
Justin Rigling
1c70cbaebd
Add Opower virtual integration for Portland General Electric ( #101800 )
2023-10-11 10:41:35 +02:00
Kevin Stillhammer
7d1105228b
Allow resetting time in google_travel_time ( #88256 )
...
Co-authored-by: Robert Resch <robert@resch.dev>
2023-10-11 09:46:02 +02:00
J. Nick Koston
39fd5897cb
Small typing cleanups for HomeKit ( #101790 )
2023-10-11 08:11:58 +02:00
Allen Porter
bd38fd9516
Add google calendar required feature for create event service ( #101741 )
...
* Add google calendar required feature for create event service
* Update docstring
2023-10-10 20:48:46 -07:00
Joost Lekkerkerker
ffb752c804
Subscribe to Withings webhooks outside of coordinator ( #101759 )
...
* Subscribe to Withings webhooks outside of coordinator
* Subscribe to Withings webhooks outside of coordinator
* Update homeassistant/components/withings/__init__.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* Update homeassistant/components/withings/__init__.py
Co-authored-by: J. Nick Koston <nick@koston.org>
---------
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-10-11 00:06:42 +02:00
Jan-Philipp Benecke
9b785ef766
Add Discovergy to strict-typing ( #101782 )
2023-10-10 22:11:55 +02:00
Marc Mueller
ba91aaa28d
Add support for Python 3.12 ( #101651 )
2023-10-10 21:34:49 +02:00
Hessel
535e2b81ce
Change BiDirectional Prefix ( #101764 )
2023-10-10 21:23:02 +02:00
J. Nick Koston
265f6653c3
Refactor homekit to use a dataclass for entry data ( #101738 )
2023-10-10 21:14:37 +02:00
Sheldon Ip
6c65db2036
Add rising sensor to sun ( #93276 )
2023-10-10 21:12:43 +02:00
Robert Resch
b932c67eb7
Delete optional schema keys, when they are not present ( #101755 )
...
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-10-10 21:08:54 +02:00
Mick Vleeshouwer
c76ce76824
Bump pyOverkiz to 1.12.1 in Overkiz integration ( #101765 )
2023-10-10 21:07:50 +02:00
Nathan Spencer
1a8684e314
Bump pyweatherflowudp to 1.4.5 ( #101770 )
2023-10-10 20:43:40 +02:00
Caius-Bonus
5290396731
ZHA Component: Correct AttributeUpdated signal in Thermostat climate entity, ThermostatClusterHandler and ThermostatHVACAction sensor entity ( #101725 )
...
* initial
* change other Thermostat climate entities
* remove AttributeUpdateRecord
2023-10-10 14:23:03 -04:00
Jan-Philipp Benecke
71ddb282d2
Address late review from wallbox coordinator move ( #101771 )
...
Address late wallbox review comment
2023-10-10 20:02:14 +02:00
Jan Bouwhuis
4b9296f4f1
Code quality issue met integration ( #101768 )
...
* Fix unreachable code for met integration
* Make code better readable
2023-10-10 19:58:43 +02:00
J. Nick Koston
7b4b8e7516
Refactor HomeKit to allow supported features/device class to change ( #101719 )
2023-10-10 06:20:25 -10:00
J. Nick Koston
f166e1cc1a
Map switch device class outlet to Outlets in homekit ( #101760 )
2023-10-10 05:55:42 -10:00
Maikel Punie
f7f9331c57
Bump pyDuotecno to 2023.10.0 ( #101754 )
2023-10-10 17:37:02 +02:00
Mick Vleeshouwer
60fa02c042
Bump pyOverkiz to 3.11 and migrate unique ids for select entries ( #101024 )
...
* Bump pyOverkiz and migrate entries
* Add comment
* Remove entities when duplicate
* Remove old entity
* Remove old entities
* Add example of entity migration
* Add support of UIWidget and UIClass
* Add tests for migrations
* Apply feedback (1)
* Apply feedback (2)
2023-10-10 17:23:58 +02:00
Erik Montnemery
ecdb0bb46a
Modernize metoffice weather ( #99050 )
...
* Modernize metoffice weather
* Exclude sensors from additional test
2023-10-10 16:49:36 +02:00
Jan Bouwhuis
31bd500222
Make get_channel available as generic helper ( #101721 )
...
* Make get_channel available as generic helper
* Follow up comment
2023-10-10 14:02:32 +02:00