Alexei Chetroi
256056430e
Add input_datetime reload service. ( #29581 )
...
* Add input_datetime reload service.
* Add reload service test.
2019-12-07 21:24:56 +01:00
Alexei Chetroi
ccb0fd5e32
Register automation.reload service as an admin service. ( #29582 )
...
* homeassistant/components/automation/__init__.py
* Register automation.reload as an admin service.
2019-12-07 21:17:30 +01:00
butako
d838a56c1d
Improve Tahoma Velux support ( #27920 )
...
* Improved Velux support. Added Velux Solar Roller Blind. Fixed Velux Integra Window.
* fix indentation
* black formatting
* added new devices in correct sorted order
2019-12-07 16:14:09 +01:00
SNoof85
ee657f3c2f
Add service to reboot the Freebox ( #29525 )
2019-12-07 12:09:43 +01:00
Fabian Affolter
9d7799c0af
Upgrade pyyaml to 5.2.0 ( #29586 )
2019-12-07 09:06:55 +01:00
springstan
e2adfc3979
Move imports to top for onboarding ( #29542 )
2019-12-07 11:55:15 +05:30
HomeAssistant Azure
b4c95421d3
[ci skip] Translation update
2019-12-07 00:32:13 +00:00
springstan
23fb364076
Move imports to top for openuv ( #29541 )
...
* Move imports to top for openuv
* Renamed mock_pyopenuv_ to MockClient in test_config_flow
2019-12-06 14:13:43 -07:00
springstan
1ee8057662
Move imports to top for zha ( #29555 )
...
* Move imports to top for zha
* Move back some imports, add annotation for disabling import-outside-toplevel
* Move import config_flow before import api
2019-12-06 16:12:46 -05:00
Ville Skyttä
fb66a6cf81
Treat BaseException as over-general ( #29573 )
...
To follow pylint's defaults.
2019-12-06 21:58:32 +01:00
Ville Skyttä
31c71989e9
Huawei LTE device tracker fixes ( #29551 )
...
* Include MAC address in device state attributes for absent devices too
* Use MAC address as default name whether device is connected or not
* Fix initialization of known entities
Closes https://github.com/home-assistant/home-assistant/issues/29354
2019-12-06 21:53:26 +01:00
springstan
74d86dfff9
Move imports to top for soundtouch ( #29546 )
...
* Move imports to top for soundtouch
* Format with black
* Fix pyling error by renaming variable
* Rename entity instances to include entity instead of device
2019-12-06 21:11:02 +01:00
springstan
6af30bc232
Move imports to top for notion ( #29539 )
...
* Move imports to top for notion
* Fix mocking library in test_config_flow.py
2019-12-06 12:40:00 -07:00
Fabian Affolter
8afe13e818
Upgrade certifi to >=2019.11.28 ( #29571 )
2019-12-06 20:09:18 +01:00
Ville Skyttä
d257fff9ce
Use "kB" and "s" as UPnP/IGD units ( #29552 )
...
For consistency with various existing components, and they're more
commonly used and compact than "kbyte" and "sec".
2019-12-06 23:24:11 +05:30
springstan
c9415ab75d
Move imports to top for homematic ( #29558 )
2019-12-06 17:46:24 +01:00
1v0dev
b8434fdcfd
Add service to set netatmo home heating schedule ( #29244 )
...
* Add service to set netatmo home heating schedule.
* handle NoDevice exeption; add service argument constant
2019-12-06 17:45:27 +01:00
Martin Rowan
48aba426a9
Bump lightwave to 0.17 ( #29566 )
2019-12-06 17:40:59 +01:00
springstan
606d310ea3
Move imports to top for spc ( #29547 )
...
* Move imports to top for spc
* Fix pylint error by removing duplicate import
2019-12-06 15:40:04 +01:00
springstan
d9b52ef98c
Move imports to top for plant ( #29543 )
2019-12-06 15:00:54 +01:00
springstan
f3717421c0
Move imports to top for heatmiser ( #29562 )
2019-12-06 14:59:32 +01:00
David K
c5f4872aea
Limit available heat/cool modes for HomeKit thermostats ( #28586 )
...
* Limit available heat/cool modes for HomeKit thermostats.
The Home app only shows appropriate modes (heat/cool/auto) for the device. Depending on the climate integration, disabling the auto start might be needed.
* Include improved mapping for HVAC modes in tests
2019-12-06 14:07:45 +01:00
springstan
27530be46f
Move imports to top for influxdb ( #29513 )
2019-12-06 17:35:35 +05:30
springstan
ec3ffe309a
Move imports to top for toon ( #29553 )
2019-12-06 10:40:38 +01:00
springstan
d5419b77f9
Move imports to top for sleepiq ( #29544 )
2019-12-06 09:13:44 +01:00
springstan
1bb499aec2
Move imports to top for smhi ( #29545 )
2019-12-06 09:11:07 +01:00
springstan
a857148560
Move imports to top for pjlink ( #29540 )
2019-12-06 09:09:45 +01:00
springstan
0aace1da55
Move imports to top for nx584 ( #29537 )
2019-12-06 09:08:54 +01:00
Malte Franken
33542f0e5e
Bump georss_generic_client to 0.3 ( #29532 )
...
* bump version of georss_generic_client library
* updated requirements
2019-12-06 06:55:42 +01:00
springstan
fcf18aca34
Move imports to top for modbus ( #29515 )
...
* Move imports to top for modbus
* Include imports for TCP and UDP ModbusClients
2019-12-06 06:10:29 +01:00
springstan
8def0326dd
Move imports to top for izone ( #29508 )
...
* Move imports to top for izone
* Isorted all imports, fixed tests for config_flow
2019-12-06 06:08:08 +01:00
Alexei Chetroi
dc911ecc5b
Add input_boolean reload service ( #29379 )
...
* Add input_boolean reload service.
* Add reload test.
* Address comments.
Register reload service as an admin service
Setup platform even if there're no entities
2019-12-05 20:31:18 -08:00
springstan
3b6bc9067f
Move imports to top for mochad ( #29514 )
...
* Move imports to top for mochad
* Fix test test_light.py for mochad
* Fix test test_switch.py for mochad
* Make intra package imports relative in switch and light
2019-12-06 02:02:34 +01:00
orrpan
9ba9b3339b
Add full state view for emulated_hue (apps using emulated_hue, 'sleep cycle' and 'sleep as android') ( #26650 )
...
* Add full state view for emulated_hue
* clean and support updated sleep cycle
* emulated hue add reuasable logic and cleanup code
* emulated hue correct typos
* Update hue_api.py
* correct error message and update test_hue_api.py
* cleanup test_hue_api.py
2019-12-05 15:23:54 -08:00
springstan
173966f459
Move imports to top for switcher_kis ( #29530 )
...
* Move imports to top for switcher_kis
* Disabled ungrouped imports if TYPE_CHECKING is true
2019-12-05 18:20:07 -05:00
springstan
20fdcbadff
Move imports to top for nextbus ( #29520 )
...
* Move imports to top for nextbus
* Fix test_sensor.py failed tests
2019-12-05 21:56:42 +01:00
springstan
42688a6e4a
Move imports to top for ign_sismologia ( #29523 )
2019-12-05 21:55:48 +01:00
tetienne
97cb8a3745
Increase somfy SCAN_INTERVAL ( #29524 )
...
- There was too many errors 504
2019-12-05 21:33:56 +01:00
springstan
b4fda5faab
Move imports to top for mysensors ( #29517 )
2019-12-05 19:54:43 +01:00
Paulus Schoutsen
ec8ea02273
Fix recursion
2019-12-05 10:40:05 -08:00
springstan
4e7b9eaed0
Move imports to top for monoprice ( #29516 )
...
* Move imports to top for monoprice
* Format test with black
2019-12-05 19:16:15 +01:00
springstan
98d2eadb76
Move imports to top for statistics ( #29223 )
...
* Move imports to top for statistics
* Added recorder to manifest.json
* Deleted recorder from manifest.json, moved import back into method, added pylint disable comment
* Moved recorder util imports away from the top
* Move recorder imports to top, add recorder as after_dependency to manifest.json
2019-12-05 18:49:28 +01:00
springstan
1846b45cb5
Move imports to top for mobile_app ( #29511 )
2019-12-05 16:59:31 +01:00
springstan
19893b8f3c
Move imports to top for islamic_prayer_times ( #29506 )
...
* Move imports to top for islamic_prayer_times
* Fix test_sensor.py for islamic_prayer_times
* Format test_sensor.py with black
* Fix tests for islamic prayer times sensor
2019-12-05 16:58:14 +01:00
springstan
76f455cea9
Move imports to top for mediaroom ( #29509 )
2019-12-05 16:56:53 +01:00
springstan
2a92eb1962
Move imports to top for ipma ( #29507 )
2019-12-05 16:56:01 +01:00
springstan
204ca3f3a6
Move imports to top for frontend ( #29487 )
2019-12-05 13:44:59 +01:00
springstan
ed5cdb528c
Move imports to top for group ( #29485 )
...
* Move imports to top for group
* Fix failing test for group
2019-12-05 13:44:11 +01:00
springstan
ed464a75b2
Move imports to top for system_log ( #29465 )
2019-12-05 13:42:56 +01:00
springstan
04722fdd63
Move imports to top for http ( #29500 )
2019-12-05 13:42:09 +01:00
springstan
e9917c6a81
Move imports to top for google_translate ( #29499 )
2019-12-05 13:22:01 +01:00
springstan
009e4df6ef
Move imports to top for hue ( #29501 )
2019-12-05 13:19:50 +01:00
springstan
086d1f432d
Move imports to top for google_pubsub ( #29498 )
2019-12-05 12:59:59 +01:00
springstan
564fed7879
Move imports to top for ambient_station ( #29497 )
2019-12-05 12:50:53 +01:00
Paulus Schoutsen
a050d54847
Make hassfest stricter ( #29494 )
...
* Make hassfest stricter
* Update manifest.json
2019-12-05 10:15:28 +01:00
springstan
f6d1eb97a3
Move imports to top for decora_wifi ( #29439 )
2019-12-05 09:56:17 +01:00
Paulus Schoutsen
e99184bf68
Install requirements of after_dependencies when loading integrations ( #29491 )
...
* Install requirements of after_dependencies when loading integrations
* Fix smartthings test
2019-12-05 09:28:56 +01:00
Paulus Schoutsen
957e5018f4
Version bump to 0.104.0dev0
2019-12-04 22:52:58 -08:00
Paulus Schoutsen
1646aab36d
Version bump to 0.103.0dev0
2019-12-04 22:51:53 -08:00
Daniel Perna
c6ac2a5705
Update pyhomematic ( #29477 )
2019-12-04 22:50:18 -08:00
Rohan Kapoor
b2d5de6a79
Switch iperf3 to generate a new client every time it runs a test ( #29495 )
...
* Switch iperf3 to generate a new client every time it runs a test
* Add myself to CODEOWNERS
* Fix imperative mood
2019-12-04 22:49:26 -08:00
Paulus Schoutsen
dad11f8208
Fix tests & lint
2019-12-04 22:47:40 -08:00
Paulus Schoutsen
28e9f1d0b8
Fix deconz import
2019-12-04 21:57:08 -08:00
springstan
52926f1961
Move imports to top for canary ( #29449 )
2019-12-04 21:30:22 -08:00
springstan
d70ad369de
Move imports to top for asuswrt ( #29436 )
2019-12-04 21:24:20 -08:00
springstan
f874a9df13
Move imports to top for clementine ( #29437 )
2019-12-04 21:24:08 -08:00
springstan
69ae469148
Move imports to top for deluge ( #29438 )
2019-12-04 21:23:56 -08:00
springstan
4c0f73a2b9
Move imports to top for datadog ( #29440 )
2019-12-04 21:23:17 -08:00
springstan
2773328134
Move imports to top for directv ( #29441 )
2019-12-04 21:23:05 -08:00
springstan
5ee20b61b3
Move imports to top for doorbird ( #29442 )
2019-12-04 21:22:51 -08:00
springstan
27200865ee
Move imports to top for dlink ( #29443 )
2019-12-04 21:22:37 -08:00
springstan
50ee0c6727
Move imports to top for dunehd ( #29444 )
2019-12-04 21:22:27 -08:00
springstan
f2a08c438b
Move imports to top for duke_energy ( #29445 )
2019-12-04 21:22:14 -08:00
Anders Melchiorsen
94297e96cb
Update eternalegypt to 0.0.11 ( #29446 )
2019-12-04 21:22:03 -08:00
springstan
b2cce05405
Move imports to top for eight_sleep ( #29447 )
2019-12-04 21:21:50 -08:00
springstan
85e188db52
Move imports to top for egardia ( #29448 )
2019-12-04 21:21:40 -08:00
springstan
10759b7ca6
Move imports to top for enphase_envoy ( #29450 )
2019-12-04 21:21:25 -08:00
springstan
0158f29e4e
Move imports to top for envisalink ( #29457 )
2019-12-04 21:21:12 -08:00
springstan
5586f40ab0
Move imports to top for enocean ( #29451 )
2019-12-04 21:20:26 -08:00
springstan
cdf53aed93
Move imports to top for enigma2 ( #29452 )
2019-12-04 21:20:11 -08:00
springstan
f422cdbfef
Move imports to top for eq3btsmart ( #29456 )
2019-12-04 21:20:01 -08:00
springstan
06a156c091
Move imports to top for emby ( #29453 )
2019-12-04 21:19:43 -08:00
Ville Skyttä
ebc9d17558
Fix setup of Huawei LTE for which we can't get a MAC address ( #29455 )
...
Closes https://github.com/home-assistant/home-assistant/issues/29188
2019-12-04 21:19:25 -08:00
springstan
6c863a8948
Move imports to top for sonarr ( #29462 )
2019-12-04 21:18:57 -08:00
springstan
58ba6052e2
Move imports to top for environment_canada ( #29458 )
2019-12-04 21:18:52 -08:00
springstan
a4ac5dc6b8
Move imports to top for entur_public_transport ( #29459 )
2019-12-04 21:18:29 -08:00
springstan
24878f109c
Move imports to top for solaredge ( #29463 )
2019-12-04 21:18:12 -08:00
springstan
dbd231b3a0
Move imports to top for somfy_mylink ( #29464 )
2019-12-04 21:17:45 -08:00
springstan
270d97d789
Move imports to top for daikin ( #29490 )
2019-12-04 21:17:33 -08:00
springstan
89c7629215
Move imports to top for deconz ( #29489 )
2019-12-04 21:17:18 -08:00
springstan
8647ba3dd5
Move imports to top for emulated_hue ( #29488 )
2019-12-04 21:16:51 -08:00
springstan
f5550509d4
Move imports to top for geo_json_events ( #29486 )
2019-12-04 21:16:25 -08:00
springstan
bbe57d6673
Move imports to top for history ( #29484 )
2019-12-04 21:15:39 -08:00
springstan
95de802fbd
Move imports to top for hlk_sw16 ( #29483 )
2019-12-04 21:15:18 -08:00
springstan
3e634aaf5d
Move imports to top for logi_circle ( #29482 )
2019-12-04 21:14:57 -08:00
springstan
81e4e9e26b
Move imports to top for mailgun ( #29480 )
2019-12-04 21:14:39 -08:00
springstan
12e1c695ca
Move imports to top for mfi ( #29479 )
2019-12-04 21:14:26 -08:00
springstan
7df4c1e676
Move imports to top for mhz19 ( #29478 )
2019-12-04 21:14:03 -08:00
springstan
653e0078a4
Move imports to top for skybell ( #29475 )
2019-12-04 21:13:49 -08:00
springstan
c6066d8b98
Move imports to top for ring ( #29474 )
2019-12-04 21:13:28 -08:00