This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Dec 29, 2020
-
-
rikroe authored
* Add Config Flow to bmw_connected_drive * Fix checks for bmw_connected_drive * Adjust code as requested * Clean .coveragerc after merge * Use references for config flow * Fix execute_service check against allowed accounts * Adjust translation as username can be email or phone no * Add BMWConnectedDriveBaseEntity mixin, remove unnecessary type casts * Use BaseEntity correctly, fix pylint error * Bump bimmer_connected to 0.7.13 * Adjustments for review * Fix pylint * Fix loading notify, move vin to entity attrs * Remove vin from device registry * Remove commented-out code * Show tracker warning only if vehicle (currently) doesn't support location * Remove unnecessary return values & other small adjustments * Move original hass_config to own domain in hass.data * Move entries to separate dict in hass.data * Remove invalid_auth exception handling & test as it cannot happen Co-authored-by:
rikroe <rikroe@users.noreply.github.com>
-
Greg authored
-
- Dec 28, 2020
-
-
Greg authored
* Updating sensor to use single API call * Updated comment Updated comment to reflect that polling is needed. * Reduced calls to single API call * Added except handling and increased async timeout * Cleaned up some comments * Added error handling * Added last_reported date for inverters * Added message during failed update * Added retries to update function * Updated update function * Reformatted sensor.py with black * Increased default scan period * fixed timedelta typo * importing CoordinatorEntity * Check during setup else raise PlatformNotReady * Removed async_update and override state * using SCAN_INTERVAL constant * fixed typo * removed unused constant * Removed retry logic * Changed to catching exceptions rather than strings * shortened string split line * Replace requests_async with httpx * Bump envoy_reader version to 0.17.2 * Resolving comments from PR requested changes * Fixed typo in scan_interval * Removed period from logging messages * Bumping envoy_reader to 0.18.0 * Incorporating suggested changes * Removing no longer used try/except * Fail setup if authentication fails * Bump envoy_reader to 0.18.2
-
mvn23 authored
Co-authored-by:
Martin Hjelmare <marhje52@gmail.com>
-
Clifford Roche authored
-
starkillerOG authored
* improve TDBU motion blinds control * Simplify service registration
-
TheJulianJES authored
-
Philip Allgaier authored
-
Anton Tolchanov authored
-
badguy99 authored
-
Álvaro Fernández Rojas authored
Current device_id variable refers to the Home ID obtained from the Tado API. Let's use home_id in order to avoid confusion with Tado devices. Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com>
-
Erik Montnemery authored
-
Allen Porter authored
* Improve error handling user experience This is meant to make the nest integration quieter. Exceptions are handled with a single log error message. Co-authored-by:
j-stienstra <65826735+j-stienstra@users.noreply.github.com>
-
- Dec 27, 2020
-
-
Álvaro Fernández Rojas authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com>
-
Allen Porter authored
* Simplify nest event handling Use device specific update callbacks rather than a global callback. The motivation is to prepare for a follow up change that will store camera specific event tokens on the camera itself, so that a service can later fetch event specific image snapshots, which would be difficult to send across the event bus. * Increase nest camera test coverage * Remove unnecessary device updates for nest cameras * Remove unused imports * Fix device id check to look at returned entry * Remove unused imports after rebase * Partial revert of nest event simplification * Push more update logic into the nest library * Revert nest device_info changes * Revert test changes to restore global update behavior * Bump nest library version to support new callback interfaces
-
Rob Bierbooms authored
* Add support for Luxembourg Smarty meter * Add config flow test * Add sensor tests
-
Tim van Cann authored
* Fully remove Avri integration * Remove avri from .coveragerc
-
aque0us authored
* Update tts.py Added Olivia Neural Voice * Correct linting Co-authored-by:
Joakim Plate <elupus@ecce.se>
-
- Dec 26, 2020
-
-
Robert Svensson authored
-
Martin Weinelt authored
* Add album art support in the mpd component Uses `readpicture` to retrieve embedded artwork and `albumart` to acquire cover art located in the media directory. As the mpd component supports multiple different implementations (think mopidy, PI MusicBox, etc.) we check for the availability of each command before using them. Tested against mpd 0.22.3, which includes support for both. * fixup! Add album art support in the mpd component
-
MatthewFlamm authored
-
Ville Skyttä authored
Mostly to pave way for implementing network connection mode change services, such as PR #44380. https://github.com/Salamek/huawei-lte-api/releases/tag/1.4.13 https://github.com/Salamek/huawei-lte-api/releases/tag/1.4.14 https://github.com/Salamek/huawei-lte-api/releases/tag/1.4.15 https://github.com/Salamek/huawei-lte-api/releases/tag/1.4.16 https://github.com/Salamek/huawei-lte-api/releases/tag/1.4.17
-
Hmmbob authored
-
- Dec 25, 2020
-
-
Thibaut authored
* Handle missing devices during update * Raise error only if there was devices previously * Not final dot Co-authored-by:
Franck Nijhof <frenck@frenck.nl> Co-authored-by:
Franck Nijhof <frenck@frenck.nl>
-
Martin Weinelt authored
Upgrades python-mpd2 to 3.0.1.
-
Matt Bilodeau authored
-
Nick authored
* - Make the dyson integration report that the fan is on if its in AUTO or FAN states instead of only in FAN state * - Fix code style issue to be compliant with flake8
-
HomeAssistant Azure authored
-
- Dec 24, 2020
-
-
Thibaut authored
-
Tomasz Pieczykolan authored
-
Eric Severance authored
* Periodically attempt to discover new wemo devices * Set self._stop=None after stopping the periodic discovery task * Use the async_fire_time_changed test helper to simplify test_discovery * Stop the pywemo registry outside of the async loop * Add a comment describing why async_fire_time_changed is used
-
J. Nick Koston authored
Siri always requests auto mode even when the device does not support auto which results in the thermostat failing to turn on as success is assumed. We now determine the heat cool target mode based on the current temp, target temp, and supported modes to ensure the thermostat will reach the requested target temp.
-
Diogo Gomes authored
Co-authored-by:
Franck Nijhof <frenck@frenck.dev>
-
HomeAssistant Azure authored
-
- Dec 23, 2020
-
-
starkillerOG authored
* Motion Blinds upgrade to local push
-
Dermot Duffy authored
-
HomeAssistant Azure authored
-
- Dec 22, 2020
-
-
Allen Porter authored
* Move Legacy Works With Nest integration to subdirectory Motivation is to streamline the actively developed integration e.g. make code coverage easier to reason about and simplify __init__.py
-
dependabot[bot] authored
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.1.0 to v1.1.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v1.1.0...1fc7722ded4708880a5aea49f2bfafb9336f0c8d ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-