Files
core/homeassistant/components/default_config/manifest.json
T
Bram KragtenandPaulus Schoutsen fcaabb3d33 Change get_entity to return a extended entry, add inputs to de… (#32083)
* Change get_entity to return a extended entry + add inputs to default config

For https://github.com/home-assistant/home-assistant-polymer/pull/4940

* Fix tests, simplify code, update to return extended

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-02-22 15:18:10 -08:00

31 lines
543 B
JSON

{
"domain": "default_config",
"name": "Default Config",
"documentation": "https://www.home-assistant.io/integrations/default_config",
"requirements": [],
"dependencies": [
"automation",
"cloud",
"config",
"frontend",
"history",
"logbook",
"map",
"mobile_app",
"person",
"script",
"ssdp",
"sun",
"system_health",
"updater",
"zeroconf",
"zone",
"input_boolean",
"input_datetime",
"input_text",
"input_number",
"input_select"
],
"codeowners": []
}