mirror of
https://github.com/elisspace/core.git
synced 2026-09-24 11:36:53 +00:00
* 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>
31 lines
543 B
JSON
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": []
|
|
}
|