springstan
7b8dff2aa9
Add user-agent to fix dwd_weather_warnings setup error ( #29596 )
...
* Added dummy user-agent to http request to fix setup error
* Replace dummy user-agent with the user-agent of the global home assistant session
* Adjust comment and rename user-agent constant
2019-12-11 15:43:54 +01:00
Pascal Vizeli
0c796fc3c3
Remove uvloop event policy ( #29835 )
...
* Remove uvloop event policy
* Clean tests
* Fix lint
* Cleanup statment
2019-12-11 13:28:50 +01:00
Tiit Rätsep
01ef44fd68
Fix Soma integration connection issue ( #27692 )
...
* Added a check for Connect actually returning something before telling the user the setup succeeded
* Added handling for KeyError in case API returns empty response, formatting
* Trying to please the linter
2019-12-11 13:27:28 +01:00
Bas Nijholt
004af97699
Sort imports for requirements.py and its test using isort ( #29836 )
...
Unblocks https://github.com/home-assistant/home-assistant/pull/29739
2019-12-11 12:12:06 +01:00
HomeAssistant Azure
c2357d843b
[ci skip] Translation update
2019-12-11 00:32:21 +00:00
Ville Skyttä
a12cf7211d
Upgrade pydocstyle to 5.0.1 ( #29830 )
...
* Upgrade pydocstyle to 5.0.1
http://www.pydocstyle.org/en/5.0.1/release_notes.html
* Pydocstyle and other docstring fixes
2019-12-10 23:25:06 +01:00
Alexei Chetroi
3ed1738f76
Fix input_text initialization with empty config. ( #29829 )
2019-12-10 23:24:33 +01:00
Robert Van Gorkom
66d2f5f61d
Fix withings wrong sleep state entry ( #29651 )
...
* Fixing issue where wrong sleep state entry was being used. closes #28370,#29397
* Fixing formatting.
* Sorting imports to get black checks to pass.
* Using lambda for getting latest sleep serie.
2019-12-10 21:54:50 +01:00
Ville Skyttä
899f6cf1a3
Re-authorize Huawei LTE on login required error ( #29597 )
...
* Re-authorize Huawei LTE on login required error
Closes https://github.com/home-assistant/home-assistant/issues/29531
* Eliminate one indented "else" block
* Convert get_data from inline to instance method
* Use .get instead of [] for checking subscriptions for clarity
2019-12-10 22:41:29 +02:00
Robert Svensson
99328bd4c1
UniFi - honor detection time when UniFi wire bug happens ( #29820 )
2019-12-10 20:05:18 +01:00
Robert Svensson
47e5142ddb
UniFi - Handle disabled switches ( #29824 )
2019-12-10 20:04:48 +01:00
proferabg
e28fd16c84
Fix tank utility token ( #29801 )
...
* Tank Utility Token Fix
Fix 400 Bad Request on Invalid Token
* Format Fix for Pull Request #29801
* Pylint Annotation Fix for Pull Request #29801
2019-12-10 19:25:21 +01:00
Robert Svensson
db0baab692
Only update disabled_by when enabled default and entity enabled states differ ( #29643 )
2019-12-10 11:02:26 +01:00
Franck Nijhof
f5d4878992
Fix isort on a small set of misc files ( #29803 )
2019-12-10 09:25:42 +01:00
Paulus Schoutsen
27244e29c4
Install discovery requirements if used ( #29795 )
...
* Install discovery requirements if used
* Update loader.py
* Fix types
2019-12-10 09:24:49 +01:00
Ian
4f1f4a1b4f
Nextbus: Sort results for upcoming times ( #29811 )
...
Sort upcoming times across all direction's for a particular route and
stop.
2019-12-10 09:22:13 +01:00
Brett T. Warden
9049e090f9
Bump Roku to 4.0.0 ( #29809 )
2019-12-10 09:20:52 +01:00
Alexei Chetroi
315d0064fe
Fix zha circular import ( #29802 )
...
* Refactor zha.core.helpers.
* Make zha isort-able.
* Const import reorg.
* Keep DATA_ZHA config key on entry unload.
* Cleanup ZHA config flow.
* isort.
* Add test.
2019-12-10 00:00:04 -05:00
HomeAssistant Azure
12f273eb11
[ci skip] Translation update
2019-12-10 00:32:16 +00:00
Alexei Chetroi
454cc684e4
Add input_select reload service. ( #29647 )
...
* Add input_select reload service.
* Add test.
2019-12-09 21:15:32 +01:00
Alexei Chetroi
8c1cdc0cf7
Add input_text reload service. ( #29644 )
...
* Add input_text reload service.
* Add test.
2019-12-09 21:15:24 +01:00
David F. Mulcahey
1222aa8c56
Add ZHA group API ( #29641 )
...
* add skeleton to retrieve zigbee groups
* get single group
* add a group
* return group members with group
* add comment
* fix group members
* add function to add device to group
* add group members
* add remove from group method
* add api to remove members from group
* add remove groups method
* clean up group add and remove
* fix remove group
* fix remove groups
* add api to get only groupable devices
* change var init
* add tests
* address review comment
2019-12-09 14:50:04 -05:00
Bas Nijholt
7f948594eb
Sort imports according to PEP8 for google_assistant ( #29633 )
...
* sort imports and fix flake8 issue for google
* add isort:skip to EVENT_SYNC_RECEIVED
2019-12-09 20:00:14 +01:00
Franck Nijhof
bc3b7ed06b
Fix build, invalid JSON file in icloud component ( #29798 )
2019-12-09 19:18:41 +01:00
Bas Nijholt
e37443f10c
Sort imports according to PEP8 for components starting with "U" ( #29779 )
...
* use isort to sort imports for components starting with 'u'
* add 'pylint: disable=import-error' to the right place
2019-12-09 19:07:32 +01:00
Bas Nijholt
80c344d3a8
Sort imports according to PEP8 for huawei_lte ( #29664 )
2019-12-09 19:06:25 +01:00
Bas Nijholt
080c702d4f
Sort imports according to PEP8 for components starting with "C" ( #29763 )
2019-12-09 18:56:21 +01:00
Bas Nijholt
6cc75fc6f3
Sort imports according to PEP8 for components starting with "Z" ( #29784 )
...
* use isort to sort imports for components starting with 'z'
* add skip to end of zha/core/channels/__init__.py
* put 'pylint: disable=import-error' at the right place
* remove the import of config_flow in zha/__init__.py
According to @balloob it is no longer needed.
* revert previous commit
* isort:skip homeassistant/components/zha/__init__.py completely
2019-12-09 18:54:54 +01:00
springstan
6b6570e7ca
Move imports to top for ness_alarm ( #29518 )
...
* Move imports to top for ness_alarm
* Added patch for the ArminState in alarm_control_panel.py
2019-12-09 18:46:56 +01:00
Bas Nijholt
08f128e9c7
Sort imports according to PEP8 for components starting with "D" ( #29764 )
...
* use isort to sort imports for components starting with 'd'
* fix isort mistake
2019-12-09 17:42:00 +01:00
Quentame
c804f8f961
Add config flow to iCloud ( #28968 )
...
* iCloud: setup ConfigFlow and prepare for more platforms
- add config flow + tests
- fix existing services
- add play_sound & display_message services
- document services
- can use devices with the same name
- prepare to add sensor platform
* Review : not copy account conf
* Review: Safer test patch
* Review: remove reset_account
* Review: Use executor_job while IO
* Review: Use executor_job while IO 2
* Review: use hass.helpers.storage.Store()
* Review: no IO in tests
* Remove reset from services.yaml
* Review: remove authenticate.return_value = Mock()
* Review: do not initialize the api with the mocked service
* isort
* Review: @MartinHjelmare Test config flow with all steps
* Review: Fix failed tests names
* Codevov: Add one missing test
2019-12-09 17:19:42 +01:00
Bas Nijholt
67c56c860d
Sort imports according to PEP8 for 'homeassistant' folder ( #29789 )
...
Components are already done
2019-12-09 16:42:10 +01:00
springstan
72f336a2dd
Move imports to top for homekit ( #29560 )
...
* Move imports to top for homekit
* Moved back a couple imports, added annotation to disable import-outside-toplevel
* Fix all tests in test_homekit.py
2019-12-09 16:10:02 +01:00
Bram Kragten
bb3fa6990a
Updated frontend to 20191204.1 ( #29787 )
2019-12-09 15:10:03 +01:00
Bas Nijholt
96a6a44411
Sort imports according to PEP8 for components starting with "X" ( #29782 )
2019-12-09 14:58:51 +01:00
Bas Nijholt
9bcd4653e0
Sort imports according to PEP8 for components starting with "Y" ( #29783 )
2019-12-09 14:57:42 +01:00
Bas Nijholt
fbf1836997
Sort imports according to PEP8 for components starting with "W" ( #29781 )
2019-12-09 14:47:53 +01:00
Bas Nijholt
1ab1808307
Sort imports according to PEP8 for components starting with "N" ( #29773 )
2019-12-09 14:46:24 +01:00
Bas Nijholt
ee1cc3b3dd
Sort imports according to PEP8 for components starting with "V" ( #29780 )
2019-12-09 14:42:53 +01:00
Bas Nijholt
de915e1bf0
Sort imports according to PEP8 for components starting with "T" ( #29778 )
2019-12-09 14:41:48 +01:00
Bas Nijholt
485761bbaf
Sort imports according to PEP8 for components starting with "R" ( #29776 )
2019-12-09 14:39:51 +01:00
Bas Nijholt
23b92b2a56
Sort imports according to PEP8 for components starting with "S" ( #29777 )
2019-12-09 14:38:01 +01:00
Bas Nijholt
21816eeed4
Sort imports according to PEP8 for components starting with "P" ( #29775 )
2019-12-09 14:29:39 +01:00
Bas Nijholt
5cdaff5405
Sort imports according to PEP8 for components starting with "O" ( #29774 )
2019-12-09 14:26:53 +01:00
Bas Nijholt
c49e423c78
Sort imports according to PEP8 for components starting with "K" ( #29770 )
2019-12-09 14:25:18 +01:00
Bas Nijholt
1dea0c9e34
Sort imports according to PEP8 for components starting with "L" ( #29771 )
2019-12-09 14:22:30 +01:00
Bas Nijholt
14779ce3d0
Sort imports according to PEP8 for components starting with "I" ( #29769 )
2019-12-09 14:21:24 +01:00
Bas Nijholt
710680d604
use isort to sort imports for components starting with 'm' ( #29772 )
2019-12-09 18:50:40 +05:30
Bas Nijholt
8b39957c56
Sort imports according to PEP8 for components starting with "H" ( #29768 )
2019-12-09 14:19:48 +01:00
Bas Nijholt
d58e6e924a
Sort imports according to PEP8 for components starting with "G" ( #29767 )
2019-12-09 14:17:36 +01:00
Bas Nijholt
ca0fad2cbb
Sort imports according to PEP8 for components starting with "F" ( #29766 )
2019-12-09 14:14:40 +01:00
Bas Nijholt
f9e06ca2fd
Sort imports according to PEP8 for components starting with "E" ( #29765 )
2019-12-09 14:10:04 +01:00
Bas Nijholt
96961b9bcc
Sort imports according to PEP8 for components starting with "A" ( #29761 )
2019-12-09 13:57:24 +01:00
Bas Nijholt
73de69896b
Sort imports according to PEP8 for components starting with "B" ( #29762 )
2019-12-09 13:52:18 +01:00
tetienne
df74272ba6
Remove Tahoma component #29744 ( #29745 )
2019-12-09 13:35:14 +01:00
Pascal Vizeli
4bb670cdf7
HomeAssistant-pyozw 0.1.7 ( #29743 )
2019-12-09 13:33:28 +01:00
Bas Nijholt
991834f337
Sort imports according to PEP8 for shopping_list ( #29751 )
2019-12-09 13:14:49 +01:00
Bas Nijholt
d1b38c0c79
Sort imports according to PEP8 for plaato ( #29747 )
2019-12-09 13:14:08 +01:00
Bas Nijholt
f281069c8c
Sort imports according to PEP8 for vicare ( #29754 )
2019-12-09 13:13:33 +01:00
Bas Nijholt
76debf4c88
Sort imports according to PEP8 for scene ( #29750 )
2019-12-09 13:12:43 +01:00
Bas Nijholt
127d84edd1
Sort imports according to PEP8 for solarlog ( #29752 )
2019-12-09 13:11:37 +01:00
Bas Nijholt
3f469eac28
Sort imports according to PEP8 for yeelight ( #29755 )
2019-12-09 13:10:24 +01:00
Bas Nijholt
f81e608cc1
Sort imports according to PEP8 for remote ( #29749 )
2019-12-09 13:09:16 +01:00
Bas Nijholt
c4a6f265e8
Sort imports according to PEP8 for versasense ( #29753 )
2019-12-09 13:08:05 +01:00
Bas Nijholt
e9b428781b
Sort imports according to PEP8 for pushbullet ( #29748 )
2019-12-09 13:06:25 +01:00
Bas Nijholt
16a7408f23
Sort imports according to PEP8 for zwave ( #29658 )
2019-12-09 12:29:12 +01:00
Bas Nijholt
2da3848f89
Sort imports according to PEP8 for unifi ( #29656 )
2019-12-09 12:19:33 +01:00
Bas Nijholt
3b0f29fe95
sort imports according to PEP8 for lock ( #29663 )
2019-12-09 12:19:11 +01:00
Bas Nijholt
eb47c2b148
Sort imports according to PEP8 for media_player ( #29665 )
2019-12-09 12:17:41 +01:00
Bas Nijholt
01d651c67d
Sort imports according to PEP8 for device_tracker ( #29666 )
2019-12-09 12:14:38 +01:00
Bas Nijholt
27bd6ca1db
Sort imports according to PEP8 for emulated_hue ( #29667 )
2019-12-09 12:12:41 +01:00
Bas Nijholt
05daa817f5
Sort imports according to PEP8 for owntracks ( #29672 )
2019-12-09 12:11:27 +01:00
Bas Nijholt
d62993c5af
Sort imports according to PEP8 for pilight ( #29673 )
2019-12-09 12:10:38 +01:00
Bas Nijholt
04225ba802
Sort imports according to PEP8 for rest ( #29674 )
2019-12-09 12:09:49 +01:00
Bas Nijholt
186799794d
Sort imports according to PEP8 for nest ( #29670 )
2019-12-09 12:08:51 +01:00
Bas Nijholt
ad58e607df
Sort imports according to PEP8 for somfy ( #29675 )
2019-12-09 12:07:10 +01:00
Bas Nijholt
df85a50f3b
Sort imports according to PEP8 for sensor ( #29683 )
2019-12-09 11:57:49 +01:00
Bas Nijholt
9cf3ff319e
Sort imports according to PEP8 for iaqualink ( #29681 )
2019-12-09 11:56:51 +01:00
Bas Nijholt
b54c8641b4
Sort imports according to PEP8 for vesync ( #29684 )
2019-12-09 11:56:02 +01:00
Bas Nijholt
e4e4f78eb0
Sort imports according to PEP8 for utility_meter ( #29710 )
2019-12-09 11:54:56 +01:00
Bas Nijholt
b6cd6135c2
Sort imports according to PEP8 for wemo ( #29685 )
2019-12-09 11:53:51 +01:00
Bas Nijholt
c54135486e
use isort to sort imports according to PEP8 for netatmo ( #29682 )
2019-12-09 11:50:59 +01:00
Bas Nijholt
4c5c34919d
Sort imports according to PEP8 for camera ( #29691 )
2019-12-09 11:50:48 +01:00
Bas Nijholt
0b4ca9ecac
Sort imports according to PEP8 for ambiclimate ( #29689 )
2019-12-09 11:49:35 +01:00
Bas Nijholt
bfa58f671a
use isort to sort imports according to PEP8 for broadlink ( #29690 )
2019-12-09 11:48:52 +01:00
Bas Nijholt
9c1236b6de
Sort imports according to PEP8 for ffmpeg ( #29693 )
2019-12-09 11:48:22 +01:00
Bas Nijholt
38657c0055
Sort imports according to PEP8 for counter ( #29692 )
2019-12-09 11:47:35 +01:00
Bas Nijholt
2261bb60e0
Sort imports according to PEP8 for geofency ( #29695 )
2019-12-09 11:46:49 +01:00
Bas Nijholt
2511f5edb4
Sort imports according to PEP8 for ifttt ( #29696 )
2019-12-09 11:46:08 +01:00
Bas Nijholt
fa6b75f2c1
Sort imports according to PEP8 for file ( #29694 )
2019-12-09 11:45:11 +01:00
Bas Nijholt
a78fe25871
Sort imports according to PEP8 for locative ( #29698 )
2019-12-09 11:43:46 +01:00
Bas Nijholt
642655b6d7
Sort imports according to PEP8 for met ( #29699 )
2019-12-09 11:43:00 +01:00
Bas Nijholt
c7b2c09a61
Sort imports according to PEP8 for xiaomi_miio ( #29677 )
2019-12-09 11:42:18 +01:00
Bas Nijholt
0e71c29e00
Sort imports according to PEP8 for opentherm_gw ( #29671 )
2019-12-09 11:34:06 +01:00
Bas Nijholt
0fbb450838
Sort imports according to PEP8 for jewish_calendar ( #29697 )
...
* use isort to sort imports according to PEP8 for jewish_calendar
* fix order
somehow isort did the wrong thing
2019-12-09 11:30:31 +01:00
springstan
202522fbca
Move imports to top for nsw_fuel_station ( #29538 )
...
* Move imports to top for nsw_fuel_station
* Correct patch path in test_sensor.py
* Fix tests by removing the unused argument mock_nsw_fuel
2019-12-09 11:29:36 +01:00
Bas Nijholt
425a1814d9
Sort imports according to PEP8 for geonetnz_quakes ( #29668 )
2019-12-09 11:28:07 +01:00
Bas Nijholt
790881fa7b
Sort imports according to PEP8 for almond ( #29688 )
2019-12-09 11:27:16 +01:00
Bas Nijholt
69f790f6cc
Sort imports according to PEP8 for arduino ( #29702 )
2019-12-09 11:26:03 +01:00
Bas Nijholt
852996700f
Sort imports according to PEP8 for arest ( #29703 )
2019-12-09 11:25:29 +01:00