J. Nick Koston and GitHub
cf9299df59
Avoid duplicate calls to color_supported and color_temp_supported in emulated_hue ( #104096 )
2023-11-16 23:22:13 -06:00
Michael Hansen and GitHub
f605df5bf2
Adjust logbook message for assist pipeline recording ( #104105 )
...
* Adjust logbook message
* Fix test
2023-11-16 23:39:08 -05:00
Tom Harris and GitHub
d5885e0da2
Bump pyinsteon to 1.5.2 ( #104098 )
...
bump pyinsteon
2023-11-16 23:44:43 +01:00
laurentriffard and GitHub
33d144fe2d
Set nextcloud integration sensors as numerical values ( #103856 )
2023-11-16 23:29:44 +01:00
J. Nick Koston and GitHub
ef5c9c2187
Bump aioesphomeapi to 18.5.1 ( #104085 )
...
* Bump aioesphomeapi to 18.5.0
changelog: https://github.com/esphome/aioesphomeapi/compare/v18.4.0...v18.5.0
* one more
2023-11-16 17:13:13 -05:00
Michael and GitHub
ea6a26467e
Add myself as codeowner for Proximity ( #104100 )
...
add myself as codeowner for proximity
2023-11-16 23:12:10 +01:00
Michael and GitHub
0a3b20d8b2
Replace deprecated linting and formatting settings by extensions ( #104050 )
2023-11-16 23:10:33 +01:00
Arie Catsman and GitHub
cd9ad32e32
Add catsmanac to enphase_envoy codeowners ( #104086 )
2023-11-16 14:56:36 -06:00
TheJulianJES and GitHub
a996a51aa9
Add "Jasco Products" manufacturer to ZHA ForceOnLight ( #104089 )
...
* Add "Jasco Products" manufacturer to ZHA `ForceOnLight`
* Change tests to expect `ForceOnLight` for "Jasco Products" lights
2023-11-16 15:24:32 -05:00
b3e247d5f0
Add websocket command to capture audio from a device ( #103936 )
...
* Add websocket command to capture audio from a device
* Update homeassistant/components/assist_pipeline/pipeline.py
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
* Add device capture test
* More tests
* Add logbook
* Remove unnecessary check
* Remove seconds and make logbook message past tense
---------
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2023-11-16 10:28:06 -06:00
Erik Montnemery and GitHub
4536fb3541
Remove mock_entity_platform test helper ( #104073 )
2023-11-16 16:55:08 +01:00
Jan-Philipp Benecke and GitHub
7c030cfffa
Add tests for Discovergy to reach full test coverage ( #104039 )
...
* Add tests for Discovergy to reach full test coverage
* Use snapshots and freezer
2023-11-16 16:13:15 +01:00
Franck Nijhof and GitHub
2c003d8c10
Remove Deconz entity descriptions required fields mixins ( #104009 )
2023-11-16 16:05:29 +01:00
Erik Montnemery and GitHub
b400b33b0d
Refer to domain configuration in custom validator errors ( #104065 )
2023-11-16 15:28:48 +01:00
Jan-Philipp Benecke and GitHub
cf985a8702
Fix mock typing for Discovergy ( #104047 )
2023-11-16 14:43:02 +01:00
sdb9696 and GitHub
38961c6ddc
Add diagnostics platform to ring integration ( #104049 )
...
* Add diagnostics platform to ring integration
* Use real-ish data for diagnostics test and use snapshot output
2023-11-16 14:36:15 +01:00
ollo69 and GitHub
b4797e283f
Add HTTP protocol support to AsusWRT ( #95720 )
2023-11-16 13:45:18 +01:00
Erik Montnemery and GitHub
654c4b6e35
Use core domain constant in bootstrap ( #104061 )
2023-11-16 11:26:57 +01:00
Erik Montnemery and GitHub
d8a49b14e5
Use relative paths in configuration validation error messages ( #104064 )
2023-11-16 10:56:47 +01:00
Erik Montnemery and GitHub
98030a9ce1
Improve formatting of package errors ( #103976 )
2023-11-16 09:08:47 +01:00
gigatexel and GitHub
86f87262ed
Remove force_update from all DSMR entities ( #104037 )
...
Remove force_update
2023-11-16 08:59:29 +01:00
David Knowles and GitHub
e10c5246b9
Add reauth support to Schlage ( #103351 )
...
* Add reauth support to Schlage
* Enforce same user credentials are used on reauth
* Changes requested during review
* Changes requested during review
* Add password to reauth_confirm data
2023-11-16 08:47:13 +01:00
Erik Montnemery and GitHub
1c817cc18c
Attach relevant config to check_config errors ( #104048 )
2023-11-16 07:25:52 +01:00
Allen Porter and GitHub
613afe322f
Add CalDAV To-do item support for Add, Update, and Delete ( #103922 )
...
* Add CalDAV To-do item support for Add, Update, and Delete
* Remove unnecessary cast
* Fix ruff error
* Fix ruff errors
* Remove exception from error message
* Remove unnecessary duplicate state update
2023-11-15 19:57:46 -05:00
Jan Rieger and GitHub
422b09f4ec
Bump python-holidays to 0.36 ( #104055 )
2023-11-16 01:42:55 +01:00
David Knowles and GitHub
0899be6d4b
Migrate Hydrawise to an async client library ( #103636 )
...
* Migrate Hydrawise to an async client library
* Changes requested during review
* Additional changes requested during review
2023-11-16 00:59:37 +01:00
45f1d50f03
Add HassGetWeather intent ( #102613 )
...
* Add HassGetWeather intent
* Use async_match_states
* Extend test coverage
* Use get_entity
* Update homeassistant/components/weather/intent.py
* Fix state
---------
Co-authored-by: Paulus Schoutsen <balloob@gmail.com >
2023-11-15 16:20:15 -06:00
c92945ecd6
Fix netatmo authentication when using cloud authentication credentials ( #104021 )
...
* Fix netatmo authentication loop
* Update unit tests
* Move logic to determine api scopes
* Add unit tests for new method
* Use pyatmo scope list (#1 )
* Exclude scopes not working with cloud
* Fix linting error
---------
Co-authored-by: Tobias Sauerwein <cgtobi@users.noreply.github.com >
2023-11-15 15:28:16 -05:00
Erik Montnemery and GitHub
5b37096b5f
Refactor config.async_log_exception ( #104034 )
...
* Refactor config.async_log_exception
* Improve test coverage
* Make functions public
2023-11-15 19:09:49 +01:00
c132900b92
Add zwave_js.set_lock_configuration service ( #103595 )
...
* Add zwave_js.set_lock_configuration service
* Add tests
* string tweaks
* Update homeassistant/components/zwave_js/lock.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
* Update strings.json
* Update services.yaml
* Update lock.py
* Remove handle params
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2023-11-15 17:01:20 +01:00
Maciej Bieniek and GitHub
c92a90e04d
Disable options flow for Shelly Wall Display ( #103988 )
2023-11-15 15:45:33 +01:00
Duco Sebel and GitHub
cf3a2741c5
Bumb python-homewizard-energy to 4.0.0 ( #104032 )
2023-11-15 15:15:48 +01:00
suaveolent and GitHub
c98a3a2fd1
Add support for lupusec smoke and water sensor ( #103905 )
2023-11-15 13:39:34 +01:00
Maciej Bieniek and GitHub
dbe193aaa4
Add release_url property of Shelly update entities ( #103739 )
2023-11-15 13:36:20 +01:00
Jan-Philipp Benecke and GitHub
b4e8243e18
Refactor tests for discovergy ( #103667 )
2023-11-15 13:18:20 +01:00
Joost Lekkerkerker and GitHub
0e04cd6b35
Add reauth flow to Trafikverket Weatherstation ( #104027 )
...
* Add reauth flow to Trafikverket Weatherstation
* Add tests
2023-11-15 13:15:31 +01:00
Jan-Philipp Benecke and GitHub
194104f5f8
Remove CO2Signal entity description required fields mixin ( #104031 )
2023-11-15 13:14:12 +01:00
Erik Montnemery and GitHub
c4bf8f96dd
Add tests for components with custom validators ( #104024 )
...
* Add tests for components with custom validators
* Address review comments
2023-11-15 13:11:33 +01:00
Jan-Philipp Benecke and GitHub
23ac3248e6
Remove Discovergy entity description required fields mixin ( #104028 )
2023-11-15 12:03:15 +01:00
Allen Porter and GitHub
5f13faac76
Add the todo.get_items service ( #103285 )
2023-11-15 11:41:29 +01:00
bba2734a5c
Correct typo in evohome service call description ( #103986 )
...
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
Co-authored-by: Franck Nijhof <frenck@frenck.nl >
2023-11-15 11:01:52 +01:00
Martin Hjelmare and GitHub
bb456464ae
Fix device tracker see gps accuracy selector ( #104022 )
2023-11-15 10:51:12 +01:00
Erik Montnemery and GitHub
dd7670cacf
Improve errors for component configuration with missing keys ( #103982 )
2023-11-15 10:47:05 +01:00
ac0c1d12c3
Add test checking ZHA light restores with None attributes ( #102806 )
...
* Add ZHA test checking light restores with None attributes
* Move shared `core_rs` fixture to `conftest.py`
* Remove special `color_mode` case, use `parametrize` for expected state
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2023-11-15 10:45:35 +01:00
Jan-Philipp Benecke and GitHub
9326ea09a5
Update m* tests to use entity & device registry fixtures ( #103980 )
2023-11-15 10:33:11 +01:00
J. Nick Koston and GitHub
51c1ea85f3
Bump zeroconf to 0.127.0 ( #104017 )
2023-11-15 10:29:19 +01:00
J. Nick Koston and GitHub
3f11bb5f62
Speed up connecting to ESPHome devices ( #104018 )
2023-11-15 10:28:49 +01:00
J. Nick Koston and GitHub
7803ca2612
Fix emulated_hue with None values ( #104020 )
2023-11-15 10:27:50 +01:00
Aidan Timson and GitHub
b082ee2050
Update systembridgeconnector to 3.10.0 ( #103983 )
2023-11-15 09:30:56 +01:00
Franck Nijhof and GitHub
a101bb9354
Remove RDW entity descriptions required fields mixins ( #103995 )
2023-11-15 09:23:25 +01:00