Brig Lamoreaux
535da96d4d
Move imports to top for hikvisioncam ( #27895 )
2019-10-19 00:56:59 +02:00
Bram Kragten
8e3d210818
Add remove function to hue sensors ( #27652 )
...
* Add remove function to sensors
* Fix + comments
* Update light.py
2019-10-18 15:41:11 -07:00
bouni
1d8e366278
Move imports in cloud component ( #27881 )
2019-10-18 15:39:37 -07:00
bouni
b2b140e8d0
Move imports in cmus component ( #27883 )
2019-10-19 00:26:58 +02:00
bouni
7ed5616faa
Move imports in cisco_webex_teams component ( #27878 )
2019-10-19 00:23:16 +02:00
bouni
d7a8a635ba
Move imports in ciscospark component ( #27879 )
2019-10-19 00:14:49 +02:00
bouni
2e416168cf
Move imports in coinbase component ( #27884 )
2019-10-19 00:05:42 +02:00
bouni
b11dc0f50f
Move imports in coinmarketcap component ( #27885 )
2019-10-19 00:04:37 +02:00
bouni
93db814b15
Move imports in comfoconnect component ( #27886 )
2019-10-19 00:01:03 +02:00
bouni
dc30119d20
Move imports in concord232 component ( #27887 )
2019-10-19 00:00:00 +02:00
bouni
c333daab10
Move imports in cppm_tracker component ( #27889 )
2019-10-18 23:58:00 +02:00
springstan
2a95180d3b
Move imports in fritzbox, fritz device tracker, fritzdect, fritzbox netmonitor ( #27746 )
...
* Moved imports to top-level in fritzbox_netmonitor component
* Moved imports to top-level in fritz, fritzbox and fritzdect
2019-10-18 14:54:56 -07:00
Paulus Schoutsen
b6c26cb363
Introduce new OAuth2 config flow helper ( #27727 )
...
* Refactor the Somfy auth implementation
* Typing
* Migrate Somfy to OAuth2 flow helper
* Add tests
* Add more tests
* Fix tests
* Fix type error
* More tests
* Remove side effect from constructor
* implementation -> auth_implementation
* Make get_implementation async
* Minor cleanup + Allow picking implementations.
* Add support for extra authorize data
2019-10-18 13:06:33 -07:00
bouni
6157be23dc
Move imports in cloudflare integration( #27882 )
2019-10-18 21:32:14 +02:00
Paulus Schoutsen
a119932ee5
Refactor the conversation integration ( #27839 )
...
* Refactor the conversation integration
* Lint
2019-10-18 11:46:45 -07:00
Malte Franken
83a709b768
Move imports in recorder component ( #27859 )
...
* move imports to top-level in recorder init
* move imports to top-level in recorder migration
* move imports to top-level in recorder models
* move imports to top-level in recorder purge
* move imports to top-level in recorder util
* fix pylint
2019-10-18 10:14:54 -07:00
bouni
e95b8035ed
Move imports in blinksticklight component ( #27851 )
2019-10-18 17:15:20 +02:00
bouni
bb76678b36
Move imports in blink component ( #27850 )
2019-10-18 17:14:50 +02:00
bouni
56dde68c5b
Move imports in bmw_connected_drive component ( #27853 )
2019-10-18 17:14:01 +02:00
bouni
03cc7f377b
Move imports in bom component ( #27854 )
2019-10-18 17:12:42 +02:00
Pascal Vizeli
9392cbff03
cryptography + numpy for python 3.8 ( #27861 )
2019-10-18 16:11:40 +02:00
bouni
3bb46d5080
Move blackbird imports ( #27849 )
...
* Move imports in blackbird component
* fixed tests after import move to top level
2019-10-18 15:12:36 +02:00
bouni
c0d084fb04
Move imports in blockchain component ( #27852 )
2019-10-18 15:12:00 +02:00
bouni
58d2d858cd
Move imports in brunt component ( #27856 )
2019-10-18 15:08:40 +02:00
Tomasz Jagusz
675c91b436
Move imports in yweather ( #27842 )
...
Changes checked with pylint.
Formatted with black
Imports sorted with isort
2019-10-18 10:11:53 +02:00
bouni
511766cb06
Move imports in apns component ( #27804 )
...
* Move imports in apns component
* fixed apns tests
2019-10-17 22:13:29 -07:00
Quentame
5cb145f588
Move imports in openweathermap component ( #27779 )
2019-10-17 22:12:32 -07:00
Tobias Efinger
7ec8384fa6
Add service description for route53 integration ( #27774 )
2019-10-17 22:11:51 -07:00
Bendik Brenne
9625e0463b
Add sinch integration (notify component) ( #26502 )
...
* Added sinch integration (notify component)
* Updated requirements
* Fixes according to lint
* Update homeassistant/components/sinch/notify.py
Co-Authored-By: Andrew Sayre <6730289+andrewsayre@users.noreply.github.com>
* Update homeassistant/components/sinch/notify.py
Co-Authored-By: Andrew Sayre <6730289+andrewsayre@users.noreply.github.com>
* Update homeassistant/components/sinch/notify.py
Co-Authored-By: Andrew Sayre <6730289+andrewsayre@users.noreply.github.com>
* Adds @bendikrb as codeowner
* Imports to the top. Catching specific exceptions. Logic fixes
* Updated CODEOWNERS
* Reformatting (black)
* Added sinch component to .coveragerc
* Conform to pylintrc
* Okay, Mr. Black
* Fixed: Catching too general exception Exception
2019-10-17 21:44:09 -07:00
Tsvi Mostovicz
2bc6b59e79
Move holiday info into a single sensor with multiple attributess ( #27654 )
...
* Move holiday onfo into a single sensor with multiple attributess
* Add tests for holiday attributes
2019-10-17 20:32:24 -07:00
Raman Gupta
4e25807b7d
Add ability for MQTT device tracker to map non-default topic payloads to zones/states ( #27143 )
...
* add ability for MQTT device tracker to map nondefault topic payloads to zones
* update new parameter name and add abbreviation
* support for payload_home, payload_not_home, and payload_custom
* use constants STATE_NOT_HOME and STATE_HOME as defaults
* reference state constants directly
* add empty dict as default for payload_custom
* change parameter name for custom mapping of payloads to non-home zones to be more descriptive
* removed 'payload_other_zones' per ballobs review
* remove abbreviation for 'payload_other_zones'
* add tests for feature
2019-10-17 17:51:27 -07:00
mvn23
489340160b
Add opentherm_gw options flow. ( #27316 )
2019-10-17 17:36:34 -07:00
jjlawren
0888098718
Use URI provided by Plex for local connections ( #27515 )
...
* Use provided URI for local connections
* Use provided plexapi connection method
* Remove unused mock from tests
* Handle potential edge case(s)
2019-10-17 17:31:53 -07:00
SukramJ
564789470e
Add device_info to HomematicIP climate and acp ( #27771 )
2019-10-17 17:25:16 -07:00
Tiit Rätsep
81178661ae
Added handling for connection errors in state update, added available property ( #27794 )
2019-10-17 17:23:11 -07:00
Maciej Bieniek
86a4be1636
Fix attribution ( #27815 )
2019-10-17 17:22:40 -07:00
Quentame
dcdcfdd376
Unload linky config entry ( #27831 )
2019-10-17 17:22:16 -07:00
scheric
3e7fcc7575
Add grid sensors to SolarEdge_local ( #27247 )
...
* Add grid sensors
* Formatting
* Add possibility to add attributes
* Add optimizer attribute
* Remove bare 'except'
* add proper exception
* Remove return attribution 0
* Ad inverter attribution
* Style change
* Add attribute name to sensors constants
* SENSOR_TYPES alphabetical and snake_case lower
* Formatting
* forgot snake_case lower
* Add extra meter sensors
* add critical error for debugging
* Update sensor.py
* swam meter sensors
* Add suitable icons to meter reading
* Fix for pointless-statement
homeassistant/components/solaredge_local/sensor.py:173:8: W0104: Statement seems to have no effect (pointless-statement)
homeassistant/components/solaredge_local/sensor.py:192:8: W0104: Statement seems to have no effect (pointless-statement)
homeassistant/components/solaredge_local/sensor.py:349:16: W0104: Statement seems to have no effect (pointless-statement)
homeassistant/components/solaredge_local/sensor.py:356:16: W0104: Statement seems to have no effect (pointless-statement)
* Rename import energy sensor
* Insert feadback
* Change to debug info
* Add check if attribute name exist
* Remove unnecessary else
* Add return None if no attributes
* flake
2019-10-17 17:21:00 -07:00
Erik Montnemery
6d083969c2
Add device action support to the lock integration ( #27499 )
...
* Add device action support to the lock integration
* Check that the enitity supports open service
2019-10-17 17:20:10 -07:00
Quentame
bd0403c65e
Move imports in telegram_bot component ( #27785 )
2019-10-17 17:19:34 -07:00
David Bonnes
2d1f7932ba
bump client ( #27799 )
2019-10-17 17:19:07 -07:00
bouni
e17b8b011a
Move imports in bitcoin component ( #27814 )
2019-10-17 17:18:47 -07:00
bouni
21754fd7cc
Move imports in bbb_gpio component ( #27813 )
2019-10-17 17:18:22 -07:00
bouni
d95b4a6a0b
Move imports in anel_pwrctrl component ( #27798 )
2019-10-17 17:18:11 -07:00
Tomasz Jagusz
bc58649c2b
Move imports in MCP23017 component ( #27769 )
...
* mcp23017 move imports
* fix pylint errors
2019-10-17 17:17:56 -07:00
Quentame
fdf839774e
Move imports in fritz + fritzbox_netmonitor component ( #27823 )
...
* Move imports in fritz + fritzbox_netmonitor component
* Fix PyLint 1
2019-10-17 17:17:24 -07:00
Quentame
22b904f5e0
Move imports in flux_led component ( #27822 )
2019-10-17 17:15:18 -07:00
Quentame
0965e358ea
Move imports in fitbit component ( #27820 )
2019-10-17 17:14:53 -07:00
Quentame
fe036ed094
Move imports in flic component ( #27821 )
2019-10-17 17:13:20 -07:00
Ville Skyttä
3a608314c4
Mypy setup fixes ( #27825 )
...
* Install our core dependencies for mypy in azure
To match local setups and tox.
* Use "system" mypy in pre-commit instead of the "real" mypy hook
The results of mypy depend on what is installed. And the mypy hook
runs in a virtualenv of its own, meaning we'd need to install and
maintain another set of our dependencies there... no. Use the "system"
one and reuse the environment that is set up anyway already instead.
* Reintroduce needed ruamel.yaml type ignore
This ignore is required when ruamel.yaml is installed, and we want it
to be as it's part of the core dependency set.
2019-10-17 17:12:58 -07:00
Quentame
61edd33da7
Move imports in google component ( #27826 )
2019-10-17 17:11:51 -07:00
Quentame
6998687742
Move imports in gitlab_ci component ( #27827 )
2019-10-17 17:11:20 -07:00
bouni
9d583ad9f9
Move imports in baidu component ( #27812 )
2019-10-17 17:11:11 -07:00
bouni
54ef96e79a
Move imports in awair component ( #27811 )
2019-10-17 17:11:01 -07:00
bouni
447d99a1ae
Move imports in apcupsd component ( #27803 )
2019-10-17 17:10:28 -07:00
bouni
56c13503c3
Move imports in aqualogic component ( #27805 )
2019-10-17 17:10:16 -07:00
bouni
5eb781d378
Move imports in arlo component ( #27806 )
2019-10-17 17:09:47 -07:00
bouni
3cf7983e00
Move imports in asterisk_mbox component ( #27807 )
2019-10-17 17:08:58 -07:00
bouni
bb80d9bd16
Move imports in august component ( #27810 )
2019-10-17 17:06:41 -07:00
Malte Franken
1a5b4c105a
Move imports in mqtt component ( #27835 )
...
* move imports to top-level in mqtt server
* move imports to top-level in mqtt configflow
* move imports to top-level in mqtt init
* move imports to top-level in mqtt vacuum
* move imports to top-level in mqtt light
2019-10-17 17:04:27 -07:00
Quentame
7637ceb880
Move imports in html5 component ( #27473 )
...
* Move imports in html5 component
* Fix tests 1
* Fix tests 2
2019-10-17 21:17:23 +02:00
tombbo
e992cfb45c
Add on_off_inverted to KNX climate ( #25900 )
...
* Added a new configuration boolean parameter on_off_inverted to KNX Climate component.
* Remove unexpected spaces around equals.
* Parameter name changed to on_off_invert and modified to new version of XKNX library.
* Dict[key] for required config keys and keys with default config schema values.
2019-10-17 21:07:09 +02:00
bouni
ba0107f912
Move imports in android_ip_webcam component ( #27797 )
2019-10-17 17:07:36 +02:00
bouni
136df743e3
moved imports to top level ( #27782 )
2019-10-17 15:38:58 +02:00
Jeff Irion
28cef89e03
Generate ADB key for Android TV integration ( #27344 )
...
* Generate ADB key for Android TV integration
* Remove 'do_nothing' function
* Remove 'return True'
* Re-add 2 'return True' lines
2019-10-17 15:33:20 +02:00
bouni
2c535c92bd
moved imports to top level ( #27784 )
2019-10-17 15:05:45 +02:00
Quentame
12a8e7520e
Move imports in netgear component ( #27776 )
2019-10-17 15:05:14 +02:00
bouni
62fcea2a8d
moved imports to top level ( #27781 )
2019-10-17 15:04:41 +02:00
Quentame
ab598da4ba
Move imports in nest component ( #27778 )
2019-10-17 15:03:50 +02:00
Quentame
8350e1246a
Move imports in netgear_lte component ( #27777 )
2019-10-17 15:03:05 +02:00
Quentame
9dc0c05ee0
Move imports in imap + imap_email_content component ( #27793 )
2019-10-17 15:01:50 +02:00
bouni
88a78a4a18
Move imports in amcrest component ( #27787 )
2019-10-17 15:01:09 +02:00
Quentame
dc72aa48da
Move imports in liveboxplaytv component ( #27790 )
2019-10-17 15:00:32 +02:00
bouni
4efa6689e4
Move imports in ampio component ( #27788 )
2019-10-17 15:00:00 +02:00
Quentame
9f71384524
Move imports in linux_battery component ( #27789 )
2019-10-17 14:59:36 +02:00
Quentame
35e0acf0a5
Move imports in keyboard component ( #27791 )
2019-10-17 14:58:56 +02:00
Quentame
e54f5102aa
Move imports in ifttt component ( #27792 )
2019-10-17 14:58:23 +02:00
Tomasz Jagusz
b187ca93d0
Move imports in rpi_gpio ( #27752 )
...
* move imports for rpi_gpio
* fixed pylint error
* fix pylint error
* removed empty line
* add missing blank line
* sort with isort
2019-10-17 12:24:53 +02:00
Tomasz Jagusz
7fd606a254
bump rpi.gpio to 0.7.0 ( #27753 )
2019-10-17 11:30:18 +02:00
Antonio Larrosa
2d6d6ba90e
Forget auth token when going offline so we can reconnect ( #26630 )
...
When an amcrest camera was unplugged and then plugged again
it was impossible to reconnect to it, since the old
auth token was reused while we need to use a new one.
In fact, the method that is called every minute to check
the camera availability is going to fail always since we're
reusing an old token.
By forgetting the token (setting it to None) when going offline,
we ensure that we'll regenerate it in the next commands thus allowing
to reconnect to the camera when it comes back online.
2019-10-17 11:29:08 +02:00
kennedyshead
46f1166edd
Fix On/Off for melissa ( #27733 )
...
* Fixed On/Off for melissa
fixes #27092
* reformatted
2019-10-17 10:32:02 +02:00
springstan
e79a5baf9e
Move imports in slack and socialblade ( #27747 )
...
* Moved imports to top-level in samsungtv, slack and socialblade
* Rewinded top-level imports in samsungtv component
2019-10-16 21:36:19 -07:00
Erik Montnemery
43c85c0549
Add device action support to the alarm_control_panel integration ( #27616 )
...
* Add device action support to the alarm_control_panel integration
* Improve tests
2019-10-16 21:34:56 -07:00
Robert Svensson
6ffc520b1c
Axis - Improve discovery title by adding placeholder support ( #27663 )
...
* Improve discovery title by adding placeholder support
2019-10-16 20:45:03 +02:00
Josef Schlehofer
0607a30612
Upgrade youtube_dl to 2019.10.16 ( #27737 )
2019-10-16 20:28:59 +02:00
Andrey Kupreychik
bd95a89f45
Bump ndms2-client to 0.0.10 ( #27734 )
2019-10-16 20:28:12 +02:00
Pascal Vizeli
8a0f26e155
Add cache for mypy ( #27745 )
...
* Add cache for mypy
* Update ruamel_yaml.py
2019-10-16 17:37:24 +02:00
cgtobi
14d3b9b8f9
Bump pyatmo version to 2.3.2 ( #27731 )
...
* Bump pyatmo version to 2.3.2
* Add reachable attribute
* Add reachable attribute
2019-10-16 12:19:38 +02:00
Maciej Bieniek
ec78821161
Add sensor platform to Airly integration ( #27717 )
...
* Add sesnor.py file
* Move AirlyData to __init__
* Cleaning
* Update .coveragerc file
* Sort consts
* Sort imports
* Remove icons from sensors with device_class
2019-10-16 12:06:52 +02:00
Paolo Tuninetto
cc93dd4928
Move imports in Kodi component ( #27728 )
...
* Move imports for Kodi component
* Removed empty line ad requested by review
2019-10-16 12:05:05 +02:00
David Bonnes
44b6258e48
Add evohome high_precision temperatures ( #27513 )
...
* add high_precision (current) temperatures
* bump client to use aiohttp for v1 client
* token saving now event-driven rather than scheduled
* protection against invalid tokens that cause issues
* tweak error message
2019-10-16 10:32:25 +01:00
bouni
5a35e52adf
Move imports in device_tracker component ( #27676 )
...
* moved imports to top level
* sorted imports using isort
2019-10-16 10:25:37 +02:00
Bogdan Vlaicu
c8f6484095
New sensor platform integration for Orange and Rockland Utility smart energy meter ( #27571 )
...
* New sensor platform integration for Orange and Rockland Utility smart energy meter
* New sensor platform integration for Orange and Rockland Utility smart energy meter
* bumped the oru py version to 0.1.9
* Added PLATFORM_SCHEMA
Adde unique_id property
Changed logger level from info to debug when printing the updated sensor value
Set the SCAN_INTERVAL to 15 mins
Added exception handling durin init when creating the oru meter instance
* Various fixes base on the PR review
+ Added SCAN_INTERVAL for 15 mins
* fixed path to documentation
2019-10-16 09:52:30 +02:00
HomeAssistant Azure
b8e00925e7
[ci skip] Translation update
2019-10-16 00:32:17 +00:00
bouni
04a5f19f6a
moved imports to top level ( #27696 )
2019-10-15 16:24:18 -07:00
springstan
2b92fd3422
Moved imports to top-level in fritzbox_callmonitor component ( #27705 )
2019-10-15 16:22:42 -07:00
Michał Mrozek
d4692367c5
move imports in spotcrime component ( #27715 )
2019-10-15 16:21:19 -07:00
Michał Mrozek
b2f6931bbe
move imports in speedtestdotnet component ( #27716 )
2019-10-15 16:20:59 -07:00
Michał Mrozek
a58d242909
move imports in sony_projector component ( #27718 )
2019-10-15 16:17:09 -07:00
Rolf K
8720ca38b5
Add improved scene support for input_select ( #27697 )
...
* Add improved scene support for input_select
* Add tests for reproducing input_select states.
* Add some comments.
* Add support for set_options
Allows defining the options for an input_select in a scene.
* Add tests for set_options in test_reproduce_state
* Execute for real instead of mock execution.
2019-10-15 16:15:42 -07:00
Paulus Schoutsen
93f9afcd21
Fix config imports ( #27669 )
...
* Fix config imports
* Remove old migration
* Remove migrate tests
2019-10-15 16:15:26 -07:00
Rolf K
c700085490
Add improved scene support to input_text ( #27687 )
...
* Add improved scene support for input_text.
* Add tests for reproducing input_text states.
* Add some comments.
2019-10-15 08:37:15 -07:00
quthla
a591d78efe
Bump PyMata to 2.20 ( #27431 )
...
* Bump PyMata to 2.20
* Bump PyMata to 2.20
2019-10-15 17:21:40 +02:00
bouni
6f894d2dec
moved imports to top level ( #27679 )
2019-10-15 17:12:32 +02:00
springstan
26d19f9e1c
Moved imports to top-level in spotify integration ( #27703 )
2019-10-15 17:12:12 +02:00
AaronDavidSchneider
d534f30042
Update fritzconnection requirement to 0.8.4 ( #27698 )
...
* update fritzconnection requirement
* update requierements for other components and requierements_all
2019-10-15 17:11:17 +02:00
bouni
0e5f24d60c
moved imports to top level ( #27693 )
2019-10-15 17:57:02 +05:30
Luca Angemi
3e26b49cc2
Add battery status in owntracks ( #27686 )
...
* Add battery status in owntracks
* Remove trailing whitespaces
2019-10-15 17:56:39 +05:30
bouni
b22eb22358
moved imports to top level ( #27695 )
2019-10-15 17:56:04 +05:30
Tiit Rätsep
40fbc3bd41
Fix missing strings in soma config flow ( #27689 )
2019-10-15 14:05:10 +02:00
bouni
16c18d303f
Move imports in bme680 component ( #27506 )
...
* moved imports to top level
* fixed pylint error
* moved imports to top level
* fixed import error
2019-10-15 13:39:51 +02:00
Quentame
5b1f44ba19
Move imports in yeelight + yeelightsunflower component ( #27388 )
...
* Move imports in yeelight + yeelightsunflower component
* Fix pylint
* Fix pylint (again)
2019-10-15 13:37:40 +02:00
bouni
0463349f02
moved imports to top level ( #27683 )
2019-10-15 12:28:24 +02:00
bouni
b4a73fa87e
Move imports in decora component ( #27645 )
...
* moved imports to top level
* replaced importlib with standard import
* fix for Unable to import 'decora' error
2019-10-15 12:26:50 +02:00
SukramJ
3d7860391a
Improve code coverage for HomematicIP Cloud ( #27606 )
...
* Improve tests for HomematicIP Cloud
* create fixtures remove decorators
* removed further decorators
* remove last decorator
* improve exception handling
* removed not required coroutine
* use the correct place for mock
2019-10-15 12:12:58 +02:00
Brett T. Warden
57b8d1889a
Handle marker attrs that may not exist ( #27519 )
...
marker-high-levels and marker-low-levels may not exist in printer
attributes returned by CUPS, so we'll use .get() to avoid this and
default to None:
KeyError: 'marker-high-levels'
Fixes #27518
2019-10-15 15:23:13 +05:30
bouni
5b410ff3a5
moved imports to top level ( #27677 )
2019-10-15 15:03:22 +05:30
bouni
ecc276de38
moved imports to top level ( #27675 )
2019-10-15 10:07:37 +02:00
bouni
502c65b5fd
moved imports to top level ( #27678 )
2019-10-15 10:06:56 +02:00
bouni
5938f5a3a1
moved imports to top level ( #27682 )
2019-10-15 10:06:29 +02:00
Ville Skyttä
68a3c97464
Deprecate Python 3.6 support, 3.8.0 is out ( #27680 )
2019-10-15 10:04:58 +02:00
HomeAssistant Azure
d8e3255603
[ci skip] Translation update
2019-10-15 00:31:44 +00:00
Chris Caron
3cb844f22c
Add Apprise notification integration ( #26868 )
...
* Added apprise notification component
* flake-8 fixes; black formatting + import merged to 1 line
* pylint issues resolved
* added github name to manifest.json
* import moved to top as per code review request
* manifest formatting to avoid failing ci
* .coveragerc updated to include apprise
* removed block for written tests
* more test coverage
* formatting as per code review
* tests converted to async style as per code review
* increased coverage
* bumped version of apprise to 0.8.1
* test that mocked entries are called
* added tests for hass.service loading
* support tags for those who identify the TARGET option
* renamed variable as per code review
* 'assert not' used instead of 'is False'
* added period (in case linter isn't happy)
2019-10-15 00:53:59 +02:00
Paulus Schoutsen
3231e22ddf
Remove direct authentication via trusted networks or API password ( #27656 )
...
* Remove direct authentication via trusted networks and API password
* Fix tests
2019-10-14 14:56:45 -07:00
Michał Mrozek
97478d1ef4
Move imports in switchmate component ( #27646 )
...
* move imports in switchmate component
* fix: bring back pylint ignore line
2019-10-14 14:20:35 -07:00
Michał Mrozek
9aa28dfd54
move imports in stream component ( #27647 )
2019-10-14 14:20:18 -07:00
Michał Mrozek
4efa2f3244
Move imports in steam_online component ( #27648 )
...
* move imports in steam_online component
* fix: import reassigment
2019-10-14 14:19:53 -07:00
Michał Mrozek
bcb14182c6
move imports in statsd component ( #27649 )
2019-10-14 14:19:37 -07:00
ochlocracy
a49dbb9718
Update Unlock directive for Alexa LockController ( #27653 )
...
* Update the Alexa.LockController Unlock directive to include the lockState property in the context of the response.
* Added Test for Alexa.LockController Unlock directive to include the lockState property in the context of the response.
2019-10-14 14:19:05 -07:00
javicalle
6c0efe9329
Move imports in panasonic_bluray component ( #27658 )
2019-10-14 14:17:08 -07:00
Robert Svensson
5c2bf6dc7c
Improve discovery title ( #27664 )
2019-10-14 14:15:46 -07:00
javicalle
487a5b2527
Move imports in panasonic_viera component ( #27665 )
2019-10-14 14:15:29 -07:00
Bram Kragten
75eb33eb70
Updated frontend to 20191014.0 ( #27661 )
2019-10-14 13:07:47 -07:00
Ville Skyttä
759ad08930
Typing misc fixes ( #27543 )
...
* Make async_get_conditions return type hint more specific
* Exclude script/scaffold/templates/ from pre-commit mypy
2019-10-14 13:03:37 -07:00
Michał Mrozek
2f6c2fadd0
move imports in squeezebox component ( #27650 )
2019-10-14 14:20:15 -05:00
Erik Montnemery
c7bd0fe909
Fix ZHA regressions caused by "Support async validation of device trigger" ( #27401 )
...
* Revert "Support async validation of device trigger (#27333 )"
This reverts commit fdf4f398a7
.
* Revert only ZHA changes
* Fix whitespace
* Restore ZHA changes but add check to make sure ZHA is loaded
* Address review comment
* Remove additional check
2019-10-14 14:11:43 -04:00
bouni
2295b33204
Move imports in bluesound component ( #27502 )
...
* moved imports to top level
* changed import order
* changed import order
2019-10-14 19:57:03 +02:00
Steven D. Lander
5a83a92390
Refactor imports for tensorflow ( #27617 )
...
* Refactoring imports for tensorflow
* Removing whitespace spaces on blank line 110
* Moving tensorflow to try/except block
* Fixed black formatting
* Refactoring try/except to if/else
2019-10-14 08:44:30 -07:00
Otto Winter
09de6d5889
Fix ESPHome climate preset mode refactor ( #27637 )
...
Fixes https://github.com/home-assistant/home-assistant/issues/25613
2019-10-14 08:41:16 -07:00
javicalle
de7963544f
Apply isort on rfxtrx classes ( #27615 )
...
* Move imports in rfxtrx component
* Apply isort on rfxtrx files
* Update test_switch.py
2019-10-14 10:38:34 -05:00
ju
288d370ef5
Fix html5 notification documentation url ( #27636 )
2019-10-14 10:28:25 -05:00
bouni
6d4e3945d6
moved imports to top level ( #27641 )
2019-10-14 10:25:55 -05:00
Otto Winter
a79a9809f4
ESPHome Fix intermediary state published ( #27638 )
...
Fixes https://github.com/esphome/issues/issues/426
2019-10-14 16:02:39 +02:00
bouni
79b391c673
moved imports to top level ( #27640 )
2019-10-14 15:58:15 +02:00
Martin
d7d7f6a1c9
Fix temperature and heating mode ( #27604 )
2019-10-14 15:03:07 +02:00
Malte Franken
91c6cd9646
Move imports in darksky component ( #27633 )
...
* move imports to top-level
* modify patch path
* removed unused mocks and patches
2019-10-14 15:02:00 +02:00
bouni
aefb807222
moved imports to top level ( #27634 )
2019-10-14 15:00:51 +02:00
bouni
14e3b3af6f
moved imports to top level ( #27632 )
2019-10-14 15:00:02 +02:00
Michał Mrozek
3c280565fa
move imports in synology_srm component ( #27603 )
2019-10-14 14:59:26 +02:00
Malte Franken
1cae6e664c
move imports to top-level ( #27630 )
2019-10-14 10:56:40 +02:00
Steven D. Lander
b7023a96a3
Issue #27288 Move imports to top for FFMPEG ( #27613 )
2019-10-14 10:51:37 +02:00
Askarov Rishat
ff4e35e0ad
Update yandex transport after api change ( #27591 )
...
* yandex maps api changed ("threads" in "Transport" added), ya_ma=>0.3.8 bug_fixed
* Update homeassistant/components/yandex_transport/sensor.py
Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>
* additional fix
* reformat
* fix mistake
2019-10-14 10:12:08 +02:00
Moritz Fey
da29c1125f
add content for services.yaml for ccomponent stream ( #27610 )
2019-10-13 22:13:31 -07:00
Steven D. Lander
2cf3f6bffa
Issue #27288 Moving imports to top for tesla component ( #27618 )
2019-10-13 22:02:01 -07:00
Michał Mrozek
afa7e0bfe8
fix: exception after kaiterra api call timeout ( #27622 )
2019-10-13 22:01:40 -07:00
HomeAssistant Azure
b37f0ad812
[ci skip] Translation update
2019-10-14 00:32:27 +00:00
Daniel Perna
fe7467cd5c
Update pyhomematic to 0.1.61 ( #27620 )
2019-10-14 00:01:14 +02:00
Paulus Schoutsen
e866d769e8
Google Assistant Local SDK ( #27428 )
...
* Local Google
* Fix test
* Fix tests
2019-10-13 14:16:27 -07:00
Patrik
3454b6fa87
Refactor Tradfri base class ( #27589 )
...
* Refactor Tradfri base class
* Clarify doc
* Fix pylint
* Review fix
* Move
2019-10-13 13:59:28 -07:00
Santobert
9fb0812ce5
Improve neato tests ( #27578 )
...
* Improve tests
* Rename account to configflow
* configflow to config_flow
* Patch pybotvac instead of own code
2019-10-13 13:56:34 -07:00
Patrik
0235487a22
Move top level imports ( #27597 )
2019-10-13 13:56:01 -07:00
Michał Mrozek
c5dc670b36
move imports in tellstick component ( #27600 )
2019-10-13 13:55:43 -07:00
Michał Mrozek
d8b73f9459
move imports in ted5000 component ( #27601 )
2019-10-13 13:55:24 -07:00
Moritz Fey
48c1a0290c
add content for services.yaml in component media_extractor ( #27608 )
...
* add content for services.yaml for media_extractor component
* remove example data
* add empty line on end of file
* Update services.yaml
2019-10-13 13:53:42 -07:00
Michał Mrozek
1d2b59db82
Move imports in syslog ( #27602 )
2019-10-13 22:38:42 +02:00
Fabian Affolter
585214f3a4
Upgrade Mastodon.py to 1.5.0 ( #27598 )
2019-10-13 22:29:48 +02:00
Michał Mrozek
45694de2ee
move imports in tibber component ( #27584 )
2019-10-13 22:25:54 +02:00
javicalle
dd8fc41747
Move imports in rflink component ( #27367 )
...
* Move imports in rflink component
* import order
* import order
* Update __init__.py
* Update __init__.py
I don't understand why tests are failing...
* Fix RFLink imports
* Fix monkeypatch for 'create_rflink_connection'
* isort for rflink classes
2019-10-13 22:19:11 +02:00
starkillerOG
2acd3f9e98
Allow MQTT json light floating point transition ( #27253 )
...
* MQTT json light: allow floating point transition
Allow to use floating point values for the transition time of the MQTT json light.
In this way transitions shorter than 1s can be used (0.5 seconds for instance) if the MQTT light supports it.
* Always sent a float
2019-10-13 20:29:14 +02:00
shred86
1774a1427b
Add abode config entries and device registry ( #26699 )
...
* Adds support for config entries and device registry
* Fixing string formatting for logger
* Add unit test for abode config flow
* Fix for lights, only allow one config, add ability to unload entry
* Fix for subscribing to hass_events on adding abode component
* Several fixes from code review
* Several fixes from second code review
* Several fixes from third code review
* Update documentation url to fix branch conflict
* Fixes config flow and removes unused constants
* Fix for switches, polling entry option, improved tests
* Update .coveragerc, disable pylint W0611, remove polling from UI
* Multiple fixes and edits to adhere to style guidelines
* Removed unique_id
* Minor correction for formatting error in rebase
* Resolves issue causing CI to fail
* Bump abodepy version
* Add remove device callback and minor clean up
* Fix incorrect method name
* Docstring edits
* Fix duplicate import issues from rebase
* Add logout_listener attribute to AbodeSystem
* Add additional test for complete coverage
2019-10-13 20:01:04 +02:00
Michał Mrozek
d96cd4c4ea
Move imports in tplink component ( #27567 )
...
* move imports in tplink component
* fix: order of imports
* fix: tplink tests
* fix: import order in tests
* fix: tests formatting
2019-10-13 17:05:04 +02:00
bouni
5e4b33c740
Move imports in bme280 component ( #27505 )
2019-10-13 15:09:44 +02:00
Michał Mrozek
989c3581ac
Move imports in tplink_lte component ( #27583 )
2019-10-13 15:01:13 +02:00
Michał Mrozek
627ca3182a
Move imports in thingspeak component ( #27585 )
2019-10-13 14:56:02 +02:00
springstan
930182a7cb
Move import in deutsche_bahn integration ( #27579 )
...
* Moved import in deutsche_bahn integration
* Moved import schiene before PLATFORM_SCHEMA
2019-10-13 14:54:38 +02:00
Fabian Affolter
bbafeb5da2
Upgrade pillow to 6.2.0 ( #27581 )
2019-10-13 14:46:12 +02:00
Michał Mrozek
bb2a1cd439
Move imports in thermoworks_smoke component ( #27586 )
2019-10-13 14:42:29 +02:00
Fabian Affolter
b570be47ca
Upgrade alpha_vantage to 2.1.1 ( #27580 )
...
* Upgrade alpha_vantage to 2.1.1
* Move imports
2019-10-13 12:46:43 +02:00
foxy82
7aae106525
Fix pioneer volume when using onkyo component ( #27218 )
...
* Fix Onkyo when using pioneer AV receiver so it can use max volume of 164
* Update media_player.py
Change to make receiver max volume configurable
* Update manifest.json
Update to latest onkyo-eiscp with a fix required for Pionner AVR
* Fix Onkyo when using pioneer AV receiver so it can use max volume of 164
* Fix Onkyo when using pioneer AV receiver so it can use max volume of 164
* Format
* Requirements all
* Fix CI errors
* Black
2019-10-13 10:59:35 +02:00
chriscla
6cbc9d6abb
Fixing nzbget units display ( #27521 )
2019-10-12 20:18:30 -07:00
Michał Mrozek
df646f5db1
Move imports in tikteck component ( #27568 )
...
* move imports in tikteck component
* fix: order of imports
2019-10-12 20:02:29 -07:00
springstan
25bec13335
Filled services.yaml for logbook integration ( #27560 )
2019-10-12 20:01:12 -07:00
springstan
a8f43843bf
Filled services.yaml for browser integration ( #27563 )
...
* Filled services.yaml for browser integration
* Update services.yaml
2019-10-12 20:00:48 -07:00
Michał Mrozek
1fa6d9887e
Move imports in tts component ( #27565 )
...
* move imports in tts components
* fix: order of imports
2019-10-12 19:59:30 -07:00
HomeAssistant Azure
62b886a5d5
[ci skip] Translation update
2019-10-13 00:31:39 +00:00
Paulus Schoutsen
9e121b785a
Google: catch query not supported ( #27559 )
2019-10-12 14:07:01 -07:00
Mark Coombes
6c947f58b8
Fix for unknown sensor state ( #27542 )
2019-10-12 13:11:30 -07:00
Moritz Fey
96c0ad302f
add device conditions for platform cover ( #27544 )
...
* add device condition support to the cover integration
* remove TODO comment
* add strings.json
2019-10-12 13:08:45 -07:00
Sébastien RAMAGE
6b92dbe209
Move imports for pushbullet component ( #27460 )
...
* Move imports in dht component
* remove empty line
* Move imports for pushbullet component
* revert unwanted changes
* Move imports for pushbullet component
* remove dht change from that branch
* remove dht changes from this branch
2019-10-12 13:05:36 -07:00
Jordan Speicher
86da3fb334
Add mobile_app dependency on cloud ( #27470 )
2019-10-12 13:05:01 -07:00
bouni
3096e94343
moved imports to top level ( #27469 )
2019-10-12 13:04:42 -07:00
bouni
88e54a4ce6
moved imports to top level ( #27468 )
2019-10-12 13:04:35 -07:00
Paolo Tuninetto
08ccaac21f
Move Epson imports ( #27457 )
2019-10-12 13:04:14 -07:00
Sébastien RAMAGE
3b4e257214
Move imports in dht component ( #27459 )
...
* Move imports in dht component
* remove empty line
* Move imports for pushbullet component
* revert unwanted changes
2019-10-12 13:03:56 -07:00
bouni
930b576685
moved imports to top level ( #27458 )
2019-10-12 13:03:42 -07:00
Quentame
72b711fde6
Move imports in w800rf32 component ( #27451 )
2019-10-12 13:03:02 -07:00
quthla
e9642a0f65
Bump PyGithub to 1.43.8 ( #27432 )
...
* Bump PyGithub to 1.43.8
* Bump PyGithub to 1.43.8
2019-10-12 13:02:20 -07:00
bouni
8a1738281a
moved imports to top level ( #27454 )
2019-10-12 13:02:12 -07:00
Quentame
701bb666c4
Move imports in watson_iot component ( #27448 )
2019-10-12 13:01:34 -07:00
quthla
3b9ee9c901
Bump RtmAPI to 0.7.2 ( #27433 )
...
* Bump RtmAPI to 0.7.2
* Bump RtmAPI to 0.7.2
* Bump RtmAPI to 0.7.2
2019-10-12 13:00:48 -07:00
foreign-sub
15f0fabe9d
Bump pysyncthru to 0.5.0 ( #27439 )
2019-10-12 12:59:36 -07:00
Fredrik Erlandsson
22e7cb11f4
Change persistent notification about dev-info panel ( #27441 )
...
* there is no dev-info panel anymore
* Update __init__.py
* Update __init__.py
2019-10-12 12:58:52 -07:00
Paolo Tuninetto
17b1ba2e9f
Move AmazonPolly imports ( #27443 )
2019-10-12 12:57:18 -07:00
Maciej Bieniek
652bf54044
Fix update after network error ( #27444 )
2019-10-12 12:57:01 -07:00
Paulus Schoutsen
64f9ecbac9
Remove incorrect translation folder
2019-10-12 12:56:10 -07:00
Quentame
bac337889f
Move imports in vera component ( #27477 )
2019-10-12 12:55:40 -07:00
Quentame
eaf855286b
Move imports in verisure component ( #27476 )
2019-10-12 12:55:33 -07:00
Quentame
c5b12d6006
Move imports in venstar component ( #27478 )
2019-10-12 12:54:55 -07:00
Quentame
0a2ec30ce3
Move imports in vasttrafik component ( #27480 )
2019-10-12 12:54:41 -07:00
Quentame
54d63c63c3
Move imports in uscis component ( #27481 )
2019-10-12 12:54:16 -07:00
bouni
5198f522c7
moved imports to top level ( #27483 )
2019-10-12 12:53:43 -07:00
Erik Montnemery
15820c6751
Add device condition support to the lock integration ( #27488 )
2019-10-12 12:53:15 -07:00
bouni
8436acbffa
moved imports to top level ( #27495 )
2019-10-12 12:52:34 -07:00
bouni
2c8e24eb14
moved imports to top level ( #27496 )
2019-10-12 12:52:19 -07:00
thaohtp
468e6c30b3
Move imports in aruba component to top-level ( #27497 )
...
Issue: https://github.com/home-assistant/home-assistant/issues/27284
2019-10-12 12:52:04 -07:00
bouni
3ca74373d3
moved imports to top level ( #27500 )
2019-10-12 12:51:32 -07:00
Kevin Fronczak
3f9f8eb379
Update blink version to 0.14.2 ( #27555 )
...
* Update blink version to 0.14.2
* Ren gen_requirements_all script
2019-10-12 21:51:10 +02:00
bouni
4cded9782d
moved imports to top level ( #27498 )
2019-10-12 12:50:30 -07:00
bouni
b825631676
moved imports to top level ( #27501 )
2019-10-12 12:48:30 -07:00
bouni
0331c8453a
moved imports to top level ( #27503 )
2019-10-12 12:48:12 -07:00
thaohtp
1dcdc17202
Move imports in startca to top-level ( #27510 )
2019-10-12 12:46:26 -07:00
bouni
b9d54de09b
moved imports to top level ( #27509 )
2019-10-12 12:45:40 -07:00
bouni
ae5cb82908
moved imports to top level ( #27508 )
2019-10-12 12:45:31 -07:00
SukramJ
f979eca83a
Add test to Homematic IP Cloud climate ( #27472 )
2019-10-12 12:45:11 -07:00
bouni
6317ef1324
moved imports to top level ( #27512 )
2019-10-12 12:44:47 -07:00
Moritz Fey
ddeac071b3
fill services.yaml for downloader ( #27553 )
2019-10-12 12:38:39 -07:00
javicalle
40e5beb0ed
Move imports in rfxtrx component ( #27549 )
2019-10-12 12:37:59 -07:00
bouni
3873a1b070
moved imports to top level ( #27494 )
2019-10-12 12:35:39 -07:00
Erik Montnemery
42691b783e
Handle empty service in script action gracefully ( #27467 )
...
* Handle empty service in script action gracefully
* Add test
2019-10-12 12:28:47 -07:00
Quentame
ee8b72fb71
Move imports in http component ( #27474 )
2019-10-12 12:27:27 -07:00
Rolf K
96d35379f2
Add improved scene support to input number integration ( #27530 )
...
* Added improved scene support to the input_number integration.
* Minor fix in test.
* Use snake case for variable names in test_reproduce_state.
* Remove redundant tests.
2019-10-12 11:46:09 -07:00
Patrik
86386912b9
Refactor Tradfri cover ( #27413 )
...
* Remove unused logging
* Refactor cover
* Remove method
* Fix typo and use consistent wording for gateway
* Revert changes
2019-10-12 17:53:25 +02:00
thaohtp
21ca936d33
Move imports in upcloud component to top-level ( #27514 )
...
* Move imports in upcloud component to top-level
* Additional isort ordering
2019-10-12 17:30:21 +03:00
Florent Thoumie
22eaff9897
iaqualink: set 5s timeout, use cookiejar defaults ( #27426 )
2019-10-12 08:17:02 -05:00
foreign-sub
9d7a218df5
Bump pygatt to 4.0.5 ( #27526 )
2019-10-12 15:08:57 +02:00
Quentame
3d05228ec1
Move imports in vizio component ( #27452 )
2019-10-12 14:09:39 +02:00
bouni
de4482e8d3
Move imports in acer_projector component ( #27456 )
2019-10-12 08:43:34 +02:00
Quentame
af4bcf8de6
Move imports in waqi component ( #27450 )
2019-10-12 07:44:22 +02:00
thaohtp
d516bc44fa
Move trend imports to top level ( #27507 )
2019-10-12 07:40:44 +02:00
Jacob Mansfield
a712c9b9f5
SNMP Switch payloads are not guaranteed to be integers ( #27422 )
...
Fixes #27171
2019-10-12 07:23:55 +02:00
cgtobi
99e7808441
Move imports in rmvtransport ( #27420 )
2019-10-12 07:21:53 +02:00
Quentame
f236e84753
Move imports in updater component ( #27485 )
2019-10-12 07:19:53 +02:00
bouni
712628395e
moved imports to top level ( #27511 )
2019-10-12 07:18:47 +02:00
John Mihalic
d58717d772
Bump pyhik to 0.2.4 ( #27523 )
2019-10-12 07:18:15 +02:00
HomeAssistant Azure
78a08d0425
[ci skip] Translation update
2019-10-12 00:31:47 +00:00
Quentame
8bd847ed39
Move imports in waterfurnace component ( #27449 )
2019-10-11 18:30:27 +02:00
cgtobi
cb30065a40
Update upstream ( #27440 )
2019-10-11 18:29:27 +02:00
Paolo Tuninetto
618cf5fa04
Move Arduino imports ( #27438 )
2019-10-11 17:52:38 +02:00
SukramJ
8bbf261302
Refactor home --> hap for Homematic IP Cloud ( #27368 )
...
* Refactor home to hap for Homematic IP Cloud
* Add some tests
* Rename ha_entity --> ha_state
* use asynctest.Mock
2019-10-11 16:36:46 +02:00
quthla
0c8e208fd8
Bump python-slugify to 3.0.6 ( #27430 )
...
* Bump python-slugify to 3.0.6
* Bump python-slugify to 3.0.6
* Bump python-slugify to 3.0.6
2019-10-11 00:27:07 -07:00