-
-
Notifications
You must be signed in to change notification settings - Fork 32k
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.83 #18776
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
* Adds Tautulli as a sensor platform. * Remove blank last line. * Rewrite the platform to comply with review. * Linting issues. * Remove tailing newline. * Corrected typo * Correcte check_connection, removed wierd defaults, added line in imports, removed unused var, use the correct user list. * Use dict[key] for required config options. * Minor changes
* Add option to manually specify device detection method * Fix style and lint issue
* Improve netgear_lte logging when unconnected * Use callback
* notify.xmpp: first working http upload * extension guessing for upload * docstrings, flake8, pylint * hass.async_add_executor_job(...) * catch more errors, allow unverified SSL request allow user to specify unverified SSL request to URL cleaner code catch more exceptions * pylint * catching XMPP exceptions, timeout for requests call removed calls for roster and presence added timeout for upload request call cleared up debug, info, warning messages cleared up requests call for secure and insecure retrieval of image catching IqError, IqTimeout, XMPPError from slixmpp docstring updated * added timout for http upload of local files * timeout, mimetypes, random filenames guessing filetypes and mimetypes with stdlib mimetypes setting a random filename for privacy working around slixmpp timeout issues with asyncio.wait_for * code cleanup * added file upload for rooms/groupchats * version bump for slixmpp to 1.4.1 added NotConnectedError, removed double catches of IqErrors removed asyncio import * slixmpp 1.4.1 in requirements_all * added url and path templating * Minor changes * fixed review requests fixed possible path issue for foo/../bar/ paths fixed possible access for non-whitelisted files fixed None or X fixed try-else block, moved else block into try fixed raising error in upload_file if url is None fixed using data.get after it's already been checked fixed added docstring for tiny get_url function
* Add extra icons and don't rely on the name * Use dictionary for icons use safe get() with default value * Use better vars
* Bugfix discovery delete call for Hass.io * Fix host * fix tests
* Handle TensorFlow like OpenCV * Update requirements_all.txt
Added missing Australia region
* Update Python OpenZWave to 0.4.11 * Update requirements_all.txt
* Refactor mysensors message handling * Add handler module and register handlers per message type or message sub-type. This will allow easier extension of message handling in the future. * Move some common functions to a helpers module. * Add node handler and signal * Fix inconsistent return * Upgrade pymysensors to 0.18.0 * Fix bug in message modification.
* Will round to nearest .0 or .5
* Test typing for helpers.__init__ and temperature * Add type hints to helpers.sun * Add type hints to helpers.signal * Add type hints to helpers.entity_values * Add type hints to helpers.dispatcher
* Implemented tplink_lte components and notify service * Device discovery for the notify component * Improved the config schema. Small fixes * Improved login retry mechanism * Log successful connection only on retries * Removed CancelledError handlers and small fixes
* Add destination and icon * Update test_transport_nsw.py * Error handling fix in external lib * Reverse sensor name change to prevent break
* Add new automation_info param to async_trigger * Add domain and name to webhook registration and add WS command
* Add Traccar device tracker. * Updated pytraccar to 0.1.1 * Adds default values for optional options. * Use dict[key] for options. * remove logging, duplicate by core
* Add original config to entityfilter * Add alexa/google config to cloud status call * Lint
* Remove influxDB scripts * Remove ancient db migrator * Update requirements
* Enhancements for DirecTV media player Following enhancements have been made: 1. Added debug logging 2. Added ability to change channel using select_source service of the remote platform. 3. State will now show paused if a recorded program is paused, for live TV playing will always be returned. 4. Added the following attributes: a. media_position: current position of the media (in seconds) b. media_position_updated_at: timestamp when media_position was updated. c. source: current source (channel). d. media_isbeingrecorded: if current media is being recorded or not. e. media_rating: TV/Movie rating of the media f. media_recorded: if current media is recorded or live TV g. media_starttime: Timestamp media was aired Reordered properties to follow same order as how they are in __init__.py of remote platform. * Fixed error and cleaned up few items Fixed an issue when determining if a program is recorded or not. Cleaned up some coding. * Fix issue in checking if DTV device is already configured If a DTV device was configured before, then discovery would add this device again seperately if the name specified in the configuration is different from the name on the DTV. This issue is fixed now. Part of the fix also ensure to allow multiple "primary" devices on the network to be discovered. Further also added debug logging to the setup_platform. * Further improvements Some additional improvements related to handling the DATA_DIRECTV in hass.data. * Fixed flake8 issue Fixed flake8 issue * Added available property Added available property * Updated to use get_locations() Replaced doing the request for getLocations with the get_locations() API from DirectPy instead. * Fix for checking if device is available Fix for checking if device is available and small update to debug log message. * Fixed lint issue Fixed lint issue with unused variable by adding ingore for it as this is for a enumerate * Updated try/except and removed available Updated tr/except having the except by the statement we're doing except on. Removed available, will be a different PR. * Add available property Add the available property to the entiry.
* Add permission checks to Rest API * Clean up unnecessary method * Remove all the tuple stuff from entity check * Simplify perms * Correct param name for owner permission * Hass.io make/update user to be admin * Types
* Fix logbook filtering entities * Fix flaky test
* OwnTracks Config Entry * Fix test * Fix headers * Lint * Username for android only * Update translations * Tweak translation * Create config entry if not there * Update reqs * Types * Lint
balloob
requested review from
amelchio,
emlove,
bachya,
cdce8p,
Danielhiversen,
dgomes,
fabaff,
Kane610,
rytilahti,
syssi and
a team
as code owners
November 29, 2018 09:58
ghost
assigned balloob
Nov 29, 2018
ghost
added
the
in progress
label
Nov 29, 2018
@balloob Please add a note about the breaking change of xiaomi_aqara to the release notes! |
ghost
removed
the
in progress
label
Nov 29, 2018
The tautulli sensor is not working for me:
Here's my config: - platform: tautulli
api_key: MY_SECRET_TOKEN
host: 192.168.XXX.XXX
monitored_users:
- USERNAME Token, IP address and username contain, of course, valid values. And the error occurs also when I remove the |
@riker09 Closed PRs are not the place for bug reports. Please open up a separate issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
New Features
Breaking Changes
Beta Fixes
All changes