Add automatic_add config option to disable automatic adding of devices.#1
Open
aequitas wants to merge 170 commits into
Open
Add automatic_add config option to disable automatic adding of devices.#1aequitas wants to merge 170 commits into
aequitas wants to merge 170 commits into
Conversation
Add an optional extended description…
* Updated pyUnifi * Missing comma * Security opt-out, not opt-in * Adjust minimal values * Update to pyUnifi 2.0
* use lib with caching to reduce collisions * use 0.43 * change requirements * update the lib to 0.44 * update req * fix typo * just keep checking * just keep checking - switch * use 0.45 with file cache * requirements * Update requirements_all.txt * Update insteon_local.py * Update requirements_all.txt * Update insteon_local.py * update library * fix lint
Add an optional extended description…
* Fix colortemp conversion for osramlightify Copied from the LIFX fix in 75df4be. * Fix style * Updates from review @armills: While we're doing cleanup here, can you just change self._brightness, self._rgb, self._name, self._temperature, and self._state assignments in __init__ to None? These will get overwritten when self.update() is called, so it's safer/cleaner to initialize them to None since it shouldn't matter if everything is working.
* Append vera device id to entity id - but not name. * Tidy. * Tidy. * Tidy after review. * Re-order.
…#6552) Add an optional extended description…
Add an optional extended description…
…6704) * Add MVGLive (Munich public transport real-time departure) sensor platform * Move update on startup to add_devices; rewrite dictionary filtering * Fix lint error * Updated requirement to PyMVGLive 1.1.3 (PyPI version) * Refactor and clean up MVGLiveData.update method * Shorten line
* Add NVR support to hikvision * Only append channel for nvr devices * Descriptor cleanup * Update requirements
…t#6782) * Update Insight parameters using the subscription dta. * Minor refactor. * Tidy.
* fix WOL in docker/jail add ip_address parameter to send_magic_packet if host specific. in docker/jail, WOL doesn't works due to subnet broadcast issues. * Update wake_on_lan.py lint
…fy plug (home-assistant#6817) * hue: remove duplicate SUPPORT_FLASH flag * hue: use correct device class for the Osram Lightify Plug
* Fix mW to kW conversion. * Line length.
* yeelight: adjust supported features on update() Earlier we checked for the type only during the initialization, but this won't work when the bulb is disconnected during the init, causing failures to adjust rgb&color temperature even if those should be supported. fixes home-assistant#6692 * Use reassign instead of OR for updating the supported features
* Add support for group commands (allon/alloff). Add 'group_aliasses' config attribute that only respond to group commands. Add nogroup_aliases that only respond to 'on' 'off' commands. Allow settings device id group behaviour. * Fix linting. * Fix lint.
…t#6752) * Updating Alarm.com Component for async and no Selenium * Fixed gen_all_requirements
* Add platform schema to scene component and homeassistant platform. * Clean up code and add constants. * Add unit test and clean up tests.
* Integration with lockitron * Let super class deal with polling and updating
* [switch.wemo] Fix today_energy_kwh calculation. * Blank line fail * Round to two decimal places.
* Add legacy LIFX platform for Windows support The async platform introduced in 9ef084d has turned out to use Python functionality that is not available in Windows. This commit restores the previous implementation, now named lifx_legacy. * Add a comment about the platform being a legacy implementation * Warn when using unsupported lifx platform on Windows * Update .coveragerc
* Upgrade aiohttp2 * Fix resource caching * Fix helpers.aiohttp_client * Lint * Use static path for api error_log * Fix ClientErrors import * Remove not needed DisconnectError * Remove releasing responses code * Add timeout if stream starts non responding * More async_aiohttp_proxy_stream cleanup * Fix references to ClientError * Fix fingerprinting * Fix aiohttp stream tests * Rename aiohttp_proxy_stream * Remove impossible darksky test * Fix sleepiq requests escaping mocker * Lint * Remove deprecated parameter * Break up aiohttp_proxy_stream in 2 methods * Lint * Upgrade to aiohttp 2.0.4 * Convert connector close to a callback * Fix static fingerprinted links
pvizeli
pushed a commit
that referenced
this pull request
Aug 31, 2017
…-assistant#9224) * [light.tradfri] Support for pytradfri version supporting full white spectrum * [light.tradfri] Checkout pytradfri master * Developer docker image adjusted * [light.tradfri] pytradfri 2.2 support for white spectrum bulbs * Removed fix already included in dev * Style adjusted * pylint false positive overriden * Review remarks applied (#1) * make pylint happy * Review remarks
This file contains hidden or 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
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.
Description:
Related issue (if applicable): fixes #
Pull request in home-assistant.github.io with documentation (if applicable): home-assistant/home-assistant.github.io#<home-assistant.github.io PR number goes here>
Example entry for
configuration.yaml(if applicable):Checklist:
If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
toxrun successfully. Your PR cannot be merged unless tests passREQUIREMENTSvariable (example).requirements_all.txtby runningscript/gen_requirements_all.py..coveragerc.If the code does not interact with devices:
toxrun successfully. Your PR cannot be merged unless tests pass