Remove conversation because it's not part of default config (#3444)

This commit is contained in:
Paulus Schoutsen 2019-08-01 13:32:13 -07:00 committed by GitHub
parent f6be398fb9
commit 17a3affb6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ export const demoConfig: HassConfig = {
temperature: "°C", temperature: "°C",
volume: "L", volume: "L",
}, },
components: ["conversation", "notify.html5", "history"], components: ["notify.html5", "history"],
time_zone: "America/Los_Angeles", time_zone: "America/Los_Angeles",
config_dir: "/config", config_dir: "/config",
version: "DEMO", version: "DEMO",