{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_account%]", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]" }, "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%]" }, "step": { "reauth_confirm": { "data": { "password": "[%key:common::config_flow::data::password%]" }, "description": "The password for {username} is no longer valid.", "title": "Reauthenticate your Flume account" }, "user": { "data": { "client_id": "Client ID", "client_secret": "Client Secret", "password": "[%key:common::config_flow::data::password%]", "username": "[%key:common::config_flow::data::username%]" }, "description": "In order to access the Flume Personal API, you will need to request a 'Client ID' and 'Client Secret' at {api_url}", "title": "Connect to your Flume account" } } }, "entity": { "binary_sensor": { "flow": { "name": "High flow" }, "leak": { "name": "Leak detected" } }, "sensor": { "current_interval": { "name": "Current" }, "last_24_hrs": { "name": "24 hours" }, "last_30_days": { "name": "30 days" }, "last_60_min": { "name": "60 minutes" }, "month_to_date": { "name": "Current month" }, "today": { "name": "Current day" }, "week_to_date": { "name": "Current week" } } }, "services": { "list_notifications": { "description": "Returns a list of fetched user notifications.", "fields": { "config_entry": { "description": "The Flume config entry for which to return notifications.", "name": "Flume" } }, "name": "List notifications" } } }