This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Dec 30, 2018
-
-
ehendrix23 authored
* Use aioharmony for async Use aioharmony to interact with Harmony hub. Due to this following improvements: -) Setting of available state for entity -) Automatic config update if configuration changes (including updating file containing config) -) Allow using of device name instead of number -) When sending command with repeat, nothing else will be able to put a IR command in between * Requirements updated * Version update for fix * Mainly cleanup * Update requirements Updated requirements * Fixed lint issue * Small bump for aioharmony Small version bump increase for aioharmony * Updated based on review
-
Markus Ressel authored
* added components and requirement * change config to allow the definition of multiple switches without redefining the gateway * dont assume false state fix default value * added exclude to coveragerc * sorted imports * review fixes * review fixes * bugfix review fixes * review fix
-
David F. Mulcahey authored
* split bind and configure reporting helpers * only bind remote clusters * update comments - review comment
-
Alexei Chetroi authored
* Update Zha IAS binary sensor to use async_configure(). * Make less debug logging noise.
-
Adam Belebczuk authored
* Wemo - Improve setup speed Move WeMo device discovery to an async context so it won't block initial component setup from completing quickly. * WeMo - Fix too long lines * WeMo - Update subscription shutdown log message * WeMo - Fix flake8 issues * WeMo - Code review fixes * WeMo - Fix long lines * WeMo - More code review fixes * WeMo - Code review fixes
-
- Dec 29, 2018
-
-
Marvin Wichmann authored
* Updated version to 0.9.3 Adjusted climate component due to changes in the underlying library. * Climate.KNX: fix updating view when operation mode is changed due to refactoring * Addressed review comments * Added validation for config.
-
Ville Skyttä authored
-
Marius Retegan authored
-
Robbert Müller authored
Rewrote the tests a bit the 'wait for the timer to finish' part of the test is now it's own test. The rest is a sequence of fire/assert. Which i rewrote to a loop to reduce the amount of duplicate code
-
Steven Looman authored
-
- Dec 28, 2018
-
-
Marcelo Moreira de Mello authored
-
Andrei authored
-
mvn23 authored
-
Daniel Shokouhi authored
-
Andre Lengwenus authored
* Initial commit of LCN component and light platform * Corrected pre-review comments * Fixed dimming behaviour in combination with transitions for lcn lights * Removed unused logger * Combined __init__.py and core.py into lcn.py component. Bumped to pypck==0.5.6 * Fixed .coveragerc * Bumped to pypck==0.5.7 * Bump to pypck==0.5.8 * Fixed requirements_all.txt * Moved unique generation of connection names to config schema's validator * Minor changes due to review comments. Bump to pypck==0.5.9. * Address_connection is passed into LcnDevice * Set should_poll property on LcnDevice to return False * Moved platform config validation to component. Load platform using discovery helper * Furtehr changes due to the review * Light configuration is set required as there are no other platforms up to now
-
Rene Nulsch authored
-
Ville Skyttä authored
-
- Dec 27, 2018
-
-
SNoof85 authored
* Add freebox component with sensor and device tracker * script/gen_requirements_all passed and pylint fixes * Fix docstring in wrong place * Fix indentation * Lint fixes * More lint fixes * Lint fixes again * Pylint fixes * Bump aiopyfreebox version * Close freebox connection on HA Stop * Fixed docstring * Fixed ident * Lint fixes * Fix cloing session when HA stop * Fix URL * Fix URL * Fix double look up in discovery datas * Fix logging level * Fix get_device_name Thx for the hint Martin * Fix async_update_info * Update requirements_all.txt
-
Fabian Affolter authored
-
Max Rydahl Andersen authored
* Add AfterShip sensor for packages Why: * I receive a lot of packages from many different shipping companies. * I would like to see in haas how many packages are being delivered. This change addreses the need by: * Adding a sensor for AfterShip (aftership.com) * AfterShip supports ~490 couriers world wide thus should cover almost any sensible tracking. Notes: - For now this sensor assumes you somehow have added trackings to aftership manually. - Future idea is to expose service that allows adding a tracking based on incoming mails. - Other improvments would be to add map markers for package locations. Related: - https://community.home-assistant.io/t/package-tracking/858 - https://community.home-assistant.io/t/aftership-package-tracking/24068 - https://community.home-assistant.io/t/aftership-shipment-tracking-platform/14074 - https://community.home-assistant.io/t/aftership-state-card/57912 * Fix typo and update ordering
-
Daniel Shokouhi authored
* Improve how neato displays alerts and add alerts for persistent maps * Review comments
-
emontnemery authored
* MQTT light: Don't truncate brightness * Clamp after rounding
-
Ioan Loosley authored
* Version Bump for aioftp * Version Bump
-
Andrei authored
-
Simon Nørager Sørensen authored
* Security update, fixed fatal error when TV could become unresponsive * Dependency update
-
FieldofClay authored
* added verify_ssl option to Splunk component * update Splunk tests * fix typo in Splunk tests * Update test
-
apetrycki authored
* Fix shuffle/random status MPD always shows true for shuffle. For some reason casting the 0 or 1 as a boolean does not work. Now returns 'true' or 'false' based on the value of 'random'. * Update homeassistant/components/media_player/mpd.py Change to correct way of returning shuffle boolean. 'random' needs to be cast as an integer before being cast as a boolean. Co-Authored-By:
apetrycki <34962392+apetrycki@users.noreply.github.com> * Remove incorrect string code Original fix method returns a string instead of a boolean. Removed in favor of MartinHjelmare's method.
-
Fabian Affolter authored
-
- Dec 26, 2018
-
-
Fabian Affolter authored
-
Fabian Affolter authored
-
Fabian Affolter authored
-
Fabian Affolter authored
-
Fabian Affolter authored
-
Ted Sluis authored
Add a new click_type double_both to improve the support of the new Xiaomi aqara remote.b286acn01 dual switch. (#19578)
-
javicalle authored
* some minor tests refactor * unused import * async/await refactor * Correct tests failures
-
Sebastian Muszynski authored
Add a new click_type "long_both" to improve the support of the new Xiaomi Wireless Wall Switch (remote.b286acn01) (#19573)
-
Ville Skyttä authored
-
Daniel Høyer Iversen authored
-
Michael Dubno authored
* Added Pencom relay switch. * Added Pencom relay switch. * Cleaned up for submission. * Fixed attribute keys. Switched to add_entities.
-