{ "config": { "step": { "user": { "description": "Connect to the Balboa Wi-Fi device", "data": { "host": "[%key:common::config_flow::data::host%]" }, "data_description": { "host": "Hostname or IP address of your Balboa Spa Wifi Device. For example, 192.168.1.58." } } }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "unknown": "[%key:common::config_flow::error::unknown%]" }, "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]" } }, "options": { "step": { "init": { "data": { "sync_time": "Keep your Balboa spa's time synchronized with Home Assistant" } } } }, "entity": { "binary_sensor": { "filter_1": { "name": "Filter cycle 1" }, "filter_2": { "name": "Filter cycle 2" }, "circ_pump": { "name": "Circulation pump" } }, "climate": { "balboa": { "state_attributes": { "preset_mode": { "state": { "ready": "Ready", "rest": "Rest", "ready_in_rest": "Ready-in-rest" } } } } } } }