Fabian Affolter
|
be272ac64a
|
Disable too-many-* (#4107)
* Disable too-many-* and too-few-public-methods
* Remove globally disabled pylint warnings
|
2016-10-30 22:18:53 +01:00 |
Paulus Schoutsen
|
4198c42736
|
Have template platforms never leave the event loop
|
2016-10-01 14:11:16 -07:00 |
Paulus Schoutsen
|
b650b2b0db
|
Spread async love (#3575)
* Convert Entity.update_ha_state to be async
* Make Service.call async
* Update entity.py
* Add Entity.async_update
* Make automation zone trigger async
* Fix linting
* Reduce flakiness in hass.block_till_done
* Make automation.numeric_state async
* Make mqtt.subscribe async
* Make automation.mqtt async
* Make automation.time async
* Make automation.sun async
* Add async_track_point_in_utc_time
* Make helpers.track_sunrise/set async
* Add async_track_state_change
* Make automation.state async
* Clean up helpers/entity.py tests
* Lint
* Lint
* Core.is_state and Core.is_state_attr are async friendly
* Lint
* Lint
|
2016-09-30 12:57:24 -07:00 |
Paulus Schoutsen
|
640a8b5a7f
|
Limit dependencies of HA core (#2762)
|
2016-08-08 20:21:40 -07:00 |
Paulus Schoutsen
|
a70f922a71
|
ps - add reload core config service (#2350)
|
2016-06-22 09:13:18 -07:00 |
Fabian Affolter
|
f22a40c3e8
|
Fix PEP257 issues
|
2016-03-09 11:15:04 +01:00 |
Fabian Affolter
|
9838697d2b
|
Fix PEP257 issues
|
2016-03-09 10:25:50 +01:00 |
Paulus Schoutsen
|
09ab3e95c0
|
Tests should all use test HA
|
2016-02-14 15:08:23 -08:00 |
Fabian Affolter
|
00afaac54c
|
Update for file header, docstrings, and PEP8/PEP257
|
2016-02-13 14:19:11 +01:00 |
Paulus Schoutsen
|
bc19ef66bf
|
Move split_entity_id to helpers
|
2016-01-23 22:49:49 -08:00 |
Paulus Schoutsen
|
4ccedca3e5
|
Fix tests for device tracker
|
2015-09-12 09:15:28 -07:00 |
Paulus Schoutsen
|
1b89a502c4
|
Extract core into own submodule
|
2015-08-16 20:44:46 -07:00 |
Paulus Schoutsen
|
0c56fde5a9
|
Reorg tests folder
|
2015-07-26 10:17:01 +02:00 |