1
mirror of https://github.com/home-assistant/core synced 2024-09-12 15:16:21 +02:00
ha-core/homeassistant
Marcel Hoppe 45649824ca rewrite hangouts to use intents instead of commands (#16220)
* rewrite hangouts to use intents instead of commands

* small fixes

* remove configured_hangouts check and CONFIG_SCHEMA

* Lint

* add import from .config_flow
2018-08-28 00:20:12 +02:00
..
auth Replace pbkdf2 with bcrypt (#16071) 2018-08-26 22:50:31 +02:00
components rewrite hangouts to use intents instead of commands (#16220) 2018-08-28 00:20:12 +02:00
helpers Device registry store config entry (#16152) 2018-08-25 10:59:28 +02:00
scripts Add multi-factor authentication modules (#15489) 2018-08-22 09:52:34 +02:00
util Check correctly if package is loadable (#16121) 2018-08-22 12:17:14 +02:00
__init__.py Fix PEP257 issues 2016-03-08 00:06:04 +01:00
__main__.py Add typing to homeassistant/*.py and homeassistant/util/ (#15569) 2018-07-23 10:24:39 +02:00
bootstrap.py Default load trusted_network auth provider if configured trusted networks (#16184) 2018-08-25 11:09:48 +02:00
config_entries.py Hangouts (#16049) 2018-08-24 10:39:35 +02:00
config.py Add Time-based Onetime Password Multi-factor Authentication Module (#16129) 2018-08-26 22:38:52 +02:00
const.py Add multi-factor authentication modules (#15489) 2018-08-22 09:52:34 +02:00
core.py Remove remote.API from core.Config (#15951) 2018-08-13 09:26:20 +02:00
data_entry_flow.py Allow finish_flow callback to change data entry result type (#16100) 2018-08-21 10:48:24 -07:00
exceptions.py Bring back typing check. Meanwhile just for homeassistant/*.py (#14410) 2018-05-12 17:44:53 -04:00
loader.py Upgrade pylint to 2.0.1 (#15683) 2018-07-26 08:55:42 +02:00
monkey_patch.py Pylint 2 useless-return fixes (#15677) 2018-07-25 19:35:57 +02:00
package_constraints.txt Replace pbkdf2 with bcrypt (#16071) 2018-08-26 22:50:31 +02:00
requirements.py Some typing related fixes (#15899) 2018-08-09 22:53:12 +02:00
setup.py Grammar and spelling fixes (#16065) 2018-08-19 22:29:08 +02:00