Add shopping list (#5339)

This commit is contained in:
Zack Arnett 2020-03-26 06:32:40 -04:00 committed by GitHub
parent f514ea453c
commit 1e3950cd1d
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: ["notify.html5", "history"], components: ["notify.html5", "history", "shopping_list"],
time_zone: "America/Los_Angeles", time_zone: "America/Los_Angeles",
config_dir: "/config", config_dir: "/config",
version: "DEMO", version: "DEMO",