This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Sep 17, 2018
-
-
Tsvi Mostovicz authored
* Initial commit for jewish calendar sensor * Make check for logging errors into it's own function * Can't use f-strings as we need to support python3.5 * Implement basic functionality: printing of date * Update requirements_all.txt * Allow user to specify date for sensor * Add hdate to test requirements * Update to match pull request * Support date output in hebrew * Limit languages to english and hebrew * Add name back to sensor * Change icon to be calendar-today * Add multiple sensors * Fix tests * Make Hound happy, remove unused imported class * hdate expects datetime.date not datetime.datetime * Return sensor name * Times should be returned as time object, not datetime * Add myself to codeowners for jewish calendar component * Return actual reading, not index * Add more tests. Currently failing. Will need to update hdate API and version before continuing. * Fix weekly portion test * Make all tests pass * Make travis happy and add a test so it doesnt happen again * Remove defaults in __init__ method * Change sensor state variable to local variable in update() method * Minor changes
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
* Clean up device update, add via-hub * Test loading/saving data * Lint * Add to Hue" * Lint + tests
-
Paulus Schoutsen authored
-
damarco authored
* Add endpoint entity * Fix lint error * Add nwk address as device state attribute * Change to ZhaDeviceEntity * Show last_seen only if offline * Remove obsolete _discover_endpoint_info()
-
Paulus Schoutsen authored
-
Anders Melchiorsen authored
* Calibrate timer for each tick * Return of timer out of sync detection
-
Alexei Chetroi authored
-
Fabian Affolter authored
-
Fabian Affolter authored
-
- Sep 16, 2018
-
-
Daniel Perna authored
-
tadly authored
-
Daniel Høyer Iversen authored
* new version switchmate lib, fix bug, and enable more logging in lib * new version switchmate lib, fix bug, and enable more logging in lib
-
- Sep 15, 2018
-
-
Abílio Costa authored
* add new EDP re:dy platform * lint * move api code to pypi module; fix lint * fix lint; remove unused import * pass aiohttp client session and hass loop to platform * update requirements_all.txt * fix docstring lint * normalize quotes * use async setup_platform * improve entities update mechanism * doc lint * send update topic only after loading platforms * lint whitespaces * mute used-before-assignment pylint false error
-
Mattias Welponer authored
* Add support for outdoor temperature sensor and cleanup * Add support for rotary handle and water sensor * Fix comment
-
Jason Hu authored
-
Ville Skyttä authored
-
Rohan Kapoor authored
-
Sören Oldag authored
-
Ville Skyttä authored
* Add bunch of RouterData tests * Avoid raising AttributeError from RouterData.__getitem__ * Use new style string formatting * Use {key: value} instead of dict(key=value)
-
Rohan Kapoor authored
-
Rohan Kapoor authored
* Migrating out the zoneminder platform (and camera.zoneminder) to a new library * Clean up the global variable ZM usage * Modify camera.zoneminder to use the new Monitor class implementation * Refactor camera.zoneminder after latest refactor in zm-py * Implementing changes to switch.zoneminder to use zm-py native methods * Complete migrating over sensor.zoneminder to the zm-py library * Tweaking ZoneMinder components from code review * Linting fixes for the zoneminder components * Directly assign value when turning on/off in switch.zoneminder
-
- Sep 14, 2018
-
-
Nate Clark authored
-
christopheBfr authored
Adding support for RTDSContactSensor and RTDSMotionSensor in Tahoma … (RTS Alarms sensors and contacts for Somfy Protexiom alarms) (#16609) * Adding support for RTDSContactSensor and RTDSContactSensor in Tahoma component * Removing extra blank lines
-
Alexei Chetroi authored
-
Pascal Vizeli authored
* Rewrite bluetooth le * Update requirements_all.txt * Update gen_requirements_all.py * Update bluetooth_le_tracker.py * Update bluetooth_le_tracker.py * Update bluetooth_le_tracker.py * Update bluetooth_le_tracker.py * Update bluetooth_le_tracker.py * Update bluetooth_le_tracker.py
-
Anders Melchiorsen authored
-
Fabian Affolter authored
-
Paulus Schoutsen authored
* MQTT config entry * Solely rely on config entry * Improve wawrning * Lint * Lint2
-
Paulus Schoutsen authored
* Add websocket list APIs for the registries * Remove identifiers * Fix tests * Use ordered dict
-
Ville Skyttä authored
-
- Sep 13, 2018
-
-
Harvtronix authored
* Changing z-wave brightness calculation to respect 0x01 and 0x02 byte values * adding additional line breaks to satisfy houndci * - Update comment style for linter - Add additional unit test to increase code coverage * Update zwave.py
-
Ville Skyttä authored
* Add Huawei LTE router platform, device tracker, and sensor * Add myself to CODEOWNERS for huawei_lte
-
Sergiy Maysak authored
* Added support for multiple tag managers. Fixed typo for signal strength. * Corrected broken merge. * Fixed flake8/pylint error. * Improved docstring.
-
William Scanlon authored
* Support for quriky nimbu * Fixed lint * fixed some typos
-
Daniel Høyer Iversen authored
-
Daniel Høyer Iversen authored
-
Alexei Chetroi authored
* Allow only_cache parameter in zha.safe_read() * Use cache_only for binary_sensor.zha initial update. * Use cache_only for fan.zha initial update. * Use cache_only for sensor.zha initial update. * Use cache_only for switch.zha initial update. * Use cache_only for light.zha initial update. * Refactor cached only read in zha platform.
-
Alexei Chetroi authored
* Add zha.configure_reporting() method. Binds a cluster and configures reporting for the specified attribute. * git add homeassistant/components/binary_sensor/zha.py * Refactor sensor.zha to use new 'configure_reporting() method. * Zha configure reporting - switch (#1) * use configure_reporting for zha switch * lint fixes * Rename variables/classes to properly reflect the content
-