hass-core/tests/components/light
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
..
__init__.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
common.py Remove service helper (5) (#16917) 2018-09-27 23:13:11 +02:00
test_deconz.py deCONZ - retry if setup fails (#17772) 2018-10-31 22:38:04 +01:00
test_demo.py Remove service helper (5) (#16917) 2018-09-27 23:13:11 +02:00
test_group.py Remove service helper (5) (#16917) 2018-09-27 23:13:11 +02:00
test_hue.py Add config entries to connection class (#16618) 2018-09-17 10:12:46 +02:00
test_init.py Add permissions check in service helper (#18596) 2018-11-21 12:26:08 +01:00
test_litejet.py Remove service helper (5) (#16917) 2018-09-27 23:13:11 +02:00
test_mochad.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_mqtt.py Reconfigure MQTT light component if discovery info is changed (#18176) 2018-12-02 16:16:36 +01:00
test_mqtt_json.py Reconfigure MQTT light component if discovery info is changed (#18176) 2018-12-02 16:16:36 +01:00
test_mqtt_template.py Reconfigure MQTT light component if discovery info is changed (#18176) 2018-12-02 16:16:36 +01:00
test_rflink.py Restore states for RFLink devices (#18816) 2018-12-11 17:20:30 +01:00
test_rfxtrx.py Pytest tests (#17750) 2018-10-24 12:10:05 +02:00
test_switch.py Adds light switch platform (#18562) 2018-11-20 11:51:34 +01:00
test_template.py Remove service helper (5) (#16917) 2018-09-27 23:13:11 +02:00
test_tradfri.py Config flow tradfri (#16665) 2018-09-19 21:21:43 +02:00
test_zwave.py Changing z-wave brightness calculation to respect 0x01 and 0x02 byte values (#16420) 2018-09-13 10:38:07 -04:00