Namespaces | |
| alarm_control_panel | |
| binary_sensor | |
| camera | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| sensor | |
| services | |
| switch | |
Functions | |
| None | _async_import_options_from_data_if_missing (HomeAssistant hass, BlinkConfigEntry entry) |
| None | _reauth_flow_wrapper (HomeAssistant hass, BlinkConfigEntry entry, dict[str, Any] data) |
| bool | async_migrate_entry (HomeAssistant hass, BlinkConfigEntry entry) |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, BlinkConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, BlinkConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) | |
| SERVICE_SAVE_RECENT_CLIPS_SCHEMA | |
| SERVICE_SAVE_VIDEO_SCHEMA | |
| SERVICE_SEND_PIN_SCHEMA = vol.Schema({vol.Optional(CONF_PIN): cv.string}) | |
Support for Blink Home Camera System.
|
private |
Definition at line 112 of file __init__.py.
|
private |
Reauth flow wrapper.
Definition at line 43 of file __init__.py.
| bool homeassistant.components.blink.async_migrate_entry | ( | HomeAssistant | hass, |
| BlinkConfigEntry | entry | ||
| ) |
Handle migration of a previous version config entry.
Definition at line 58 of file __init__.py.
| bool homeassistant.components.blink.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up Blink.
Definition at line 72 of file __init__.py.
| bool homeassistant.components.blink.async_setup_entry | ( | HomeAssistant | hass, |
| BlinkConfigEntry | entry | ||
| ) |
Set up Blink via config entry.
Definition at line 80 of file __init__.py.
| bool homeassistant.components.blink.async_unload_entry | ( | HomeAssistant | hass, |
| BlinkConfigEntry | entry | ||
| ) |
Unload Blink entry.
Definition at line 123 of file __init__.py.
|
private |
Definition at line 30 of file __init__.py.
| homeassistant.components.blink.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 40 of file __init__.py.
| homeassistant.components.blink.SERVICE_SAVE_RECENT_CLIPS_SCHEMA |
Definition at line 36 of file __init__.py.
| homeassistant.components.blink.SERVICE_SAVE_VIDEO_SCHEMA |
Definition at line 32 of file __init__.py.
| homeassistant.components.blink.SERVICE_SEND_PIN_SCHEMA = vol.Schema({vol.Optional(CONF_PIN): cv.string}) |
Definition at line 35 of file __init__.py.