J. Nick Koston
b9c8d65940
Restore accessory state into pairing using new HKC methods ( #75276 )
2022-07-16 12:49:15 -05:00
J. Nick Koston
ecc219fbc1
Include the source in the bluetooth service info ( #75112 )
2022-07-16 11:02:08 -05:00
Franck Nijhof
393610c534
Migrate Season to new entity naming style ( #75088 )
2022-07-16 06:28:13 -07:00
Franck Nijhof
8d88562d40
Migrate Uptime to new entity naming style ( #75090 )
2022-07-16 06:27:20 -07:00
Franck Nijhof
13cea26e74
Migrate Tailscale to new entity naming style ( #75018 )
2022-07-16 06:21:19 -07:00
Franck Nijhof
3f3ed3a2c5
Add multi-factor authentication support to Verisure ( #75113 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-07-15 10:52:40 +02:00
Jc2k
ff297cb902
Bump aiohomekit to 1.0.0 ( #75198 )
...
* Bump to 1.0.0rc1
* 1.0.0rc2
* fix one of the tests
* simplify test
* 1.0.0
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-07-14 16:51:48 -05:00
J. Nick Koston
61cc9f5288
Consolidate executor jobs when loading integration manifests ( #75176 )
2022-07-14 13:06:08 -07:00
Franck Nijhof
fef1b842ce
Update wled to 0.14.1 ( #75174 )
2022-07-14 13:04:46 -07:00
Franck Nijhof
9a4a7e2f4d
Extend failed login message with the request URL ( #75218 )
2022-07-14 21:43:14 +02:00
Thomas Hollstegge
f0cc565f6c
Fix Alexa: Only trigger doorbell event on actual state change to "ON" ( #74924 )
...
* Alexa: Only trigger doorbell event on actual state change to "ON"
* Remove unnecessary check for new_state
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
* First check state is `on` before checking the old state
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
2022-07-14 12:40:53 -07:00
uvjustin
75892385bb
Fix playback of hls cameras in stream ( #75166 )
2022-07-14 12:24:24 -07:00
J. Nick Koston
666f715e76
Avoid importing MQTT into core for ServiceInfo dataclass ( #74418 )
...
* Avoid importing MQTT into core for discovery dataclass
Likely fixes #73863
* relo
* adjust
* rename
* rename
* rename
* adjust missed imports
* drop compat
* fix conflict correctly
* Update homeassistant/helpers/config_entry_flow.py
* fix black from trying to fix the conflict in github
2022-07-14 11:09:09 -05:00
J. Nick Koston
89985b93fb
Avoid loading platforms in HKC if we are going to raise ConfigEntryNotReady ( #75177 )
2022-07-14 10:17:16 -05:00
J. Nick Koston
a31dde9cb4
Await startup in homekit controller ( #75021 )
2022-07-14 07:44:27 -05:00
J. Nick Koston
a3c1926da5
Add mock_bluetooth fixture ( #75075 )
2022-07-14 07:40:17 -05:00
Chris Talkington
20432ccc76
Migrate roku to new entity naming ( #74819 )
...
* migrate roku to new entity naming
* Update binary_sensor.py
* Update sensor.py
* Update test_binary_sensor.py
* Update sensor.py
* Update entity.py
* Update media_player.py
* Update remote.py
* Update media_player.py
* Update remote.py
* Update entity.py
* Update entity.py
* Update entity.py
* Update entity.py
2022-07-14 07:02:13 -05:00
Franck Nijhof
3bccac9949
Verisure config flow cleanups ( #75144 )
2022-07-14 11:37:59 +02:00
Michał Huryn
169264db66
Fix Blebox light scenes ( #75106 )
...
* Bug fix for light platform, when async_turn_on recieves multiple keys.
* Changes according to @MartinHjelmare suggestion.
* Moved effect set call in BleBoxLightEntity.async_turn_on method.
* Added tests for effect in light platform. Added ValueError raise if effect not in effect list.
* Removed duplicated line from test as @MartinHjelmare suggested.
2022-07-14 11:21:01 +02:00
J. Nick Koston
08ff1b8986
Fix flapping system log test ( #75111 )
2022-07-14 11:05:52 +02:00
Franck Nijhof
a720b2989a
Migrate RDW to new entity naming style ( #75017 )
2022-07-14 10:56:14 +02:00
Franck Nijhof
2aa98da624
Migrate Whois to new entity naming style ( #75019 )
2022-07-14 10:56:01 +02:00
Joakim Plate
755abbe2d0
Make sure device tuple is a list on save ( #75103 )
2022-07-13 13:05:43 -07:00
Aaron Bach
ffeac9714f
Ensure SimpliSafe diagnostics redact the `code` option ( #75137 )
2022-07-13 20:52:13 +02:00
Bouwe Westerdijk
34f1d5e094
Add Plugwise number platform ( #74655 )
2022-07-13 09:21:58 +02:00
Paulus Schoutsen
41ec8cd354
Expose supported brands via API ( #75074 )
2022-07-12 13:49:54 -07:00
Franck Nijhof
397f94ee50
Migrate DSMR to use keys for entity unique ID ( #74895 )
2022-07-12 20:06:13 +02:00
Erik Montnemery
b0fde206b8
Teach resolution center about fixing issues ( #74694 )
2022-07-12 10:26:06 -07:00
Gabe Cook
5489b2111a
Fix Ruckus Unleashed SSH connection failures ( #75032 )
2022-07-12 16:06:38 +02:00
Duco Sebel
5fdae0fc5b
Migrate HomeWizard to new entity naming style ( #74958 )
2022-07-12 15:56:16 +02:00
Jan Bouwhuis
5930f056a8
Mqtt support config_entry unload ( #70149 )
...
* squashed commits for rebase
* Flake
* Fix reloading issue manual legacy items
* Improve ACS sync for unsubscribe at disconnect
* Processed review comments
* Update homeassistant/components/mqtt/client.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
* No need to await entry setup
* Remove complication is_connected
* Update homeassistant/components/mqtt/__init__.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2022-07-12 11:07:18 +02:00
Michał Huryn
6a37600936
Remove incorrect device class from blebox button ( #75042 )
...
* Removed redundant attr device class from button.
* Removed irrelevant test for checking buttons device_class.
2022-07-12 10:01:53 +02:00
Erik Montnemery
2e228b2608
Tweak handling of entities with `has_entity_name` set ( #74948 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-07-11 15:10:53 -07:00
J. Nick Koston
da027fa390
JSON serialize NamedTuple subclasses with aiohttp ( #74971 )
2022-07-11 14:46:55 -07:00
puddly
2986a2f01b
Identify the active ZHA coordinator device in API responses ( #74739 )
...
* Remove deprecated zigpy properties
* Create a `ZHADevice.is_active_coordinator` property
* Add `@puddly` to the ZHA code owners
* Create a `ZHAGateway.coordinator_ieee` shortcut property
2022-07-11 14:19:30 -04:00
Matthias Alphart
75abf87611
Migrate Fronius to new entity naming style ( #74974 )
2022-07-11 09:16:29 -07:00
Brett Adams
01ca7f657c
Shorten Entity Name in Aussie Broadband ( #74946 )
2022-07-11 17:43:32 +02:00
Paulus Schoutsen
6fd47d035e
Add basic Rhasspy integration ( #74942 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-07-11 08:40:52 -07:00
J. Nick Koston
c2fefe03b2
Add support for subscribing to bluetooth callbacks by address ( #74773 )
2022-07-11 08:14:00 -07:00
Franck Nijhof
af2feb3d40
Update pyupgrade to v2.37.1 ( #74989 )
2022-07-11 16:54:01 +02:00
Maciej Bieniek
c1a4dc2f22
Add NextDNS switch platform ( #74512 )
...
* Add switch platform
* Use lambda to get state
* Use async with timeout
* Add tests
* Use correct type
* Use Generic for coordinator
* Use TCoordinatorData
* Cleanup generic
* Simplify coordinator data update methods
* Use new entity naming style
* Remove unnecessary code
* Only the first word should be capitalised
* Suggested change
* improve typing in tests
* Improve typing intests
* Update tests/components/nextdns/__init__.py
* black
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2022-07-11 16:00:13 +02:00
Erik Montnemery
9d2c213903
Support overriding unit of temperature number entities ( #74977 )
2022-07-11 14:49:36 +02:00
epenet
ce353460b3
Fix Withings re-authentication flow ( #74961 )
2022-07-11 14:27:54 +02:00
Michał Huryn
ca93aacc57
Add blebox tvLiftBox support ( #74395 )
...
* Added tvLiftBox support.
* Changes after @epenet code review.
* After @epenet code review, dictionaries moved to relevant modules.
* Import path changed to full path.
* Removed redundant code in BLEBOX_TO_<platform>_DEVICE_CLASSES for switch and button platforms.
* Post isort on covers.
* Added tests, required version bump. As property was added inside dependency.
2022-07-11 12:24:37 +02:00
henryptung
7d27dad190
Remove pip --prefix workaround ( #74922 )
...
Remove --prefix workaround
See discussion in https://github.com/home-assistant/core/issues/74405 .
This workaround is no longer needed on pip >= 21.0 and actively causes problems for pip >= 21.3.
2022-07-11 11:33:28 +02:00
Franck Nijhof
34b8f2b283
Migrate Ambee to new entity naming style ( #74877 )
2022-07-11 09:51:01 +02:00
Franck Nijhof
eb92f0e16c
Migrate Forecast.Solar to new entity naming style ( #74898 )
2022-07-11 09:44:56 +02:00
Allen Porter
f4e61eff18
Add update coordinator for google calendar ( #74690 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-07-10 21:24:52 -07:00
Brandon Rothweiler
53502eb662
Migrate Mazda to new entity naming style ( #74939 )
2022-07-10 21:04:54 -07:00
Brett Adams
d0f71d2e53
Migrate Aussie Broadband to new entity naming style ( #74937 )
2022-07-10 21:04:18 -07:00
Brett Adams
7a729aed54
Migrate Advantage Air to new entity naming style ( #74940 )
2022-07-10 21:03:48 -07:00
David F. Mulcahey
6f28e4bfee
Migrate ZHA to new entity naming standard ( #74846 )
2022-07-10 13:17:59 -07:00
Franck Nijhof
d6ceebbb68
Migrate Met.no to new entity naming style ( #74908 )
2022-07-10 13:13:22 -07:00
Aaron Bach
5971ab6549
Migrate Flo to new entity naming style ( #74744 )
2022-07-10 21:40:06 +02:00
Jc2k
59170d3c54
Prepare homekit_controller for _hap._udp.local. ( #74857 )
...
* Prepare homekit_controller for _hap._udp.local.
2022-07-10 19:50:54 +01:00
David F. Mulcahey
edaafadde0
Remove ZHA device storage ( #74837 )
...
* Remove ZHA device storage
* remove storage file if it exists
2022-07-10 13:46:22 -04:00
Alexei Chetroi
240a83239a
Correctly handle device triggers for missing ZHA devices ( #74894 )
2022-07-10 13:35:45 -04:00
Allen Porter
6f9fcdff99
Improve calendar error handling to match best practices ( #74891 )
2022-07-10 10:04:57 -07:00
epenet
40ee7bab8f
Fix false-positive in pylint plugin ( #74244 )
2022-07-10 00:31:09 +02:00
J. Nick Koston
157d6dc83f
Add missing Start Dimmer mapping for bond buttons ( #74555 )
2022-07-09 23:45:49 +02:00
Franck Nijhof
0f813b61c3
Migrate Elgato to new entity naming style ( #74590 )
2022-07-09 23:41:04 +02:00
Franck Nijhof
81e7eb623b
Migrate Twente Milieu to new entity naming style ( #74593 )
2022-07-09 23:40:55 +02:00
Allen Porter
1c4fee65c0
Migrate nest to new entity naming style ( #74724 )
2022-07-09 19:21:53 +02:00
Guido Schmitz
72d134be52
Migrate devolo Home Network to new entity naming ( #74741 )
2022-07-09 19:05:49 +02:00
Duco Sebel
124c8e8f73
Add sensors for HomeWizard Watermeter ( #74756 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-07-09 18:39:30 +02:00
Joakim Plate
3a5cca3ff2
Convert rfxtrx to entity naming ( #74720 )
2022-07-09 17:15:08 +02:00
Robert Hillis
e17db1fd0c
Remove deprecated yaml config from Steam ( #74805 )
2022-07-09 16:43:50 +02:00
J. Nick Koston
f4c333626e
Add coverage for lutron caseta bridges to hkc ( #74765 )
2022-07-09 08:29:18 -05:00
J. Nick Koston
a697672944
Add bluetooth integration ( #74653 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-07-08 18:55:31 -05:00
kpine
c27fbce7d0
Fix KeyError from zwave_js diagnostics ( #74579 )
2022-07-09 00:20:44 +02:00
Benoit Anastay
766523cf8c
Fix error with HDD temperature report in Freebox integration ( #74718 )
...
* Fix error whith HDD temperature report
There was a non handled error case, documented in issue https://github.com/home-assistant/core/issues/43812 back in 2020 and the fix wasn't applied
* Use get method instead of ignoring the sensor
* Update test values
Add idle state drive with unkown temp
* update Tests for system sensors api
* Fix booleans values
* Fix disk unique_id
There was a typo in the code
2022-07-08 14:22:31 -07:00
Antonino Piazza
4209d7733b
Add huawei_lte wifi guest network switch ( #71035 )
2022-07-08 23:09:03 +03:00
Allen Porter
ff324ab2fb
Attempt to fix flaky test by waiting for setup to complete ( #74734 )
2022-07-08 09:50:56 -07:00
Allen Porter
08d8304a52
Migrate google calendar to new entity naming ( #74727 )
...
* Migrate google calendar to new entity naming
* Update homeassistant/components/google/calendar.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2022-07-08 07:59:50 -07:00
Robert Svensson
3b3766fbe0
Bump deconz dependency to fix #74523 ( #74710 )
2022-07-08 12:54:09 +02:00
Maciej Bieniek
fd7330ea77
Bump NextDNS backend library ( #74611 )
2022-07-08 09:48:46 +02:00
Franck Nijhof
ba0b98ef32
Remove deprecated Spotify YAML configuration ( #74604 )
2022-07-08 08:30:01 +02:00
Allen Porter
561c9a77d8
Add google calendar service proper exception handling ( #74686 )
2022-07-07 20:50:19 -07:00
Erik Montnemery
0e3f7bc63a
Resolution center MVP ( #74243 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-07-07 20:49:07 -07:00
Franck Nijhof
a6244eea28
Search/replace RESULT_TYPE_* by FlowResultType enum ( #74656 )
2022-07-07 21:28:18 +02:00
Kostas Chatzikokolakis
3f53ed5d5c
Add trigger/arm_custom_bypass to Template Alarm Control Panel ( #74629 )
2022-07-07 20:31:03 +02:00
Franck Nijhof
7cd68381f1
Search/replace RESULT_TYPE_* by FlowResultType enum ( #74642 )
2022-07-07 19:57:36 +03:00
Franck Nijhof
68ccb96089
Refactor CI ( #74014 )
2022-07-07 18:53:24 +02:00
J. Nick Koston
1dd9e705f2
Switch dispatcher to use async_run_hass_job ( #74514 )
...
* Switch dispatcher to use async_run_hass_job
- Since we already wrap all the callbacks in catch_log_exception
we can use async_run_hass_job here
- The overhead of wrapping the call in a call_soon, queuing it
and running it later usually exceeds the overhead of running
the job itself
* fix size change during iteration
* fix out of order send
* fix missing mocking in unifi test
* Fix Legrand Home+ Control updating entities before the coordinator update had finished
* stray debug
2022-07-07 10:39:05 -05:00
Franck Nijhof
323d4a0e1b
Use FlowResultType enum in Plugwise tests ( #74638 )
2022-07-07 17:25:23 +02:00
Diogo Gomes
4e2de2479a
Add SetSystemDateandTime Button ( #66419 )
...
* add SetSystemDateandTime
* fix
* address review
* follow recommendation to set date and time on start
* add set date and time button test
2022-07-07 16:25:44 +02:00
Erik Montnemery
996544da2d
Poll cast groups when media player is added or reconnected ( #74610 )
2022-07-07 14:51:16 +02:00
Franck Nijhof
2169b70874
Use FlowResultType enum in WLED tests ( #74594 )
2022-07-07 12:31:54 +02:00
Franck Nijhof
4fcf8280f6
Use FlowResultType enum in Tuya tests ( #74596 )
2022-07-07 12:31:19 +02:00
jjlawren
ba7ad1029c
Remove legacy Sonos grouping services ( #74476 )
2022-07-07 12:17:13 +02:00
J. Nick Koston
0c29b68cf8
Switch linear search to a dict lookup for ip bans ( #74482 )
2022-07-07 10:57:44 +02:00
Robert Svensson
b071affcb4
Use pydeconz interface controls for cover platform ( #74535 )
2022-07-07 00:31:47 +02:00
J. Nick Koston
332cf3cd2d
Resolve and caches paths for CachingStaticResource in the executor ( #74474 )
2022-07-06 13:49:48 -05:00
Maciej Bieniek
41fd1a24bb
Add NextDNS button platform ( #74492 )
...
* Add button platform
* Add button tests
* Fix typo
* Use Platform enum
* Fix coordinator type
2022-07-06 16:29:53 +02:00
Robert Svensson
ef6fd78ede
Use FlowResultType in Axis config flow tests ( #74496 )
2022-07-06 09:54:26 +02:00
Guido Schmitz
1b37d9cbc6
Use FlowResultType in Devolo Home Control tests ( #74490 )
...
* Use FlowResultType in devolo Home Control tests
* Add return types
2022-07-06 09:52:41 +02:00
Robert Svensson
05416f56aa
Use FlowResultType in deCONZ config flow tests ( #74495 )
2022-07-06 09:45:30 +02:00
J. Nick Koston
ce35324e73
Cache the response from config/entity_registry/list ( #74443 )
2022-07-05 21:11:51 -07:00
J. Nick Koston
3875fc5953
Cache the response from config/device_registry/list ( #74483 )
2022-07-05 21:08:39 -07:00
J. Nick Koston
df6892b908
Offer HKC local push control option when there are multiple zeroconf homekit matches ( #74441 )
2022-07-05 21:02:18 -07:00
Maciej Bieniek
a70cb8af78
Add NextDNS diagnostics platform ( #74367 )
...
Add diagnostics platform
2022-07-05 20:14:56 -07:00
Maciej Bieniek
f5e3344bfc
Add NextDNS system health ( #74368 )
...
Add system_health
2022-07-05 20:10:04 -07:00
Erik Montnemery
a7158fee67
Revert "Migrate aemet to native_*" ( #74471 )
2022-07-05 22:24:08 +02:00
J. Nick Koston
f6cb2833ca
Improve fans in homekit_controller ( #74440 )
2022-07-05 09:25:30 -05:00
Rami Mosleh
b09aaba421
Add type hints and code cleanup for mikrotik ( #74296 )
...
* Add type hints and code cleanup for mikrotik
* update test and increase coverage
* move setup_mikrotik_entry to __init__.py
2022-07-05 09:16:38 +02:00
epenet
18840c8af5
Add instance attributes to GeolocationEvent ( #74389 )
2022-07-04 16:43:53 +02:00
J. Nick Koston
8d0e54d776
Use the orjson equivalent default encoder when save_json is passed the default encoder ( #74377 )
2022-07-04 08:41:23 -05:00
Guido Schmitz
402a40c108
Remove explicit use of mock_zeroconf in devolo Home Network ( #74390 )
2022-07-04 14:59:24 +02:00
J. Nick Koston
6c3baf03aa
Make dispatcher setup lazy ( #74374 )
2022-07-04 14:58:35 +02:00
epenet
14e5001d0c
Cleanup known_devices.yaml in device_tracker tests ( #74404 )
2022-07-04 14:10:25 +02:00
Erik Montnemery
0768ed453d
Migrate aemet to native_* ( #74037 )
2022-07-04 14:06:32 +02:00
Paulus Schoutsen
b62c0dcb32
Guard invalid data sensor significant change ( #74369 )
2022-07-03 22:03:13 -07:00
J. Nick Koston
02c7261b74
Small naming improvements and basic tests for ecobee 501s ( #74370 )
2022-07-03 16:32:30 -05:00
J. Nick Koston
30a5df5895
Append name char value from the service to HomeKit Controller Entities ( #74359 )
2022-07-03 15:47:54 -05:00
Dave T
737a1fd9fa
Dont substitute user/pass for relative stream urls on generic camera ( #74201 )
...
Co-authored-by: Dave T <davet2001@users.noreply.github.com>
2022-07-03 13:26:00 -07:00
Maciej Bieniek
84119eefaa
Add NextDNS integration ( #74150 )
...
* Initial commit
* Update manifest
* Add first test
* Simplify init
* More tests
* Update tests
* More tests
* More tests
* Add tests for sensor platform
* More tests for sensor platform
* Add tests for system_health
* Fix typo
* Improve test coverage
* Improve test coverage
* Add tests for diagnostics
* Add comment
* Run hassfest
* Fix typo
* Run gen_requirements_all
* Fix tests
* Change key name in diagnostics
* Remove diagnostics and system_health platforms
* Bump library
2022-07-03 09:51:50 -07:00
Michał Huryn
e7e940afa5
Address Blebox uniapi review sidenotes ( #74298 )
...
* Changes accordingly to sidenotes given by @MartinHjelmare in pull #73834 .
* Mini version bump according to notes in pull #73834 .
* Error message fix, test adjustment.
2022-07-03 17:06:38 +02:00
Allen Porter
a4c6cd2fbe
Cleanup Google Calendar unused test fixtures ( #74353 )
2022-07-03 17:05:38 +02:00
avee87
98052646f2
Remove visibility from metoffice weather ( #74314 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-07-02 13:42:58 -07:00
avee87
08c2bd82bd
Migrate metoffice to native_* ( #74312 )
2022-07-02 13:27:47 -07:00
David Barshow
c24c6b38b1
Support climate reproduce state fan_mode ( #74317 )
...
climate reproduce state fan_mode support
2022-07-02 13:04:38 -07:00
Shay Levy
d56a487169
Fix CI failure due to integrations leaving dirty known_devices.yaml ( #74329 )
2022-07-02 11:20:40 -07:00
atlflyer
da11cef29a
Report error code in log when command fails ( #74319 )
2022-07-02 09:58:08 -04:00
Paulus Schoutsen
810e29f1ef
Guard creating areas in onboarding ( #74306 )
2022-07-01 11:01:07 -07:00
J. Nick Koston
1288085b31
Revert scrape changes to 2022.6.6 ( #74305 )
2022-07-01 10:10:40 -07:00
danaues
72917f1d2c
Lutron caseta ra3keypads ( #74217 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-07-01 10:39:00 -05:00
Álvaro Fernández Rojas
c0ea1a38a6
Fix QNAP QSW DHCP discover bugs ( #74291 )
...
qnqp_qsw: fix DHCP discover bugs
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2022-07-01 11:52:46 +02:00
Álvaro Fernández Rojas
a58301a97d
Improve qnap_qsw firmware coordinator failures ( #74288 )
...
qnap_qsw: update: improve firmware coordinator failures
Address late comments from @MartinHjelmare (MartinHjelmare).
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2022-07-01 09:48:59 +02:00
Stefan Rado
273e9b287f
Add config flow for Bose SoundTouch ( #72967 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-06-30 22:20:00 -07:00
Guido Schmitz
43595f7e17
Add light tests for devolo_home_control ( #74183 )
2022-06-30 21:08:21 -07:00
rappenze
7eae3691c2
Add device info to fibaro integration ( #73352 )
2022-06-30 14:57:35 -07:00
Joakim Plate
11cdf542ac
Bump pyRFXtrx to 0.30.0 ( #74146 )
2022-06-30 14:48:50 -07:00
David F. Mulcahey
269fa14721
Fix bad conditional in ZHA logbook ( #74277 )
...
* Fix bad conditional in ZHA logbook
* change syntax
2022-06-30 23:59:35 +03:00
mbo18
24d2d62121
Add vacation mode to Template Alarm Control Panel ( #74261 )
2022-06-30 12:22:03 -07:00
Guido Schmitz
7656ca8313
Add presence detection to devolo_home_network ( #72030 )
2022-06-30 12:12:12 -07:00
epenet
8ef87205f9
Improve type hints in mqtt ( #74247 )
2022-06-30 21:11:45 +02:00
Álvaro Fernández Rojas
768b98ae77
Add QNAP QSW Update platform ( #71019 )
...
* qnap_qsw: add Update platform
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* qnap_qsw: update: allow init if firmware coordinator fails
QSW API can return an error if update servers aren't reachable and this
prevents the integration from loading.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* tests: qnap_qsw: achieve 100% coverage
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2022-06-30 12:09:08 -07:00
epenet
1bfd8b1a76
Add enforce_type_hints to vscode tasks ( #74227 )
2022-06-30 20:49:41 +02:00
Maximilian
dc22726425
Optimize optionflow tests ( #74262 )
...
* Optimize optionflow tests
* Extend mocking
2022-06-30 19:45:11 +02:00
Jesse Hills
f311d53c60
ESPHome use dhcp responses to update connection host of known devices ( #74206 )
...
* ESPHome use dhcp responses to update connection host of known devices
* Add test for dhcp
* Add another test to cover when there are no changes required
2022-06-30 10:07:03 -07:00
David F. Mulcahey
8bcccb17f9
Fix ZHA events for logbook ( #74245 )
2022-06-30 10:03:39 -07:00
MasonCrawford
5fa3b90b2c
Add config flow to lg_soundbar ( #71153 )
...
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-06-30 10:00:39 -07:00
Paulus Schoutsen
7573dc34aa
Treat thermostat unknown state like unavailable in alexa ( #74220 )
2022-06-30 10:00:10 -07:00
Pierre Ståhl
de700e7859
Make media_player.toggle turn on a standby device ( #74221 )
2022-06-30 09:59:46 -07:00
Alex Henry
f5c6a6be3a
Add config flow to AnthemAV integration ( #53268 )
...
* Add config flow to AnthemAV integration
* Add importing of existing configuration
* Change setting to optional and add default value
* Use entity attribute
* Reduce changes by removing additional media player properties
* Remove title from translation
* Refactor config flow and fix PR comments
* Fix a failing test because of wrong renaming
* Add typing and use existing class and enum
* Bump dependency to v1.3.1
* Remove unecessary async_reload_entry
* Fix requirements_test_all after rebase
* Add const for timeout and remove async_block in test
* Reapply CodeOwner and configflow after rebase
* Remove name from configflow
* Fix manifest prettier failure
* Simplify code and avoid catching broad exception
* Removed unused strings and translations
* Avoid asserting hass.data
2022-06-30 07:13:08 -07:00
Franck Nijhof
3a57f4363f
Revert "Patch out life360 entry setup in tests" ( #74223 )
...
Revert "Patch out life360 entry setup in tests (#74212 )"
This reverts commit ab6e92f996
.
2022-06-30 09:13:25 +02:00
Allen Porter
0cf922cc4e
Allow legacy nest integration with no configuration.yaml ( #74222 )
2022-06-30 08:54:51 +02:00
Kevin Stillhammer
bef512c425
Split attributes into sensors for here_travel_time ( #72405 )
2022-06-29 22:09:52 -07:00
Franck Nijhof
555e9c6762
Fix input_number invalid state restore handling ( #74213 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-06-29 22:06:35 -07:00
Franck Nijhof
ab6e92f996
Patch out life360 entry setup in tests ( #74212 )
2022-06-29 17:35:49 -07:00
J. Nick Koston
e2fe1a1c5d
Allow tuple subclasses to be json serialized ( #74207 )
2022-06-29 19:14:56 -05:00
Christopher Bailey
1555f40bad
Add UniFi Protect views ( #74190 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-06-29 18:10:38 -05:00
Phil Bruckner
0a65f53356
Convert life360 integration to entity based ( #72461 )
...
* Convert life360 integration to entity based
* Improve config_flow.py type checking
* Add tests for config flow
Fix form defaults for reauth flow.
* Cover reauth when config entry loaded
* Update per review (except for dataclasses)
* Restore check for missing location information
This is in current code but was accidentally removed in this PR.
* Fix updates from review
* Update tests per review changes
* Change IntegData to a dataclass
* Use dataclasses to represent fetched Life360 data
* Always add extra attributes
* Update per review take 2
* Tweak handling of bad last_seen or location_accuracy
* Fix type of Life360Member.gps_accuracy
* Update per review take 3
* Update .coveragerc
* Parametrize successful reauth flow test
* Fix test coverage failure
* Update per review take 4
* Fix config schema
2022-06-29 18:40:02 +02:00
Jeef
b6f16f87a7
Bump intellifire4py to 2.0.0 ( #72563 )
...
* Enable Flame/Pilot switch
* Enable Flame/Pilot switch
* Update homeassistant/components/intellifire/switch.py
Co-authored-by: J. Nick Koston <nick@koston.org>
* Update homeassistant/components/intellifire/switch.py
Thats a great fix!
Co-authored-by: J. Nick Koston <nick@koston.org>
* write not update
* fixed forced upates
* removed data field
* Refactor to support update to backing library
* pre-push-ninja-style
* moving over
* fixed coverage
* removed tuple junk
* re-added description
* Update homeassistant/components/intellifire/translations/en.json
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
* adressing PR comments
* actually store generated values
* Update homeassistant/components/intellifire/__init__.py
Way better option!
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-06-29 10:51:39 -05:00
Arne Mauer
fa678d0408
New sensors and manufacturer cluster to support IKEA STARKVIND (with Quirk) ( #73450 )
...
* Add Particulate Matter 2.5 of ZCL concentration clusters to ZHA component
* Fixed black and flake8 test
* New sensors and manufacturer cluster to support IKEA STARKVIND (with quirk)
* Isort and codespell fixes
* Instead using the fan cluster, i've created a Ikea air purifier cluster/channel that supports all sensors and fan modes
* update sensors to support the new ikea_airpurifier channel
* Fix black, flake8, isort
* Mylint/mypy fixes + Use a TypedDict for REPORT_CONFIG in zha #73629
* Last fix for test_fan.py
* fix fan test
Co-authored-by: David F. Mulcahey <david.mulcahey@me.com>
2022-06-29 11:44:40 -04:00
G Johansson
97dcfe4445
Smhi reverse change of unique id change ( #74176 )
2022-06-29 17:13:07 +02:00
Erik Montnemery
d3f4108a91
Support knots and ft/s in weather wind speed ( #74175 )
2022-06-29 16:34:41 +02:00
Guido Schmitz
8dd5f25da9
Add cover tests for devolo_home_control ( #72428 )
2022-06-29 06:46:32 -07:00
Rami Mosleh
8905e6f726
Use DataUpdateCoordinator for `mikrotik` ( #72954 )
2022-06-29 08:32:29 -05:00
Mike Degatano
9392f59913
Trigger Alexa routines from toggles and buttons ( #67889 )
2022-06-29 13:56:02 +02:00
Eric Svärd
e32694c146
Make SolarEdge energy value validation a bit less aggressive ( #69998 )
...
* Make energy value validation a bit less aggressive
Attempt to solve issue 69600 introduced by previous fix for issue
59285.
- Introduce a tolerance factor for energy value validation.
- Only skip update the specific invalid energy entity. An energy entity
with invalid values will now show "State unknown".
* Remove the tolerance factor. Let's just ignore the specific invalid energy entity.
2022-06-29 12:53:55 +02:00
Joakim Sørensen
29a546f4e8
Remove deprecated YAML import for Tautulli ( #74172 )
2022-06-29 12:29:47 +02:00
Malte Franken
21d28dd356
Migrate usgs_earthquakes_feed to async library ( #68370 )
...
* use new async integration library
* migrate to new async integration library
* updated unit tests
* updated logger
* fix tests and improve test coverage
* fix test
* fix requirements
* time control to fix tests
2022-06-29 12:13:33 +02:00
Erik Montnemery
c186a73e57
Tweak speed util ( #74160 )
2022-06-29 12:01:09 +02:00
Michał Huryn
b5af96e4bb
Bump blebox_uniapi to 2.0.0 and adapt integration ( #73834 )
2022-06-29 11:57:55 +02:00
epenet
078c5cea86
Adjust async_step_reauth in blink ( #74167 )
2022-06-29 11:54:21 +02:00
Jaroslav Hanslík
5b73cb10c1
MWh is valid unit for energy dashboard ( #73929 )
...
MWh is valid unit for energy
2022-06-29 11:42:52 +02:00
mbo18
9d73f9a2c5
Move power and energy attributes to sensors for SmartThings Air conditioner ( #72594 )
...
Move power and energy attribute to sensor for Air conditioner
2022-06-29 11:02:20 +02:00
Dave T
e64336cb91
Allow configuring username and password in generic camera config flow ( #73804 )
...
* Add ability to use user & pw not in stream url
* Increase test coverage to 100%
* Increase test coverage
* Verify that stream source includes user:pass
* Code review: refactor test to use MockConfigEntry
* Code review: Improve test docstring
* Edit comment; retrigger CI.
Co-authored-by: Dave T <davet2001@users.noreply.github.com>
2022-06-29 10:54:04 +02:00
Erik Montnemery
1590c0a46c
Migrate abode light to color_mode ( #69070 )
2022-06-29 10:42:24 +02:00
uvjustin
f45afe7379
Use bitstream filter to allow ADTS AAC audio in stream ( #74151 )
2022-06-29 10:15:22 +02:00
Erik Montnemery
6a0ca2b36d
Migrate kostal_plenticore number to native_* ( #74159 )
2022-06-29 10:04:22 +02:00
Maximilian
20680535ec
Add options flow to NINA ( #65890 )
...
* Added options flow
* Resolve conflicts
* Fix lint
* Implement improvements
2022-06-29 09:52:21 +02:00
Erik Montnemery
00810235c9
Track tasks adding entities ( #73828 )
...
* Track tasks adding entities
* Update homeassistant/config_entries.py
* fix cast tests
Co-authored-by: J. Nick Koston <nick@koston.org>
2022-06-29 09:38:35 +02:00
Chris Browet
596f60bdb5
Universal media player: ordered states ( #68036 )
2022-06-28 22:03:56 -07:00
Andre Lengwenus
b7b8feda0f
Add tests for LCN sensor and binary_sensor platforms ( #67263 )
2022-06-28 21:59:19 -07:00
Edward
22b8afe966
Propagate destination of watched folder moves ( #70252 )
2022-06-28 21:52:17 -07:00
stegm
305dff0dc1
Add number platform for kostal_plenticore ( #64927 )
2022-06-28 21:29:21 -07:00
Christopher Bailey
54320ff134
UniFi Protect bugfixes ( #74156 )
2022-06-28 22:00:26 -05:00
J. Nick Koston
629c68221e
Avoid retriggering HomeKit doorbells on forced updates ( #74141 )
2022-06-28 19:54:27 -05:00
mkmer
c3a2fce5cc
Move to async for aladdin connect integration ( #73954 )
...
* Moved to AIOAladdinConnect API
* Added callback logic for door status
* close unused connections
* Close connection after verification
* Matched to current version
* Matched __init__.py to current release
* Matched cover.py to existing version
* added missing awaits
* Moved callback
* Bumped AIOAladdinConnect to 0.1.3
* Removed await from callback config
* Finished tests
* Added callback test
* Bumped AIOAladdinConnect to 0.1.4
* Finished tests
* Callback correct call to update HA
* Modified calls to state machine
* Modified update path
* Removed unused status
* Bumped AIOAladdinConnect to 0.1.7
* Revised test_cover cover tests and bumped AIOAladdinConnect to 0.1.10
* Bumped AIOAladdinConnect to 0.1.11
* Bumped AIOAladdinConenct to 0.1.12
* Bumped AIOAladdinConnect to 0.1.13
* Bumped AIOAladdinConnect to 0.1.14
* Added ability to handle multiple doors
* Added timout errors to config flow
* asyncio timout error added to setup retry
* Cleanup added to hass proceedure
* Bumped AIOAladdinConnect to 0.1.16
* Bumped AIOAladdinConnect to 0.1.18
* Bumped AIOAladdinConnect to 0.1.19
* Bumped AIOAladdinConnect to 0.1.20
* Addressed recommended changes: SCAN_INTERVAL and spelling
* Moved to async_get_clientsession and bumped AIOAladdinConnect to 0.1.21
* Missing test for new code structure
* removed extra call to write_ha_state, callback decorator, cleaned up tests
* Update tests/components/aladdin_connect/test_init.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Removed extra_attributes.
* Added typing to variable acc
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-06-28 23:22:18 +02:00
Stefan Rado
efbd47c828
Rewrite SoundTouch tests to use mocked payloads ( #72984 )
2022-06-28 14:02:39 -07:00
Andre Lengwenus
389f1f4eda
Add lcn_codelock event and corresponding device trigger ( #73022 )
2022-06-28 14:01:18 -07:00
Erik Montnemery
146ff83a16
Migrate rest binary_sensor and switch to TemplateEntity ( #73307 )
2022-06-28 13:53:38 -07:00
Robert Svensson
abf67c3153
Normalize deCONZ binary sensor unique IDs ( #73657 )
2022-06-28 13:45:25 -07:00
Allen Porter
02d1676301
Fix unexpected exception in Google Calendar OAuth exchange ( #73963 )
2022-06-28 13:29:11 -07:00
J. Nick Koston
a8349a4866
Adjust entity filters to make includes stronger than excludes ( #74080 )
...
* Adjust entity filters to make includes stronger than excludes
Fixes #59080
* adjust test for stronger entity glob includes
* sync with docs
2022-06-28 11:42:51 -05:00
Erik Montnemery
26a85c6644
Add Entity.has_entity_name attribute ( #73217 )
2022-06-28 09:38:05 -07:00
J. Nick Koston
2225d0e899
Enable serialization of float subclasses with orjson ( #74136 )
2022-06-28 17:07:40 +02:00
[pʲɵs]
0e9164b082
Add bool template filter and function ( #74068 )
...
Co-authored-by: Erik <erik@montnemery.com>
2022-06-28 16:22:09 +02:00
G Johansson
c4ff317ec6
Smhi minor fixes ( #72606 )
...
* Initial commit
* Tests
* From review comments
2022-06-28 14:29:00 +02:00
Erik Montnemery
39c7056be5
Migrate climacell to native_* ( #74039 )
2022-06-28 13:39:37 +02:00
Erik Montnemery
ae63cd8677
Add support for unavailable to cover groups ( #74053 )
2022-06-28 11:12:14 +02:00
Erik Montnemery
7d709c074d
Add support for unavailable and unknown to fan groups ( #74054 )
2022-06-28 10:58:52 +02:00
Paulus Schoutsen
6eeb1855ff
Remove entities from Alexa when disabling Alexa ( #73999 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-06-28 10:32:50 +02:00
Erik Montnemery
824de2ef4c
Modify behavior of lock groups ( #74055 )
2022-06-28 10:29:56 +02:00
Erik Montnemery
9a613aeb96
Modify behavior of media_player groups ( #74056 )
2022-06-28 10:22:46 +02:00
epenet
35df012b6e
Fix reauth step in nest ( #74090 )
2022-06-28 10:06:05 +02:00
J. Nick Koston
720768560d
Fix devices missing in logbook when all requested entities are filtered ( #74073 )
2022-06-28 08:44:06 +02:00
[pʲɵs]
91a119917d
List more private and link-local IP networks ( #74064 )
...
List more private and link-local IP networks
The IPv6 link-local network is especially important as without it
local accounts don't work on IPv6-capable networks with no IPv6 DHCP
server.
2022-06-27 22:00:44 -07:00