-
-
Notifications
You must be signed in to change notification settings - Fork 31.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.82 #18335
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add ws get, set card * lint+fix test * Add test for set * Added more tests, catch unsupported yaml constructors Like !include will now give an error in the frontend. * lint
* mill, suport more heater types * mill requirements
* add missing hangouts image_file/url to notify services Missed adding support for hangouts image to notify service * default in schema
* zone trigger supports entity id pattern * fixed lint error * fixed test code * initial version of new geo_location trigger * revert to original * simplified code and added tests * refactored geo_location trigger to be based on a source defined by the entity * amended test cases * small refactorings
Mexican Spanish identifier is "es-MX" instead of "en-MX".
…g documentation building. (#17642)
According to documentation, all supported domains should be exposed by default https://www.home-assistant.io/components/google_assistant/#expose_by_default
* Resolves /#17433 Away mode temperature issue fix for generic_thermostat * Debug messages removed from generic_thermostat.py * Test for repeat away_mode set Test for fix of generic thermostat issue when away_mode was set several times in a row. * Code style fix in generic_thermostat * Remove blank line in the end of generic_thermostat * Fix style
* Bug fix Current version causes 500 error since it is sending an array of from numbers to ClickSend. Changing the from number to 'hass' identifies all messages as coming from Home Assistant making them more recognisable and removes the bug. * Amendment Changed it to use 'hass' as the default instead of defaulting to the recipient which is the array. Would have worked if users set their own name but users who were using the default were experiencing the issue. * Added DEFAULT_SENDER variable
…7636) Reworked tests/components/emulated_hue/test_init.py to not be dependent on the specific internal implementation of util/jsonn.py
* Testing async data for asuswrt * Moved to lib
* Switch mailgun to use webhook api * Generalize webhook_config_entry_flow * Add tests for webhook_config_entry_flow * Add tests for mailgun * Remove old mailgun file from .coveragerc * Refactor WebhookFlowHandler into config_entry_flow * Remove test of helper func from IFTTT * Lint
This prevents the following traceback that will otherwise occur. Traceback (most recent call last): File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run result = self.fn(*self.args, **self.kwargs) File "/usr/local/lib/python3.6/site-packages/homeassistant/components/device_tracker/bluetooth_le_tracker.py", line 107, in update_ble see_device(address, devs[address], new_device=True) File "/usr/local/lib/python3.6/site-packages/homeassistant/components/device_tracker/bluetooth_le_tracker.py", line 47, in see_device see(mac=BLE_PREFIX + address, host_name=name.strip("\x00"), AttributeError: 'NoneType' object has no attribute 'strip'
Will set the available property to False if unable to communicate with August lock or doorbell. HTTP request errors (i.e. timeout, connection error, HTTP error) will not result in traceback. Instead an error will be logged.
Don't call off_delay_listener if 'OFF' is actually received Moved `off_delay_listener` to be defined once
* Rename file * Add requirements file
* Support for BT smarthub router device tracking * Update requirements_all.txt for bt_smarthub device tracker * Added bt_smarthub.py exclusion * Update .coveragerc * Update bt_smarthub.py * Update bt_smarthub.py * Update bt_smarthub.py * Update bt_smarthub.py * Fix linting issues * Update bt_smarthub.py * Update bt_smarthub.py * Update bt_smarthub.py * Update bt_smarthub.py * Update bt_smarthub.py * Update bt_smarthub.py * Update bt_smarthub.py * Update bt_smarthub.py * Update .coveragerc * Update bt_smarthub.py * Minor changes * Update bt_smarthub.py * Update bt_smarthub.py
* Change set to update * Add 'add card' * Woof.
* Fix discovery-dependency for upnp * Only delete port mappings on EVENT_HOMEASSISTANT_STOP + refactoring MockDevice * Call and store local_ip from async_setup * Don't depend on http-component * Remove discovery dependency
* Bugfix discovery delete call for Hass.io * Fix host * fix tests
* Fix log error message * Update __init__.py
* Fix xiaomi binary_sensor warning * Fix xiaomi binary_sensor warning
balloob
requested review from
bachya,
Danielhiversen,
dgomes,
fabaff,
Kane610,
kellerza,
rytilahti,
syssi and
a team
as code owners
November 9, 2018 14:43
ghost
assigned balloob
Nov 9, 2018
ghost
added
the
in progress
label
Nov 9, 2018
kellerza
approved these changes
Nov 9, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Largest decreases in coverage...
- homeassistant/components/sensor/version.py -46%
- homeassistant/components/light/mqtt_json.py -24%
- homeassistant/components/light/mqtt_template.py -22%
- homeassistant/components/upnp/init.py -14%
ghost
removed
the
in progress
label
Nov 10, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New Platforms
Breaking Changes
Beta Fixes
All changes