Robert Hillis
3d7c61bbed
Add D-Link config flow ( #84927 )
2023-01-10 14:10:56 -10:00
rikroe
1afb30344a
Add diagnostics to bmw_connected_drive ( #74871 )
...
* Add diagnostics to bmw_connected_drive
* Add tests for diagnostics
* Move get_fingerprints to library, bump bimmer_connected to 0.10.4
* Update bimmer_connected to 0.11.0
* Fix pytest
* Mock actual diagnostics HTTP calls
* Update tests for bimmer_connected 0.12.0
* Don't raise errors if vehicle is not found
Co-authored-by: rikroe <rikroe@users.noreply.github.com>
2023-01-11 01:09:45 +01:00
Matthias Alphart
db428f2141
Update xknx to 2.3.0 - add some DPTs, Routing security ( #85658 )
...
Update xknx to 2.3.0
2023-01-11 00:24:56 +01:00
epenet
6e3cf896f7
Remove invalid device class in gios ( #85611 )
2023-01-10 22:08:13 +01:00
tronikos
667fde997d
Google Assistant SDK: Fix broadcast command in Japanese ( #85636 )
...
Fix broadcast command in Japanese
2023-01-10 20:20:28 +02:00
epenet
de2588f6e0
Add diagnostics platform to SFR Box ( #85500 )
2023-01-10 20:17:14 +02:00
epenet
a7647fee28
Fix unknown data in homematicip_cloud ( #85618 )
2023-01-10 12:26:49 -05:00
Erik Montnemery
7621c450c7
Add kitchen_sink integration ( #85592 )
2023-01-10 17:31:47 +01:00
epenet
3d02b5af21
Fix unknown data in vultr ( #85627 )
2023-01-10 17:29:17 +01:00
epenet
67f8d82818
Remove invalid state class in deconz ( #85615 )
2023-01-10 17:28:35 +01:00
epenet
4eddd8b75a
Remove invalid unit of measurement in mfi ( #85620 )
2023-01-10 16:45:59 +01:00
epenet
298d7504fd
Fix unknown data in qwikswitch ( #85621 )
2023-01-10 16:42:28 +01:00
epenet
d313d82eb7
Fix unknown data in influxdb ( #85619 )
2023-01-10 16:41:16 +01:00
epenet
4d660f926d
Fix unknown data in google wifi ( #85616 )
2023-01-10 16:37:04 +01:00
Erik Montnemery
5fdf78ed30
Drop title from repairs flows (2) ( #85597 )
2023-01-10 12:11:30 +01:00
epenet
9eb06fd59d
Simplify sensor state validation ( #85513 )
2023-01-10 11:52:29 +01:00
Franck Nijhof
bba9ad3243
Revert "Adapt tplink to use has_entity_name" ( #85595 )
...
Revert "Adapt tplink to use has_entity_name (#85577 )"
This reverts commit ca0fe488ba
.
2023-01-10 10:06:58 +01:00
Guido Schmitz
d40a4aa970
Add switch platform to devolo_home_network ( #72494 )
2023-01-10 10:05:59 +01:00
Franck Nijhof
05c32c51fd
Code styling tweaks to the Cast integration ( #85560 )
2023-01-10 09:57:13 +01:00
Teemu R
ca0fe488ba
Adapt tplink to use has_entity_name ( #85577 )
...
* Adapt tplink to use has_entity_name
* Set the name for individual smartstrip sockets
* Fix tests
2023-01-10 09:40:29 +01:00
tronikos
e24989b446
Google Assistant SDK conversation agent ( #85499 )
...
* Google Assistant SDK conversation agent
* refresh token
* fix session
* Add tests
* Add option to enable conversation agent
2023-01-09 20:53:41 -05:00
Michael Hansen
07bd208c7d
Load custom sentences from config directory ( #85558 )
...
* Load custom sentences from config directory
* Load custom sentences from config directory
* Custom sentences in custom_sentences/<language>/
* Load custom sentences from config directory
* Custom sentences in custom_sentences/<language>/
* Add custom_sentences test
2023-01-09 16:48:59 -06:00
J. Nick Koston
2c95c0b3a1
Do not check ble scanner state for sleepy shelly devices ( #85566 )
...
fixes #85563
2023-01-10 00:16:14 +02:00
Christopher Bailey
02897fb9a3
Add UniFi Protect Chime Duration entity ( #85538 )
2023-01-09 12:09:41 -10:00
Christopher Bailey
818253ced4
Bump pyunifiprotect to 4.6.1 ( #85547 )
2023-01-09 12:00:21 -10:00
Erik Montnemery
8983f665cf
Refactor device registry JSON cache ( #85539 )
2023-01-09 09:50:27 -10:00
Erik Montnemery
b933a53aa3
Refactor entity registry JSON cache ( #85085 )
...
* Refactor entity registry JSON cache
* Fix generator
* Tweak
* Improve string building
* Improve test coverage
* Override EntityRegistryItems.values to avoid __iter__ overhead
2023-01-09 16:52:52 +01:00
Marcel van der Veldt
c181fb6de0
Bump aiohue library to 4.6.1 ( #85504 )
...
* Bump aiohue to 4.6.0
* fix device name for lights
* fix name for groups too
* ignore smart scenes
* bump to 4.6.1 instead
* fix test fixture
* update tests
* fix scene test
2023-01-09 10:37:03 -05:00
mkmer
86ab5f76e0
Whirlpool general code cleanup ( #85387 )
2023-01-09 16:16:05 +01:00
epenet
aa5b29c560
Adjust zwave_js diagnostics ( #85524 )
2023-01-09 14:33:09 +01:00
Erik Montnemery
72c9ca2567
Update sensor test ( #85522 )
2023-01-09 14:26:52 +01:00
Robert Svensson
1cdd535f21
Bump axis to v46 ( #85431 )
2023-01-09 12:43:40 +01:00
Tom
60604f7905
Default disable voltage sensors in Plugwise ( #85451 )
2023-01-09 12:09:32 +01:00
Rami Mosleh
a0e18051c7
Add config flow to imap ( #74623 )
...
* Add config flow to imap
fix coverage
fix config_flows.py
* move coordinator to seperate file, remove name key
* update intrgations.json
* update requirements_all.txt
* fix importing issue_registry
* Address comments
* Improve handling exceptions on intial connection
* exit loop tasks properly
* fix timeout
* revert async_timeout
* Improve entity update handling
* ensure we wait for idle to finish
* fix typing
* Update deprecation period
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-01-09 11:41:47 +01:00
tronikos
05187d7bf4
Google Assistant SDK: support Korean and Japanese ( #85419 )
...
* Google Assistant SDK: support Korean and Japanese
* Fix Korean and Japanese broadcast commands
2023-01-08 20:16:00 -05:00
David Buezas
112b2c22f7
Expose async_scanner_devices_by_address from the bluetooth api ( #83733 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
fixes undefined
2023-01-08 14:06:32 -10:00
Franck Nijhof
318871f8a9
Code styling tweaks to the LaMetric integration ( #85469 )
2023-01-09 01:36:54 +02:00
Franck Nijhof
36f16b0ff2
Code styling tweaks to the WLED integration ( #85466 )
2023-01-09 01:03:05 +02:00
jjlawren
1b592e6885
Use subscription callbacks to discover Sonos speakers ( #85411 )
...
fixes undefined
2023-01-08 09:50:18 -10:00
J. Nick Koston
d81febd3f4
Small speed up to frequently called datetime functions ( #85399 )
2023-01-08 09:42:29 -10:00
mkmer
45eb1efc6f
Limit Whirlpool timestamp changes to +/- 60 seconds ( #85368 )
...
* Limit timestamp changes to +/- 60 seconds
* Add timestamp callback tests
2023-01-08 18:57:46 +01:00
Bouwe Westerdijk
5eb7aed0ca
Plugwise: add support for 3-phase DSMR's ( #85421 )
...
* Bump plugwise to v0.27.0
* Add p1-3phase test-fixture
* Add the new 3ph P1 DSMR sensors
* Add p1 3ph test-case
2023-01-08 13:11:29 +01:00
G Johansson
2a965a6e44
SQL reintroduce yaml support ( #75205 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-01-07 18:14:36 -10:00
Michael Hansen
ecaec0332d
Hassil intents ( #85156 )
...
* Add hassil to requirements
* Add intent sentences
* Update sentences
* Use hassil to recognize intents in conversation
* Fix tests
* Bump hassil due to dependency conflict
* Add dataclasses-json package contraints
* Bump hassil (removes dataclasses-json dependency)
* Remove climate sentences until intents are supported
* Move I/O outside event loop
* Bump hassil to 0.2.3
* Fix light tests
* Handle areas in intents
* Clean up code according to suggestions
* Remove sentences from repo
* Use home-assistant-intents package
* Apply suggestions from code review
* Flake8
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2023-01-07 16:20:21 -05:00
Álvaro Fernández Rojas
3a905f80df
Add QNAP QSW sensors for each port ( #76811 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-01-07 10:25:38 -10:00
Jack Boswell
3ad4caa3d7
Add Starlink Integration ( #77091 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-01-07 10:13:37 -10:00
Robert Hillis
ad65fc27bc
Add Google Mail integration ( #82637 )
...
* Add Google Mail integration
* oops
* prettier
* Add email service
* adjustments
* update
* move email to notify
* break out services
* tweaks
* Add CC and BCC support
* drop scope check, breakout tests
* use abstract auth
* tweak
* bump dependency
* dependency bump
* remove oauth2client
2023-01-07 11:59:14 -08:00
Allen Porter
5000c426c6
Add config flow for Rain Bird ( #85271 )
...
* Rainbird config flow
Convert rainbird to a config flow. Still need to handle irrigation numbers.
* Add options for irrigation time and deprecate yaml
* Combine exception handling paths to get 100% test coverage
* Bump the rainird config deprecation release
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Remove unnecessary sensor/binary sensor and address some PR feedback
* Simplify configuration flow and options based on PR feedback
* Consolidate data update coordinators to simplify overall integration
* Fix type error on python3.9
* Handle yaml name import
* Fix naming import post serialization
* Parallelize requests to the device
* Complete conversion to entity service
* Update homeassistant/components/rainbird/switch.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/rainbird/config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Remove unused import
* Set default duration in options used in tests
* Add separate devices for each sprinkler zone and update service to use config entry
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2023-01-07 09:34:01 -08:00
Marc Mueller
2e989b16ad
Improve DataUpdateCoordinator typing in integrations (9) ( #85332 )
2023-01-07 14:52:06 +01:00
Michael
ee3ab45012
Make API key mandatory for PI-Hole ( #85264 )
...
* add reauth flow
* adjust tests
* use constant for platforms
* remove not needed async_get_entry()
* fix typo
* user _async_abort_entries_match()
* don't use CONF_ prefix for config dicts
* sort PLATFORMS
* use entry_data in reauth flow
2023-01-07 12:22:36 +01:00