This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Feb 13, 2021
-
-
Álvaro Fernández Rojas authored
Co-authored-by:
Martin Hjelmare <marhje52@gmail.com>
-
J. Nick Koston authored
Changes: https://github.com/ikalchev/HAP-python/compare/v3.2.0...v3.3.0
-
ollo69 authored
* Add Asuswrt config flow (#43948) * Add AsusWrt Scanner Entity (#44759) * Add Scanner Entity - device tracker entity changed from "DeviceScanner" to "ScannerEntity" - sensors recoded to use "router" class - config entry review to allow multiple entity (for future use) * Force checks * Removed new option and change sensors * Update test_sensor.py * Requested changes * Removed router unique-id * Update last_activity attr only when available * Add Options for AsusWRT Scanner Entity (#44808) * Add Asuswrt config flow (#43948) * Add AsusWrt Scanner Entity (#44759) * Add Scanner Entity - device tracker entity changed from "DeviceScanner" to "ScannerEntity" - sensors recoded to use "router" class - config entry review to allow multiple entity (for future use) * Force checks * Removed new option and change sensors * Update test_sensor.py * Requested changes * Removed router unique-id * Update last_activity attr only when available * Add Options for Scanner Entity * Fix isort * Removed "Track New" option * Add Options for Scanner Entity * Fix isort * Removed "Track New" option * Add test for all the options in the config flow
-
Shay Levy authored
-
Shay Levy authored
-
Franck Nijhof authored
Co-authored-by:
Martin Hjelmare <marhje52@gmail.com>
-
Rob Bierbooms authored
-
tkdrob authored
-
tkdrob authored
-
Maciej Bieniek authored
-
tkdrob authored
-
tkdrob authored
-
On Freund authored
* Gracefully handle missing A/V info * Do not attempt to query A/V info if unsupported * Rename _parse_onkyo_tuple
-
HomeAssistant Azure authored
-
- Feb 12, 2021
-
-
tkdrob authored
-
tkdrob authored
-
J. Nick Koston authored
-
Franck Nijhof authored
-
Maciej Bieniek authored
-
Franck Nijhof authored
-
Erik Montnemery authored
-
jan iversen authored
-
tkdrob authored
-
Christophe Painchaud authored
RFLink compoment when used over TCP protocol suffers a major issue : it doesn't know when connection is timeout or lost because there is no keepalive mechanism so it can stay disconnected forever. I wrote a small patch for the underlying 'python-rflink' library which will enable TCP KEEPPAlive. On HASSIO side it will just add an optional argument in yml file which will propagate to python-rflink caller.
-
David Dix authored
Co-authored-by:
Martin Hjelmare <marhje52@gmail.com>
-
Robert Kingston authored
Co-authored-by:
Martin Hjelmare <marhje52@gmail.com>
-
Marcel van der Veldt authored
-
tkdrob authored
-
Erik Montnemery authored
-
tkdrob authored
-
Franck Nijhof authored
* Postponed evaluation of annotations in core * Remove unneeded future
-
tkdrob authored
-
Joakim Plate authored
* Correct missed review changes * Adjust return value for device trigger * Drop cannot connect * Always assume there is a unique id * No need to yield * Update homeassistant/components/philips_js/media_player.py Co-authored-by:
Martin Hjelmare <marhje52@gmail.com> * Move typing to init * Adjust typing instead of returning lambda * Explicity return None * Coerce into int Co-authored-by:
Martin Hjelmare <marhje52@gmail.com>
-
HomeAssistant Azure authored
-
- Feb 11, 2021
-
-
chriss158 authored
-
Joakim Plate authored
* Add config flow to philips_js * Adjust name of entry to contain serial * Use device id in event rather than entity id * Adjust turn on text * Deprecate all fields * Be somewhat more explicit in typing * Switch to direct coordinator access * Refactor the pluggable action * Adjust tests a bit * Minor adjustment * More adjustments * Add missing await in update coordinator * Be more lenient to lack of system info * Use constant for trigger type and simplify * Apply suggestions from code review Co-authored-by:
J. Nick Koston <nick@koston.org> Co-authored-by:
J. Nick Koston <nick@koston.org>
-
Czapla authored
* Add generic_thermostat unique ID parameter * Add tests for unique id * Fix flake8
-
Erik Montnemery authored
-
tkdrob authored
-
Martin authored
-