Skip to content

Commit

Permalink
Add allowed urls, rename allowed dirs (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Jul 13, 2020
1 parent e015207 commit 291d22d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ export type HassConfig = {
time_zone: string;
components: string[];
config_dir: string;
whitelist_external_dirs: string[];
allowlist_external_dirs: string[];
allowlist_external_urls: string[];
version: string;
config_source: string;
safe_mode: boolean;
Expand Down

0 comments on commit 291d22d

Please sign in to comment.