Skip to content
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

Syncing Fork #1

Merged
merged 1,017 commits into from
Aug 28, 2018
Merged

Syncing Fork #1

merged 1,017 commits into from
Aug 28, 2018

Conversation

austinlg96
Copy link
Owner

No description provided.

scop and others added 30 commits July 20, 2018 11:45
## Description:

More fixes flagged by pylint 2 that don't hurt to have before the actual pylint 2 upgrade (which I'll submit soon).

## Checklist:
  - [ ] The code change is tested and works locally.
  - [x] Local tests pass with `tox`. **Your PR cannot be merged unless tests pass**
* Add Tuya fan platform

* Add Tuya fan platform

* fix as review required
* Allow auth providers to influence is_active

* Fix auth script test
…e update (#15571)

* light.tplink: initialize min & max mireds only once, avoid i/o outside update

* revert the index change

* fix indent, sorry for overwriting your fix, balloob
…e update (#15571)

* light.tplink: initialize min & max mireds only once, avoid i/o outside update

* revert the index change

* fix indent, sorry for overwriting your fix, balloob
…5572)

* fix aiohttp InvalidURL exception when fetching media player image

The first call for the HA proxy (`/api/media_player_proxy/media_player.kodi?token=...&cache=...`)
is receiving relative urls that are failing, this is a simple fix to precede the base_url when hostname is None.

* fix import location and sort stdlib imports
Switches by default use the payload_on and payload_off configuration parameters to specify both the payload the switch should send for a state but also what will be returned for the current state - which isnt always the same
As a toggle switch might always send an ON or TOGGLE to toggle the switch, but still receive an ON or an OFF for the state topic - This change allows for splitting them apart
Add relay addr & chan config to alarmdecoder zones
* Bugfix HomeKit name and serial_number

* Revert serial_number changes
* Pylint 2 no-else-return fixes

* Remove unneeded abstract-class-not-used pylint disable
* Add typing to homeassistant/*.py and homeassistant/util/

* Fix wrong merge

* Restore iterable in OrderedSet

* Fix tests
Instead of spent, we should be using spend :)
* Suppress error between 00:00 and 01:00

Suppress an error that often occers between 00:00 and 01:00 CE(S)T during that time, probably because buienradar.nl is then updating its forcast for the next day. The API does not always work between these times (in the middle of the night).

* white space & import

* unnecessary brackets
balloob and others added 29 commits August 14, 2018 22:06
* Allow choosing intermediate SSL profile

* Fix tests
* Use JWT for access tokens

* Update requirements

* Improvements
* Pin crypto

* Fix PyJWT import once
* Fix mysensors connection task blocking setup

* Schedule the connection task without having the core track the task
  to avoid blocking setup.
* Cancel the connection task, if not cancelled already, when
  home assistant stops.

* Use done instead of cancelled
* Add forgiving add column

* Lint
* add a platform param to distinguish different app's account.

* fix requirements
* Add a file if migration in progress

* Warning

* Convert message for migration to warning
@austinlg96 austinlg96 merged commit f00c7e5 into austinlg96:master Aug 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.