javicalle
61ca9bb8e4
Restore states for RFLink devices ( #18816 )
...
* Merge branch 'master' of https://github.com/home-assistant/home-assistant into dev
# Conflicts:
# homeassistant/components/binary_sensor/point.py
# homeassistant/components/cloud/__init__.py
# homeassistant/components/cloud/prefs.py
# homeassistant/components/frontend/__init__.py
# homeassistant/components/light/fibaro.py
# homeassistant/components/logbook.py
# homeassistant/components/point/__init__.py
# homeassistant/config_entries.py
# homeassistant/const.py
# homeassistant/helpers/service.py
# requirements_all.txt
# requirements_test_all.txt
* one 'async_get_last_state' refactor left behind
* Remove RestoreEntity inheritance (already in parent class)
* # pylint: disable=too-many-ancestors
* code predictor can be a bitch
* lint corrections
* # pylint: disable=too-many-ancestors
* recover from dict[key]
* Remove all 'coroutine' decorator, replace for 'async def'
Replace all 'yield from' for 'await'
Replace 'hass.async_add_job' for 'hass.async_create_task'
2018-12-11 17:20:30 +01:00
emontnemery
2ceb4d2d1e
Refactor RFLink component ( #17402 )
...
* Start refactor of RFLink component
* alias _id not added correctly
Aliases for sensor not added correctly
And some debug traces.
* Update rflink.py
* Cleanup, fix review comments
* Call event handlers directly when processing initial event
* Use hass.async_create_task when adding discovered device
* Review comments
* Review comments
2018-10-15 15:35:33 +02:00
Toon Willems
3bd12fcef6
Implement correct state for RFlink cover ( #16304 )
...
* implement correct state for rflink cover
* Fix linting error
* invert logic as local testing pointed out it should be reversed
* add period at the end to satisfy the linter
2018-09-04 11:15:02 +02:00
Paulus Schoutsen
994b829cb4
add_devices -> add_entities ( #16171 )
...
* add_devices -> add_entities
* Lint
* PyLint
* Revert external method in scsgate
2018-08-24 16:37:30 +02:00
cdce8p
3da4642194
Use async syntax for cover platforms ( #15230 )
2018-06-30 18:10:59 +02:00
pascal
cb52b80f7d
missing is_closed ( rflink cover fix ) ( #9776 )
...
* Added is_closed
* whitespaces --
* removed whitespace
2017-10-09 16:57:44 +02:00
pascal
cc5256b8fb
Cover component for RFlink ( #9432 )
...
* second try on rflink / cover
* no newline at end of file
* changed entity
* fixed comments from pvizeli
* removed :
* removed return 'unknown'
* Fixed comments from Rytilahti
* removed newline
* Reverted to None
* cleanup
* Cleanup
2017-09-29 00:49:03 +02:00