This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Apr 21, 2020
-
-
Joakim Sørensen authored
-
J. Nick Koston authored
* Display a QR code for homekit pairing This will reduce the failure rate with HomeKit pairing because there is less chance of entry error. * Add coverage * Test that the qr code is created * I cannot spell * Update homeassistant/components/homekit/__init__.py Co-Authored-By:
Paulus Schoutsen <paulus@home-assistant.io> * Update homeassistant/components/homekit/__init__.py Co-Authored-By:
Paulus Schoutsen <paulus@home-assistant.io> Co-authored-by:
Paulus Schoutsen <paulus@home-assistant.io>
-
Franck Nijhof authored
Co-Authored-By:
Paulus Schoutsen <balloob@gmail.com>
-
Robert Svensson authored
UniFi - Only match ssid filter if ssid is present, this will only affect recently disconnected clients and clients which have a previously created entry in entity registry (#34509)
-
Robert Svensson authored
-
Oscar Calvo authored
-
ochlocracy authored
-
springstan authored
* Drop UNIT_ prefix for VOLT * Drop UNIT_ prefix for DEGREE * Drop UNIT_ prefix for CONDUCTIVITY * Drop UNIT_ prefix for UV_INDEX * Run isort
-
Martin Hjelmare authored
* Add manufacturer and model parameters to device registry update method.
-
Franck Nijhof authored
-
Pascal Vizeli authored
-
David Nielsen authored
* bravia-tv version bump * Fix Auth Cookies - Fix authentication cookie expiration. - Remove obsolete error handling (since bravia-tv==1.0.2) - Remove obsolete mac address references. (since bravia-tv==1.0.2) - Update tests. * fix async_refresh_playing_info * Improve code format Co-Authored-By:
Martin Hjelmare <marhje52@gmail.com> * Config_entry needs mac address for HA restart This was mistakenly taken out. Home-Assistant needs to store mac address in case restarted. TV needs to be on to acquire mac address. This is neccesary to allow TV to be turned on by Home-Assistant after Home-Assistant is restarted. * Skip update() during state changes It is best for performance to skip updates during state change because bravia.turn_on() will commonly push async_update() beyond it's update interval. * update tests Co-authored-by:
Martin Hjelmare <marhje52@gmail.com>
-
Franck Nijhof authored
-
Maciej Bieniek authored
-
Maciej Bieniek authored
-
Daniel Høyer Iversen authored
-
Franck Nijhof authored
-
Erik Montnemery authored
* Bump pychromecast * Fix tests
-
Robert Svensson authored
* Proposed solution, unfortunately this makes the implementation less pretty * Clarify why mac is registered in init
-
Franck Nijhof authored
-
Paulus Schoutsen authored
-
- Apr 20, 2020
-
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
-
Pascal Vizeli authored
-
Maciej Bieniek authored
-
Leroy Shirto authored
* 0.2.0 of the btsmarthub_devicelist package makes it compatable with BT's home hub 2. The API has changed in the new version so this change also makes the component code compatible with the changes to the library. * Update homeassistant/components/bt_smarthub/device_tracker.py Co-Authored-By:
Franck Nijhof <frenck@frenck.nl> * Update homeassistant/components/bt_smarthub/device_tracker.py Co-Authored-By:
Franck Nijhof <frenck@frenck.nl> * Remove dep on config in BTSmartHubScanner This should make BTSmartHubScanner easier to test as you can pass in a mock smarthub_client * Black format bt_smarthub Co-authored-by:
Franck Nijhof <frenck@frenck.nl>
-
J. Nick Koston authored
-
J. Nick Koston authored
-
J. Nick Koston authored
-
J. Nick Koston authored
-
Mikael Svensson authored
-
Finbarr Brady authored
* Update manifest.json * Update requirements_all.txt
-
J. Nick Koston authored
-
Alistair Galbraith authored
* Add support for Lutron Keypad LEDs * Removed unneeded attribute definitions * Pull initial state from Lutron on startup * Format updates per code review * Altered caching code to only fetch state if needed * Update homeassistant/components/lutron/switch.py Co-Authored-By:
Martin Hjelmare <marhje52@gmail.com> * Cloud pylint is also offended by this ;) Co-authored-by:
Martin Hjelmare <marhje52@gmail.com>
-
Gleb Sinyavskiy authored
* Update state after adding a new torrent * Use cached torrents list in check_started_torrent_info * Add torrent_info to all sensors * Add torrent_info for active torrents * Fix typo * Update codeowners * Do not set eta if it's unknown * Fix codeowners * Extract TransmissionSpeedSensor * Extract TransmissionStatusSensor * Extract TransmissionTorrentsSensor * Refactor device_state_attributes() and update() * Remove unused methods * Use async_on_remove * Fix sensor update * Add transmission.remove_torrent service * Add transmission_removed_torrent event * Fix naming * Fix typo in services.yaml
-
escoand authored
* add config flow * fix pylint * update lib * Update config_flow.py * remote devices layer in config * add default host * avoid double setups of entities * remove async_setup_platform * store entities in hass.data * pass fritz connection together with config_entry * fritz connections try no4 (or is it even more) * fix comments * add unloading * fixed comments * Update config_flow.py * Update const.py * Update config_flow.py * Update __init__.py * Update config_flow.py * Update __init__.py * Update __init__.py * Update config_flow.py * Update __init__.py * Update __init__.py * Update __init__.py * Update config_flow.py * add init tests * test unloading * add switch tests * add sensor tests * add climate tests * test target temperature * mock config to package * comments * test binary sensor state * add config flow tests * comments * add missing tests * minor * remove string title * deprecate yaml * don't change yaml * get devices async * minor * add devices again * comments fixed * unique_id fixes * fix patches * Fix schema Co-authored-by:
Martin Hjelmare <marhje52@gmail.com>
-
Maciej Bieniek authored
-
Elahd Bar-Shai authored
* Added support for white value in Template Light integration. * Tests now working. * Clean up * Make template more robust Co-authored-by:
Martin Hjelmare <marhje52@gmail.com>
-
Rami Mosleh authored
* Add Islamic Prayer Times config_flow * Add Islamic Prayer Times config_flow * handle options update and fix tests * fix sensor update handling * fix pylint * fix scheduled update and add test * update test_init * update flow options to show drop list * clean up code * async scheduling and revert state to timestamp * fix update retry method * update strings * keep title as root key
-
Jc2k authored
* Remove deprecated homekit_controller credential storage locations * async_import_legacy_pairing can also be removed
-