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
Pascal Vizeli
017a5a5b09
Update azure-pipelines-wheels.yml for Azure Pipelines
2019-10-14 14:30:08 +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
jjlawren
cf76f22c89
Rewrite Plex tests ( #27624 )
2019-10-13 21:59:25 -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