core/homeassistant/components/homematic
kbickar 7564d1fb52 Added toggle service to covers (#23198)
* Added toggle service to cover

* Added toggle tilt service and tilt closed property

* Added is_tilt_closed so tilt can be toggled

* Added toggle services

* Added toggle tilt service

* Removed spaces

* Added tests for tilt services

* Updated tests

* Added range conversion in comparison

* Added tests to cover broken areas

* Fixed open/close tilt values and added toggle function

* Added default toggle behavior using tilt_position of 0, reverted other changes

* blank space

* Added constants and swapped assert comparisons

* Fixed attribute name

* Added mqtt responses in test

* Added constants

* Space

* Fix tilt_optimistic flag being ignored if status topic set

* Added more tests

* Changed async toggle call

* Updated group tilt test

* Updated format of asserts

* Updated states calls

* Updated function variables

* merge fixes

* Added blank line

* Changed calls to async

* More async updates
2019-06-17 14:09:31 -07:00
..
__init__.py Added possibility to define the data type of Homematic (#24078) 2019-05-24 17:28:45 +02:00
binary_sensor.py Fix for battery device: new_device referenced before assignment. (#23793) 2019-05-13 20:52:55 +02:00
climate.py Remove dependencies and requirements (#23024) 2019-04-12 10:13:30 -07:00
cover.py Added toggle service to covers (#23198) 2019-06-17 14:09:31 -07:00
light.py Homematic Lock: state_uncertain attribute, Homematic dimmer: Light service transition attribute (#22928) 2019-04-17 14:30:53 +02:00
lock.py Remove dependencies and requirements (#23024) 2019-04-12 10:13:30 -07:00
manifest.json Update pyhomematic (#24368) 2019-06-07 12:46:47 +02:00
notify.py Remove dependencies and requirements (#23024) 2019-04-12 10:13:30 -07:00
sensor.py Remove dependencies and requirements (#23024) 2019-04-12 10:13:30 -07:00
services.yaml homematic: Add homematic.put_paramset service (#16024) 2018-08-22 00:20:26 +02:00
switch.py Remove dependencies and requirements (#23024) 2019-04-12 10:13:30 -07:00