--- layout: page title: "Blink" description: "Instructions for how to integrate Blink camera/security system within Home Assistant." date: 2017-03-05 22:13 sidebar: true comments: false sharing: true footer: true logo: blink.png ha_category: - Hub - Alarm - Binary Sensor - Camera - Sensor ha_release: "0.40" ha_iot_class: "Cloud Polling" redirect_form: - /components/alarm_control_panel.blink/ - /components/binary_sensor.blink/ - /components/camera.blink/ - /components/sensor.blink/ ---
Blink has started blocking Home Assistant users. More info in the forums.
The `blink` component lets you view camera images and motion events from [Blink](http://blinkforhome.com) camera and security systems. ## {% linkable_title Setup %} You will need your Blink login information (username, which is usually your email address, and password) to use this module. ## {% linkable_title Configuration %} To enable devices linked in your [Blink](https://blinkforhome.com) account, add the following to your `configuration.yaml` file: ```yaml # Example configuration.yaml entry blink: username: YOUR_USERNAME password: YOUR_PASSWORD ``` {% configuration %} username: description: The username for accessing your Blink account. required: true type: string password: description: The password for accessing your Blink account. required: true type: string scan_interval: description: How frequently to query for new data. Defaults to 300 seconds (5 minutes). required: false type: integer binary_sensors: description: Binary sensor configuration options. required: false type: map keys: monitored_conditions: description: The conditions to create sensors from. required: false type: list default: all (`motion_enabled`, `motion_detected`) sensors: description: Sensor configuration options. required: false type: map keys: monitored_conditions: description: The conditions to create sensors from. required: false type: list default: all (`battery`, `temperature`, `wifi_strength`) {% endconfiguration %} Once Home Assistant starts, the `blink` component will create the following platforms: - An `alarm_control_panel` to arm/disarm the whole blink system (note, `alarm_arm_home` is not implemented and will not actually do anything, despite it being an option in the GUI). - A `camera` for each camera linked to your Blink sync module. - A `sensor` per camera for every item listed in `monitored_conditions` (if no items specified in your `configuration.yaml`, all of them will be added by default). - A `binary_sensor` for each item listed in `monitored_conditions` (if no items specified in your `configuration.yaml`, all of them will be added by default). Since the cameras are battery operated, setting the `scan_interval` must be done with care so as to not drain the battery too quickly, or hammer Blink's servers with too many API requests. The cameras can be manually updated via the `trigger_camera` service which will ignore the throttling caused by `scan_interval`. As a note, all of the camera-specific sensors are only polled when a new image is requested from the camera. This means that relying on any of these sensors to provide timely and accurate data is not recommended. Please note that each camera reports two different states: one as `sensor.blink_