{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]" }, "error": { "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]" }, "step": { "user": { "data": { "email": "[%key:common::config_flow::data::email%]", "password": "[%key:common::config_flow::data::password%]" } } } }, "entity": { "binary_sensor": { "chlorine_status": { "name": "Chlorine status" }, "ph_status": { "name": "pH status" } }, "sensor": { "chlorine": { "name": "Chlorine" }, "chlorine_high": { "name": "Chlorine high" }, "chlorine_low": { "name": "Chlorine low" }, "last_seen": { "name": "Last seen" }, "ph_high": { "name": "pH high" }, "ph_low": { "name": "pH low" } } } }