# # Dummy secrets file # # Placeholder file to be copied to `/secrets.yaml` and adapted. # These dummy values are optimized for a Travis CI test environment. # # @link https://www.home-assistant.io/docs/configuration/secrets/ # # # Home Assistant basic info # homeassistant_name: "Dummy" homeassistant_time_zone: "America/Toronto" homeassistant_whitelist_config: "./config" homeassistant_whitelist_share: "./share" http_base_url: "" http_password: "" http_server_port: 12345 http_cors_allowed_origins: - "http://hassio:12345" - "http://localhost:12345" # # Lovelace hacks # lovelace_camera_apod: 'center / cover no-repeat url("/api/camera_proxy/camera.astronomy_picture_of_the_day_hd?api_password=") fixed' lovelace_camera_bing_wallpaper: 'center / cover no-repeat url("/api/camera_proxy/camera.bing_wallpaper_hd?api_password=") fixed' lovelace_camera_noaa_geocolor: 'center / cover no-repeat url("/api/camera_proxy/camera.noaa_geocolor_hd?api_password=") fixed' wallpaper_1: "" wallpaper_2: "" wallpaper_automations: "" wallpaper_configuration: "" wallpaper_hardware: "" wallpaper_switchboard: "" # # Bridges # flic_host: "127.0.0.1" flic_port: '12345' homekit_port: '12345' ifttt_key: "" ifttt_token: "" # Used to validate webhook requests mqtt_broker: "127.0.0.1" mqtt_port: '12345' mqtt_username: "" mqtt_password: "" zwave_network_key: "0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01" # # Cameras # blink_username: "" blink_password: "" camera_folder: "/config/www/cameras" camera_front_animated: "/config/www/cameras/front.gif" camera_front_still: "/config/www/cameras/front.jpg" # # Device Trackers and Persons # # @see /misc/device_trackers.yaml # @see /misc/persons.yaml # gravatar_her: "" gravatar_him: "" nickname_her: "" nickname_him: "" picture_her: "" picture_him: "" unifi_host: "127.0.0.1" unifi_port: '12345' unifi_site: "" unifi_username: "" unifi_password: "" unifi_ssid_filter: [] user_id_him: "" # # Displays # # @see /displays/ # fully_kiosk_host: "127.0.0.1" fully_kiosk_port: '12345' fully_kiosk_url: "http://127.0.0.1:12345" fully_kiosk_password: "" # # Lights # # @see /lights/ # aurora_host: "127.0.0.1" aurora_api_key: "" lightpack_host: "127.0.0.1" lightpack_port: '12345' lightpack_api_key: "" limitlessled_bridge_host: "127.0.0.1" limitlessled_bridge_port: '12345' # # Media Players # # @see /misc/media_players.yaml # kodi_host: "127.0.0.1" kodi_port: '12345' kodi_tcp_port: '12345' kodi_username: "" kodi_password: "" plex_host: "127.0.0.1" plex_port: '12345' plex_username: "" plex_password: "" plex_token: "" # # Notifications # # @see /notifications/ # lannouncer_host: "127.0.0.1" lannouncer_port: '12345' pushover_api_key: "" pushover_user_key: "" # # Scenes # # @see /misc/scenes.yaml # lifx_cloud_token: "" # # Sensors # # @see /sensors/ # apod_api_url: "https://api.nasa.gov/planetary/apod?api_key=DEMO_KEY" darksky_api_key: "" ebox_username: "" ebox_password: "" environment_canada_radar: "CAD" filesize_database: "home-assistant_v2.db" filesize_log: "home-assistant.log" github_access_token: "" gtfs_data: "" gtfs_origin_1: '0' gtfs_destination_1: '0' gtfs_origin_2: '0' gtfs_destination_2: '0' printer_toner_yield: '1000' speedtest_server_id: '12345' waqi_token: "" waqi_locations: [] waqi_stations: [] # # Switches # # @see /switches/ # tplink_bedside_light_host: "127.0.0.1" tplink_nightstand_light_host: "127.0.0.1" tplink_rope_light_host: "127.0.0.1" tplink_souvenirs_light_host: "127.0.0.1" tplink_window_light_host: "127.0.0.1" # # Zones # # @see /misc/zones.yaml # zone_home_elevation: "0" zone_home_latitude: "00.00000" zone_home_longitude: "00.00000" zone_terminal_latitude: "00.00000" zone_terminal_longitude: "00.00000" zone_work_latitude: "00.00000" zone_work_longitude: "00.00000"