{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "link_local_address": "Link local addresses are not supported", "not_doorbird_device": "This device is not a DoorBird", "not_ipv4_address": "Only IPv4 addresses are supported", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]", "wrong_device": "Device MAC address does not match" }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]", "unknown": "[%key:common::config_flow::error::unknown%]" }, "flow_title": "{name} ({host})", "step": { "reauth_confirm": { "data": { "password": "[%key:common::config_flow::data::password%]", "username": "[%key:common::config_flow::data::username%]" }, "description": "Re-authenticate DoorBird device {name} at {host}" }, "user": { "data": { "host": "[%key:common::config_flow::data::host%]", "name": "Device name", "password": "[%key:common::config_flow::data::password%]", "username": "[%key:common::config_flow::data::username%]" }, "data_description": { "host": "The hostname or IP address of your DoorBird device." } } } }, "entity": { "button": { "ir": { "name": "IR" }, "reset_favorites": { "name": "Reset favorites" } }, "camera": { "last_motion": { "name": "Last motion" }, "last_ring": { "name": "Last ring" }, "live": { "name": "live" } }, "event": { "doorbell": { "state_attributes": { "event_type": { "state": { "ring": "Ring" } } } }, "motion": { "state_attributes": { "event_type": { "state": { "motion": "Motion" } } } } } }, "issues": { "error_registering_events": { "fix_flow": { "step": { "confirm": { "description": "Configuring DoorBird {name} failed with error: `{error}`. Please enable the API Operator permission for the DoorBird user and continue to reload the integration.", "title": "[%key:component::doorbird::issues::error_registering_events::title%]" } } }, "title": "DoorBird {name} configuration failure" } }, "options": { "step": { "init": { "data": { "events": "Comma-separated list of events." }, "data_description": { "events": "Add a comma-separated event name for each event you wish to track. After entering them here, use the DoorBird app to assign them to a specific event.\n\nExample: somebody_pressed_the_button, motion" } } } } }