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
..
2018-12-05 11:41:00 +01:00
2018-12-11 17:20:30 +01:00
2018-11-30 09:06:59 +01:00
2018-12-05 11:41:00 +01:00
2018-09-28 19:14:57 +02:00
2016-01-30 14:08:32 -05:00
2018-11-27 14:00:05 +01:00
2018-12-06 09:20:53 +01:00
2018-08-24 16:37:30 +02:00
2018-11-28 13:16:43 +01:00
2016-10-23 23:48:01 -07:00
2018-12-05 11:41:00 +01:00
2018-12-02 16:32:53 +01:00
2018-09-19 15:40:02 +02:00
2018-10-25 19:57:36 +02:00
2018-12-03 10:56:26 +01:00
2018-12-10 12:58:51 +01:00
2018-08-21 10:48:24 -07:00
2018-10-24 12:10:05 +02:00
2018-02-22 23:22:27 -08:00
2018-08-28 12:52:18 +02:00
2018-11-28 22:20:13 +01:00