This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Jul 23, 2018
-
-
Anders Melchiorsen authored
-
Anders Melchiorsen authored
-
Andrey authored
* Add typing to homeassistant/*.py and homeassistant/util/ * Fix wrong merge * Restore iterable in OrderedSet * Fix tests
-
Ville Skyttä authored
* Pylint 2 no-else-return fixes * Remove unneeded abstract-class-not-used pylint disable
-
- Jul 22, 2018
-
-
Ville Skyttä authored
-
Paulus Schoutsen authored
-
cdce8p authored
* Bugfix HomeKit name and serial_number * Revert serial_number changes
-
Jason Hu authored
-
- Jul 21, 2018
-
-
Anders Melchiorsen authored
-
Daniel Perna authored
-
digiblur authored
Add relay addr & chan config to alarmdecoder zones
-
Anders Melchiorsen authored
-
- Jul 20, 2018
-
-
Ryan Davies authored
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
-
Paulus Schoutsen authored
-
Eugenio Panadero authored
* 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
-
Paulus Schoutsen authored
0.74
-
Teemu R authored
* 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
-
Teemu R authored
* 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
-
Paulus Schoutsen authored
-
Jason Hu authored
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
* Allow auth providers to influence is_active * Fix auth script test
-
Martin Hjelmare authored
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
-
Jason Hu authored
-
huangyupeng authored
* Add Tuya fan platform * Add Tuya fan platform * fix as review required
-
Ville Skyttä authored
## 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**
-
- Jul 19, 2018
-
-
Paulus Schoutsen authored
-
Martin Hjelmare authored
-
Paulus Schoutsen authored
* Allow auth providers to influence is_active * Fix auth script test
-
William Scanlon authored
* Upgrade to simplisafe-python v2 to use new SimpliSafe API
-
Paulus Schoutsen authored
* Allow CORS requests to token endpoint * Tests * Fuck emulated hue * Clean up * Only cors existing methods
-
Paulus Schoutsen authored
-
Paulus Schoutsen authored
-
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
-
Paulus Schoutsen authored
-
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
-