Aaron Bach
2169d839ce
Remove service descriptions for deprecated Guardian services ( #75084 )
2022-07-13 11:08:23 +02:00
Bouwe Westerdijk
34f1d5e094
Add Plugwise number platform ( #74655 )
2022-07-13 09:21:58 +02:00
Artem Draft
b7a6f4e220
Fix missing ordered states in universal media player ( #75099 )
2022-07-13 09:12:50 +02:00
Tom Harris
1e5ada0f9d
Fix Insteon thermostat issues ( #75079 )
2022-07-13 08:56:08 +02:00
mkmer
ad82352dae
Bump AIOAladdinConnect to 0.1.23 ( #75065 )
2022-07-13 08:46:32 +02:00
dependabot[bot]
3ca04aa33b
Bump actions/cache from 3.0.4 to 3.0.5 ( #75104 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-13 08:40:43 +02:00
GitHub Action
a3fd5acf3f
[ci skip] Translation update
2022-07-13 00:27:34 +00:00
Paulus Schoutsen
41ec8cd354
Expose supported brands via API ( #75074 )
2022-07-12 13:49:54 -07:00
Aaron Bach
b54fe14a10
Replace Guardian `reboot` and `reset_valve_diagnostics` services with buttons ( #75028 )
2022-07-12 12:53:21 -06:00
Franck Nijhof
d40978742c
Update coverage to 6.4.2 ( #75072 )
2022-07-12 20:46:04 +02:00
Glenn Waters
96ecbe4388
Migrate Environment Canada to new entity naming style ( #75024 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-07-12 20:45:38 +02: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
Sebastian Lövdahl
cf612c4bec
Migrate Vallox to new entity naming style ( #75025 )
2022-07-12 16:32:37 +02: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
Maciej Bieniek
7283d1b7fb
Migrate Brother to new entity naming style ( #75000 )
2022-07-12 15:35:12 +02:00
hahn-th
cd25bc1901
Bump homematicip to 1.0.4 ( #75053 )
2022-07-12 15:31:04 +02:00
Thijs W
ff1cdb4de7
Bump afsapi to 0.2.6 ( #75041 )
2022-07-12 12:03:26 +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
dependabot[bot]
dfe840c045
Bump actions/setup-python from 4.0.0 to 4.1.0 ( #75040 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-12 08:51:24 +02:00
Phil Bruckner
f4953e6e9b
Do not spam log when Life360 member location is missing ( #75029 )
2022-07-12 08:42:33 +02:00
GitHub Action
5d8e1b8387
[ci skip] Translation update
2022-07-12 00:24:26 +00:00
Ville Skyttä
7b9a0eed22
Upgrade huawei-lte-api to 1.6.1 ( #75030 )
2022-07-11 15:35:45 -07: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
Franck Nijhof
ef025bccc0
Update tqdm to 4.64.0 ( #75010 )
2022-07-11 23:30:48 +02:00
0bmay
2d2fd3e48f
Cache Canary camera image ( #73923 )
...
* Cache camera image
Cache camera image so a new image isn't generated each call.
Adds debug logging
* Apply suggestions from code review
code compression with walrus operator
Co-authored-by: Erik Montnemery <erik@montnemery.com>
* fix after walrus operator suggested tweak
fully use the live_stream_session variable in async_camera_image
* Invalidate cached image after 15 minutes
requested code change; invalidate cached image
* Removed unnecessary if statement
based on code review
* Image capture flow updates
now sets the image expiration upon getting an updated image
updates the cache image only when a new image is captured
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2022-07-11 21:53:33 +02:00
David F. Mulcahey
5774f2e7b9
Use forward_entry_setups in ZHA ( #74834 )
2022-07-11 14:29:42 -04: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
epenet
14baaf4b67
Remove plex from mypy ignore list ( #74984 )
2022-07-11 20:02:44 +02:00
epenet
28a34a1f89
Remove withings from mypy ignore list ( #74966 )
2022-07-11 19:14:23 +02:00
Franck Nijhof
7c2bd319f1
Migrate AdGuard Home to new entity naming style ( #74999 )
...
* Migrate AdGuard Home to new entity naming style
* sentence-casing
2022-07-11 18:59:21 +02:00
epenet
ba18e11308
Remove profiler from mypy ignore list ( #74453 )
2022-07-11 18:34:27 +02:00
Franck Nijhof
8d6925b3ab
Migrate Tuya to new entity naming style ( #74975 )
2022-07-11 09:17:54 -07:00
Matthias Alphart
75abf87611
Migrate Fronius to new entity naming style ( #74974 )
2022-07-11 09:16:29 -07:00
Franck Nijhof
4a39087fe7
Migrate Verisure to new entity naming style ( #74997 )
2022-07-11 09:14:17 -07:00
Franck Nijhof
a30d7e5104
Migrate Speedtest.net to new entity naming style ( #75004 )
2022-07-11 09:13:09 -07:00
Franck Nijhof
964bb63da6
Migrate Spotify to new entity naming style ( #74992 )
2022-07-11 09:12:56 -07:00
epenet
7e0515b119
Remove conversation from mypy ignore list ( #74991 )
2022-07-11 17:47:33 +02:00
epenet
63706d2f67
Remove blueprint from mypy ignore list ( #74990 )
2022-07-11 17:46:32 +02:00
Erik Montnemery
924dce1b86
Log warning if number entities set _attr_unit_of_measurement ( #74987 )
2022-07-11 17:44:07 +02: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
epenet
6ac05784a6
Remove icloud from mypy ignore list ( #75007 )
2022-07-11 17:33:20 +02:00
Maciej Bieniek
7b5cf63a46
Migrate Airly to new entity naming style ( #74995 )
2022-07-11 17:30:22 +02:00
Maciej Bieniek
e1e85caf18
Migrate Nettigo Air Monitor to new entity naming style ( #74993 )
2022-07-11 17:26:07 +02:00
epenet
fa51a39f1d
Use instance attributes in evohome ( #74996 )
2022-07-11 17:24:35 +02:00
J. Nick Koston
c2fefe03b2
Add support for subscribing to bluetooth callbacks by address ( #74773 )
2022-07-11 08:14:00 -07:00