This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Jul 19, 2018
-
-
Jerad Meisner authored
* Added WS endpoint for changing homeassistant password. * Remove change password helper. Don't require current password. * Restore current password verification. * Added tests. * Use correct send method
-
Paulus Schoutsen authored
-
- Jul 18, 2018
-
-
Jason Hu authored
* Disallow use insecure_example auth provider in configuration.yml * Add unit test for auth provider config validate
-
Paulus Schoutsen authored
- Jul 17, 2018
-
-
Paulus Schoutsen authored
-
Matthew Garrett authored
This fixes a bunch of bugs, including issues with concurrency in devices that present multiple accessories, devices that insist on the TLV entries being in the order that Apple use, and handling devices that send headers and data in separate chunks. This should improve compatibility with a whole bunch of HomeKit devices.
-
Paulus Schoutsen authored
* Add onboarding support * Lint * Address comments * Mark user step as done if owner user already created
-
Paulus Schoutsen authored
- Jul 16, 2018
-
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
* Extract SSL context creation to helper (#15483) * Extract SSL context creation to helper * Lint * Bumped version to 0.73.2
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
- Jul 15, 2018
-
-
Anders Melchiorsen authored
-
Anders Melchiorsen authored
-
Paulus Schoutsen authored
* Make sure we cannot deactivate the owner * Use different error code when trying to fetch token for inactive user
-
Andrey authored
-
Paulus Schoutsen authored
* Add user via cmd line creates owner * Ensure access tokens are not verified for inactive users * Stale print * Lint
-
Mattias Welponer authored
* Update to next version with enum states * Change to generic dimmer class * Update of requirement files * Update to hmip lib to v0.9.7 * Missing update of requirements files * Cleanup of icon properties
-
huangyupeng authored
* add tuya light platform * fix as review required
-
- Jul 14, 2018
-
-
Ville Skyttä authored
-
Tom Harris authored
* Implement is_on * Remove var
-
Daniel Perna authored
-
- Jul 13, 2018
-
-
Jason Antman authored
* Fix ZWave RGBW lights not producing color without explicit white_value (#13930) * simplify conditional in previous commit (#13930) * ZwaveColorLight - only zero _white if white_value not specified in call (#13930)
-
Mattias Welponer authored
* Add dimmable light device * Add imports * Fix float and int conversion
-
Paulus Schoutsen authored
-
Fabian Affolter authored
-
Fabian Affolter authored
-
Andrey authored
## Description: More typing improvements. Switch to using `mypy.ini` for flexibility Add `warn_return_any` check except in `homeassistant.util.yaml` that does typing hacks. Fix some type annotations as resulting from this check and ignore others were fixing is hard. ## Checklist: - [x] The code change is tested and works locally. - [x] Local tests pass with `tox`. **Your PR cannot be merged unless tests pass**
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
* User management * Lint * Fix dict * Reuse data instance * OrderedDict all the way
-
Paulus Schoutsen authored
-
Ville Skyttä authored
* Upgrade mypy to 0.600 * Upgrade mypy to 0.610 * Typing improvements * remove unneeded or * remove merge artifact * Update loader.py
-
Andrey authored
## Description: Make typing checks more strict: add `--strict-optional` flag that forbids implicit None return type. This flag will become default in the next version of mypy (0.600) Add `homeassistant/util/` to checked dirs. ## Checklist: - [x] The code change is tested and works locally. - [x] Local tests pass with `tox`. **Your PR cannot be merged unless tests pass**
-
Paulus Schoutsen authored
-
Andrey authored
* Add Python 3.8-dev tox tests. * Allow failures on 3.8-dev * Allow failures on 3.8-dev take2 * Only run on pushes to dev
-
Jason Hu authored
-