core/homeassistant/components/config
Julius Mittenzwei 16cb7388ee Removing asyncio.coroutine syntax from HASS core (#12509)
* changed asyncio.coroutine syntax to new async def/await

* removed py34 from tox environment

* reverted some changes within entity.py

* -

* reverted changes within bootstrap.py

* reverted changes within discovery.py

* switched decorators

* Reverted change within aiohttp_client.py

* reverted change within logging.py

* switched decorators

* Await lock properly

* removed asyncio.coroutine from test
2018-02-25 03:38:46 -08:00
..
__init__.py Allow renaming entities in entity registry (#12636) 2018-02-24 10:53:59 -08:00
automation.py Fixed typo in automation.py (#11116) 2017-12-13 10:17:12 +01:00
config_entries.py Removing asyncio.coroutine syntax from HASS core (#12509) 2018-02-25 03:38:46 -08:00
core.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
customize.py Backend changes for customize config panel. (#9134) 2017-08-26 10:02:32 -07:00
entity_registry.py Allow renaming entities in entity registry (#12636) 2018-02-24 10:53:59 -08:00
group.py Reload groups after saving a change via config API (#10877) 2017-12-01 12:53:46 -08:00
hassbian.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
script.py Add scripts editor backend (#8993) 2017-08-15 22:09:10 -07:00
zwave.py Add loglinefetch for frontend API call (#10579) 2017-11-16 22:07:08 -08:00