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
Franck Nijhof
0ed6a434f8
Adjusts repository README ( #29805 )
2019-12-10 09:22:37 +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
Franck Nijhof
38a6fffecb
Add JSON files validation to hassfest ( #29799 )
2019-12-09 22:43:38 +01: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
897522a82d
Fix 'pytest.register_assert_rewrite("tests.common")' warning ( #29797 )
...
see fea243c035 (r355533273)
2019-12-09 19:04:38 +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
f60125b5c9
Sort imports according to PEP8 for 'tests' ( #29791 )
2019-12-09 16:52:24 +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
Bas Nijholt
29ec17d50d
use isort to sort imports for "setup.py" ( #29792 )
2019-12-09 16:30:16 +01:00
Bas Nijholt
5cb6d1b21f
Sort imports according to PEP8 for 'script' folder ( #29790 )
2019-12-09 16:24:03 +01:00
Pascal Vizeli
3a28361beb
Cleanup removed component ( #29788 )
2019-12-09 16:21:12 +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
4035fda659
Sort imports according to PEP8 for components starting with "Q" ( #29785 )
2019-12-09 14:56:20 +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