core/homeassistant
Thomas Lovén ad47ece5c6 Allow split component definitions in packages (#16177)
* Allow split component definitions in packages

Two different configuration styles are described in
https://www.home-assistant.io/docs/configuration/devices/#style-2-list-each-device-separately

But only one is allowed in packages according to
https://www.home-assistant.io/docs/configuration/packages/

This change allows "Style 2" configuration in packages.

* Added test for split component definition in packages
2018-09-24 10:17:24 +02:00
..
auth Add valid_window=1 to TOTP verify (#16625) 2018-09-15 13:28:25 +02:00
components Remove discovered MQTT Switch device when discovery topic is cleared (#16605) 2018-09-24 10:11:49 +02:00
helpers Fix Windows loop (#16737) 2018-09-22 09:54:37 +02:00
scripts Upgrade keyring to 15.1.0 (#16734) 2018-09-20 11:11:08 +02:00
util Remove usage of "run_until_complete" (#16617) 2018-09-19 15:40:02 +02:00
__init__.py
__main__.py Fix Windows loop (#16737) 2018-09-22 09:54:37 +02:00
bootstrap.py Remove usage of "run_until_complete" (#16617) 2018-09-19 15:40:02 +02:00
config.py Allow split component definitions in packages (#16177) 2018-09-24 10:17:24 +02:00
config_entries.py Config flow tradfri (#16665) 2018-09-19 21:21:43 +02:00
const.py Fix invalid state (#16558) 2018-09-11 21:40:35 +02:00
core.py Fix Windows loop (#16737) 2018-09-22 09:54:37 +02:00
data_entry_flow.py Isort preparations (#16555) 2018-09-11 11:21:48 +02:00
exceptions.py Bring back typing check. Meanwhile just for homeassistant/*.py (#14410) 2018-05-12 17:44:53 -04:00
loader.py Isort preparations (#16555) 2018-09-11 11:21:48 +02:00
monkey_patch.py Pylint 2 useless-return fixes (#15677) 2018-07-25 19:35:57 +02:00
package_constraints.txt Upgrade aiohttp to 3.4.4 (#16486) 2018-09-10 10:39:51 +02:00
requirements.py Improve package loadable (#16237) 2018-08-28 12:52:18 +02:00
setup.py Grammar and spelling fixes (#16065) 2018-08-19 22:29:08 +02:00