1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-23 07:17:07 +00:00

18 Commits

Author SHA1 Message Date
Paulus Schoutsen
d29bdddaa7 Add bind_hass to components ()
* Add bind_hass to components

* Add bind_hass to group
2017-07-16 10:14:46 -07:00
Fabian Affolter
4d52b0ecd5 Update docstrings ()
* Update docstrings

* Fix lint issues

* Update docstrings
2017-05-02 22:47:20 +02:00
Fabian Affolter
3ee4d1060f Update docstrings ()
* Update docstrings

* Update docstrings

* Update docstrings

* Update docstrings

* update docstrings

* Update docstrings

* Update docstrings

* Update docstrings

* Update docstrings

* Update docstrings

* Update tomato.py

* Update isy994.py

* Lint + fix tests

* Lint
2017-04-29 22:04:49 -07:00
Pascal Vizeli
11125864c6 Bugfix slider ()
* Bugfix slider

* Update input_slider.py

* Update input_slider.py
2017-04-11 09:23:41 -07:00
Paulus Schoutsen
c4e1255a84 Initial state over restore state ()
* Input Boolean: initial state > restore state

* Input select: initial state overrules restored state

* Input slider: initial state overrule restore state

* Lint

* Lint
2017-04-04 09:29:49 -07:00
Pascal Vizeli
08f9793175 Restore for input_slider () 2017-03-02 08:36:26 -08:00
Pascal Vizeli
8358ab56ea Bugfix asyncio wait () 2016-12-16 08:36:50 -08:00
Paulus Schoutsen
d2bbc6ef70 Upgrade linter () 2016-11-18 21:47:59 -08:00
Paulus Schoutsen
a343c20404 Async gather wait ()
* Fix config validation for input_*, script

* Allow scheduling coroutines

* Validate entity ids when entity ids set by platform

* Async: gather -> wait

* Script/Group: use async_add_job instead of create_task
2016-11-06 09:26:40 -08:00
Paulus Schoutsen
ee5f228309 Make services yield ()
* Make services yield

* Disable pylint abstract-method check

* add input_select

* add input_slider

* change to async vers.

* fix lint

* yield on add_entities as other components does
2016-11-03 18:32:14 -07:00
Fabian Affolter
be272ac64a Disable too-many-* ()
* Disable too-many-* and too-few-public-methods

* Remove globally disabled pylint warnings
2016-10-30 22:18:53 +01:00
Pascal Vizeli
08a65a3b31 Async input_*/zone migration ()
* Async input_*

* Async zone component

* rename service callback
2016-10-29 12:19:27 -07:00
Johann Kellerman
9631179126 Use voluptuous for input_slider, input_boolean, input_select ()
* Use voluptuous for input slider

* floats

* _setup_component

* Imperative mood

* CONFIG_SCHEMA

* None returns empty ensure_list

* allow_extra

* bool

* restore ensure_list behaviour
2016-09-23 00:12:11 -07:00
Nicolas Graziano
d202929de5 Float value for input slider ()
* Allow input_slider value to be a float number.

* Change input_slider unit test to allow float number.
2016-07-23 09:53:16 -07:00
Paulus Schoutsen
0dbc023f5b Fix lint errors 2016-06-09 23:41:26 -07:00
Paulus Schoutsen
e4fe8336cc Update frontend 2016-06-09 23:27:35 -07:00
Jan Harkes
620d7a92f0 Service validation for input_slider component. 2016-04-13 12:35:07 -04:00
Per Sandström
2bdad928d0 input slider 2016-03-14 22:03:30 +01:00