config
Name | config |
---|---|
Type | Interface |
Path | packages/hass-ts/src/lib/types/config.ts |
Properties
Name | Type | Description |
---|---|---|
allowlist_external_dirs | string[] | |
allowlist_external_urls | string[] | |
components | string[] | |
config_dir | string | |
config_source | string | |
country | string | |
currency | string | |
elevation | number | |
external_url | string | |
internal_url | string | |
language | string | |
latitude | number | |
location_name | string | |
longitude | number | |
recovery_mode | boolean | |
safe_mode | boolean | |
state | string | |
time_zone | string | |
unit_system | {
length: string;
accumulated_precipitation: string;
mass: string;
pressure: string;
temperature: string;
volume: string;
wind_speed: string;
} | |
version | string | |
whitelist_external_dirs | string[] |