Paulus Schoutsen
36c31a6293
Add permissions check in service helper ( #18596 )
...
* Add permissions check in service helper
* Lint
* Fix tests
* Lint
* Typing
* Fix unused impoert
2018-11-21 12:26:08 +01:00
Adam Mills
65be458ce0
Update input component tests to async ( #18290 )
2018-11-07 09:56:32 +01:00
Paulus Schoutsen
08fe7c3ece
Pytest tests ( #17750 )
...
* Convert core tests
* Convert component tests to use pytest assert
* Lint 🤷♂️
* Fix test
* Fix 3 typos in docs
2018-10-24 12:10:05 +02:00
cdce8p
e2a56721d3
Remove service helper (3) ( #16879 )
...
* Update duckdns
* Update google_assistant
* Update group
* Update homematic
* Update image_processing
* Update input_boolean
* Update input_number
* Update input_select
* Update input_text
2018-09-26 08:50:05 +02:00
Paulus Schoutsen
1be61df9c0
Add recent context ( #15989 )
...
* Add recent context
* Add async_set_context to components not using new services
2018-08-20 17:39:53 +02:00
Ville Skyttä
dbd0763f83
Grammar and spelling fixes ( #16065 )
2018-08-19 22:29:08 +02:00
Daniel Perna
6c39e1ef19
Added increment + decrement to input_number ( #9870 )
...
* Added increment + decrement to input_number
* Lint
* Fix tests
* Another lint
* Additional testing
* Added service descriptions
* Consolidated service registration
* Shortened service registration
* Fixed service descriptions
* Fix Lint
2017-10-25 15:25:33 +02:00
BioSehnsucht
3c0d02f057
Rename input_slider to input_number and add numeric text box option ( #9494 )
...
* * Rename input_slider to input_number
* Update input_number to optionally display slider, input box, or both
* input_number support either input box or slider mode, but not both
* input_number : change service from select_value to set_value
* input_number : add test for mode setting to tests
2017-10-03 21:34:13 +02:00