You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
976 B
46 lines
976 B
# Home Assistant basic info |
|
zone_home_name: "Some Name" |
|
zone_home_latitude: 0.0 |
|
zone_home_longitude: 0.0 |
|
zone_home_elevation: 0.0 |
|
zip_code: "00544" |
|
homeassistant_time_zone: America/Eastern |
|
homeassistant_whitelist_config: ./ |
|
http_base_url: "" |
|
http_password: "" |
|
|
|
# Database Setup |
|
recorder_db_url: "postgresql://user:password@SERVER_IP/DB_NAME" |
|
|
|
# API Keys |
|
dark_sky_api_key: YOUR_API_KEY_HERE |
|
|
|
# Z-Wave |
|
zwave_network_key: 'big long string (see docs for generation)' |
|
|
|
# Media Devices |
|
google_casts: |
|
- host: 172.16.0.1 |
|
- host: 10.0.0.1 |
|
- host: 192.168.0.1 |
|
|
|
# Remotes |
|
remotes: |
|
- platform: harmony |
|
name: My Remote |
|
host: 127.0.0.1 |
|
|
|
# UniFi Config |
|
unifi_host: unifi.domain.tld |
|
unifi_port: 8443 |
|
unifi_username: username |
|
unifi_password: password |
|
unifi_ssids: |
|
- ssid_1 |
|
- ssid_2 |
|
|
|
# UniFi Video Config |
|
unifi_video_nvr: unifivideo.domain.tld |
|
unifi_video_port: 7080 |
|
unifi_video_api_key: API_KEY |
|
unifi_video_camera_password: ubnt |